summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
| * | console: untangle gfx & txt updatesGerd Hoffmann2012-11-0120-60/+57
| * | console: move set_mouse + cursor_define callbacksGerd Hoffmann2012-11-014-12/+13
| * | console: QLIST-ify display change listeners.Gerd Hoffmann2012-11-011-1/+1
| |/
* | Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori2012-11-011-5/+12
|\ \
| * | e1000: pre-initialize RAH/RAL registersGabriel L. Somlo2012-11-011-0/+10
| * | e1000: drop check_rxov, always treat RX ring with RDH == RDT as emptyDmitry Fleytman2012-11-011-5/+2
| |/
* | Merge remote-tracking branch 'bonzini/threadpool' into stagingAnthony Liguori2012-11-011-0/+1
|\ \
| * \ Merge remote-tracking branch 'origin/master' into threadpoolPaolo Bonzini2012-10-3166-908/+2992
| |\ \ | | |/
| * | aio: introduce AioContext, move bottom halves therePaolo Bonzini2012-10-301-0/+1
* | | Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2012-11-011-5/+16
|\ \ \
| * | | cirrus_vga: allow configurable vram sizeMarcelo Tosatti2012-10-301-5/+16
| | |/ | |/|
* | | Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2012-11-0120-150/+145
|\ \ \
| * | | cpus: Pass CPUState to run_on_cpu()Andreas Färber2012-10-313-4/+6
| * | | cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber2012-10-312-2/+2
| * | | spapr: Pass PowerPCCPU to hypercallsAndreas Färber2012-10-317-35/+42
| * | | spapr: Pass PowerPCCPU to spapr_hypercall()Andreas Färber2012-10-313-3/+5
| * | | target-ppc: Pass PowerPCCPU to cpu_ppc_hypercallAndreas Färber2012-10-311-1/+3
| * | | xtensa_pic: Pass XtensaCPU to xtensa_ccompare_cb()Andreas Färber2012-10-311-2/+5
| * | | cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber2012-10-315-6/+9
| * | | ppc: Pass PowerPCCPU to {ppc6xx,ppc970,power7,ppc40x,ppce500}_set_irq()Andreas Färber2012-10-311-20/+35
| * | | cpu: Move stopped field to CPUStateAndreas Färber2012-10-311-1/+2
| * | | ppce500_spin: Store PowerPCCPU in SpinKickAndreas Färber2012-10-311-3/+3
| * | | cpus: Pass CPUState to qemu_cpu_is_self()Andreas Färber2012-10-311-2/+4
| * | | target-i386: Pass X86CPU to cpu_x86_load_seg_cache_sipi()Andreas Färber2012-10-301-1/+1
| * | | apic: Store X86CPU in APICCommonStateAndreas Färber2012-10-304-24/+29
| * | | target-i386: Inline APIC cpu_env property settingAndreas Färber2012-10-301-1/+0
| * | | target-i386: Initialize APIC at CPU levelIgor Mammedov2012-10-301-51/+5
| |/ /
* | | arm_boot: Change initrd load address to "halfway through RAM"Peter Maydell2012-11-012-15/+26
* | | Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno2012-11-013-9/+49
|\ \ \
| * | | pseries: Cleanup duplications of ics_valid_irq() codeDavid Gibson2012-11-011-4/+2
| * | | pseries: Clean up inconsistent variable name in xics.cDavid Gibson2012-11-011-3/+3
| * | | Revert "PPC: pseries: Remove hack for PIO window"David Gibson2012-11-012-2/+44
| |/ /
* | | Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...Aurelien Jarno2012-11-0124-429/+487
|\ \ \ | |/ / |/| |
| * | hw/sd.c: add SD card save/load supportIgor Mitsyanko2012-10-301-25/+64
| * | hw/sd.c: Fix erase for high capacity cardsIgor Mitsyanko2012-10-302-4/+14
| * | pflash_cfi01: Fix debug mode printferyPeter Crosthwaite2012-10-301-1/+2
| * | pflash_cfi0x: QOMifiedPeter Crosthwaite2012-10-302-87/+214
| * | pflash_cfi01: remove unused total_len fieldPeter Crosthwaite2012-10-301-2/+0
| * | pflash_cfi0x: remove unused base fieldPeter Crosthwaite2012-10-302-5/+1
| * | hw/versatile_i2c: Use LOG_GUEST_ERRORPeter Maydell2012-10-301-2/+4
| * | hw/arm_l2x0: Use LOG_GUEST_ERRORPeter Maydell2012-10-301-2/+4
| * | hw/arm_sysctl: Use LOG_GUEST_ERRORPeter Maydell2012-10-301-2/+6
| * | hw/armv7m_nvic: Use LOG_GUEST_ERROR and LOG_UNIMPPeter Maydell2012-10-301-12/+19
| * | hw/arm_timer: Use LOG_GUEST_ERROR and LOG_UNIMPPeter Maydell2012-10-301-6/+13
| * | hw/arm_gic: Use LOG_GUEST_ERRORPeter Maydell2012-10-301-4/+8
| * | hw/arm11mpcore: Use LOG_GUEST_ERROR rather than hw_error()Peter Maydell2012-10-301-2/+5
| * | hw/pl190: Use LOG_UNIMP rather than hw_error()Peter Maydell2012-10-301-1/+1
| * | hw/pl110: Use LOG_GUEST_ERROR rather than hw_error()Peter Maydell2012-10-301-2/+4
| * | hw/pl080: Use LOG_GUEST_ERROR and LOG_UNIMPPeter Maydell2012-10-301-4/+7
| * | hw/pl061: Use LOG_GUEST_ERRORPeter Maydell2012-10-301-2/+4
OpenPOWER on IntegriCloud