summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw: make all of hw/usb/ configurable via default-configs/Paolo Bonzini2013-04-083-1/+3
* hw: make all of hw/ide/ configurable via default-configs/Paolo Bonzini2013-04-086-2/+6
* hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini2013-04-0824-7/+15
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-08227-208/+205
* moxie: configure with default-configs filePaolo Bonzini2013-04-082-1/+4
* hw: make subdirectories for devicesPaolo Bonzini2013-04-0825-3/+31
* hw: move headers to include/Paolo Bonzini2013-04-08511-830/+829
* build: enable using $(CONFIG_FOO) on the rhs of config filesPaolo Bonzini2013-04-081-1/+4
* Merge branch 'arm-devs.next' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl2013-04-0613-125/+137
|\
| * hw/nand.c: Fix nand erase operationWendy Liang2013-04-051-0/+1
| * cadence_uart: Flush queued characters on resetPeter Crosthwaite2013-04-051-0/+1
| * pl330: Don't inhibit ES bits on INTENPeter Crosthwaite2013-04-051-2/+1
| * pflash_cfi01: Implement migration supportPeter Maydell2013-04-051-3/+17
| * pflash_cfi01: Drop unused 'bypass' fieldPeter Maydell2013-04-051-8/+2
| * hw/arm_gic_common: Use vmstate struct rather than save/load functionsPeter Maydell2013-04-051-67/+41
| * arm_gic: Fix sizes of state fields in preparation for vmstate supportPeter Maydell2013-04-053-25/+25
| * vmstate: Add support for two dimensional arraysPeter Maydell2013-04-051-0/+27
| * hw/onenand.c: fix migration of dynamically allocated buffer "otp"Igor Mitsyanko2013-04-051-1/+2
| * hw/sd.c: fix migration of dynamically allocated buffer "buf"Igor Mitsyanko2013-04-051-1/+1
| * vmstate.h: introduce VMSTATE_BUFFER_POINTER_UNSAFE macroIgor Mitsyanko2013-04-051-0/+9
| * hw/arm_mptimer: Save the timer statePeter Maydell2013-04-051-2/+3
| * pl050: Don't send always-constant is_mouse fieldPeter Maydell2013-04-051-3/+2
| * hw/arm/nseries: don't print to stdout or stderrPeter Maydell2013-04-051-13/+5
* | main-loop: drop the BQL if the I/O appears to be spinningAnthony Liguori2013-04-051-0/+25
* | qemu-char: eliminate busy waiting on can_read returning zeroPaolo Bonzini2013-04-051-43/+19
* | Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2013-04-055-6/+15
|\ \
| * | xilinx_zynq: Cleanup ssi_create_slavePeter Crosthwaite2013-04-051-2/+1
| * | petalogix_ml605_mmu: Cleanup ssi_create_slave()Peter Crosthwaite2013-04-051-2/+1
| * | target-s390: Fix SRNMTRichard Henderson2013-04-051-0/+1
| * | linux-user: Don't omit comma for strace of rt_sigaction()Peter Maydell2013-04-051-1/+1
| * | test-visitor-serialization: Fix some memory leaksStefan Berger2013-04-051-1/+11
| |/
* | Merge remote-tracking branch 'sstabellini/xen-2013-04-05' into stagingAnthony Liguori2013-04-053-35/+58
|\ \
| * | Allow xen guests to plug disks of 1 TiB or moreFelipe Franciosi2013-04-051-2/+2
| * | Introduce 64 bit integer write interface to xenstoreFelipe Franciosi2013-04-052-1/+16
| * | Xen PV backend: Disable use of O_DIRECT by default as it results in crashes.Alex Bligh2013-04-051-1/+1
| * | Xen PV backend: Move call to bdrv_new from blk_init to blk_connectAlex Bligh2013-04-051-32/+40
| |/
* | Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2013-04-058-47/+46
|\ \
| * | qcow2: Fix L1 write error handling in qcow2_update_snapshot_refcountKevin Wolf2013-04-051-6/+8
| * | qcow2: Return real error in qcow2_update_snapshot_refcountKevin Wolf2013-04-051-6/+5
| * | block: clean up I/O throttling wait_time codeStefan Hajnoczi2013-04-051-3/+3
| * | block: drop duplicated slice extension codeStefan Hajnoczi2013-04-051-4/+1
| * | block: keep I/O throttling slice time constantStefan Hajnoczi2013-04-053-12/+9
| * | block: fix I/O throttling accounting blind spotStefan Hajnoczi2013-04-052-12/+11
| * | usb-storage: Forward serial number to scsi-diskKevin Wolf2013-04-054-5/+10
| |/
* | Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori2013-04-054-89/+44
|\ \ | |/ |/|
| * chardev: drop the Memory chardev driverLuiz Capitulino2013-04-051-64/+0
| * hmp: human-monitor-command: stop using the Memory chardev driverLuiz Capitulino2013-04-051-9/+8
| * Monitor: Make output buffer dynamicLuiz Capitulino2013-04-051-17/+28
| * qstring: add qstring_get_length()Luiz Capitulino2013-04-052-0/+9
|/
* Allow clock_gettime() monotonic clock to be utilized on more OS'sBrad Smith2013-04-042-5/+2
OpenPOWER on IntegriCloud