summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-08hw: make all of hw/ide/ configurable via default-configs/Paolo Bonzini6-2/+6
2013-04-08hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini24-7/+15
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini227-208/+205
2013-04-08moxie: configure with default-configs filePaolo Bonzini2-1/+4
2013-04-08hw: make subdirectories for devicesPaolo Bonzini25-3/+31
2013-04-08hw: move headers to include/Paolo Bonzini511-830/+829
2013-04-08build: enable using $(CONFIG_FOO) on the rhs of config filesPaolo Bonzini1-1/+4
2013-04-06Merge branch 'arm-devs.next' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl13-125/+137
2013-04-05main-loop: drop the BQL if the I/O appears to be spinningAnthony Liguori1-0/+25
2013-04-05qemu-char: eliminate busy waiting on can_read returning zeroPaolo Bonzini1-43/+19
2013-04-05Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori5-6/+15
2013-04-05Merge remote-tracking branch 'sstabellini/xen-2013-04-05' into stagingAnthony Liguori3-35/+58
2013-04-05Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori8-47/+46
2013-04-05qcow2: Fix L1 write error handling in qcow2_update_snapshot_refcountKevin Wolf1-6/+8
2013-04-05qcow2: Return real error in qcow2_update_snapshot_refcountKevin Wolf1-6/+5
2013-04-05block: clean up I/O throttling wait_time codeStefan Hajnoczi1-3/+3
2013-04-05block: drop duplicated slice extension codeStefan Hajnoczi1-4/+1
2013-04-05block: keep I/O throttling slice time constantStefan Hajnoczi3-12/+9
2013-04-05block: fix I/O throttling accounting blind spotStefan Hajnoczi2-12/+11
2013-04-05usb-storage: Forward serial number to scsi-diskKevin Wolf4-5/+10
2013-04-05hw/nand.c: Fix nand erase operationWendy Liang1-0/+1
2013-04-05cadence_uart: Flush queued characters on resetPeter Crosthwaite1-0/+1
2013-04-05pl330: Don't inhibit ES bits on INTENPeter Crosthwaite1-2/+1
2013-04-05Allow xen guests to plug disks of 1 TiB or moreFelipe Franciosi1-2/+2
2013-04-05Introduce 64 bit integer write interface to xenstoreFelipe Franciosi2-1/+16
2013-04-05Xen PV backend: Disable use of O_DIRECT by default as it results in crashes.Alex Bligh1-1/+1
2013-04-05Xen PV backend: Move call to bdrv_new from blk_init to blk_connectAlex Bligh1-32/+40
2013-04-05pflash_cfi01: Implement migration supportPeter Maydell1-3/+17
2013-04-05pflash_cfi01: Drop unused 'bypass' fieldPeter Maydell1-8/+2
2013-04-05hw/arm_gic_common: Use vmstate struct rather than save/load functionsPeter Maydell1-67/+41
2013-04-05arm_gic: Fix sizes of state fields in preparation for vmstate supportPeter Maydell3-25/+25
2013-04-05vmstate: Add support for two dimensional arraysPeter Maydell1-0/+27
2013-04-05hw/onenand.c: fix migration of dynamically allocated buffer "otp"Igor Mitsyanko1-1/+2
2013-04-05hw/sd.c: fix migration of dynamically allocated buffer "buf"Igor Mitsyanko1-1/+1
2013-04-05vmstate.h: introduce VMSTATE_BUFFER_POINTER_UNSAFE macroIgor Mitsyanko1-0/+9
2013-04-05hw/arm_mptimer: Save the timer statePeter Maydell1-2/+3
2013-04-05pl050: Don't send always-constant is_mouse fieldPeter Maydell1-3/+2
2013-04-05hw/arm/nseries: don't print to stdout or stderrPeter Maydell1-13/+5
2013-04-05Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori4-89/+44
2013-04-05xilinx_zynq: Cleanup ssi_create_slavePeter Crosthwaite1-2/+1
2013-04-05petalogix_ml605_mmu: Cleanup ssi_create_slave()Peter Crosthwaite1-2/+1
2013-04-05target-s390: Fix SRNMTRichard Henderson1-0/+1
2013-04-05chardev: drop the Memory chardev driverLuiz Capitulino1-64/+0
2013-04-05hmp: human-monitor-command: stop using the Memory chardev driverLuiz Capitulino1-9/+8
2013-04-05Monitor: Make output buffer dynamicLuiz Capitulino1-17/+28
2013-04-05qstring: add qstring_get_length()Luiz Capitulino2-0/+9
2013-04-05linux-user: Don't omit comma for strace of rt_sigaction()Peter Maydell1-1/+1
2013-04-05test-visitor-serialization: Fix some memory leaksStefan Berger1-1/+11
2013-04-04Allow clock_gettime() monotonic clock to be utilized on more OS'sBrad Smith2-5/+2
2013-04-04pc_acpi_init(): don't bail as soon as failing to find default DSDTLaszlo Ersek1-16/+17