summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-14pseries: Return the token when we register an RTAS callMichael Ellerman2-3/+3
2012-12-14pseries: Use #define for XICS base irq numberBen Herrenschmidt3-2/+3
2012-12-14pseries: Fix incorrect initialization of interrupt controllerDavid Gibson1-1/+1
2012-12-13Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori52-443/+1343
2012-12-13Merge remote-tracking branch 'pmaydell/arm-devs.next' into stagingAnthony Liguori9-37/+106
2012-12-13Merge remote-tracking branch 'kraxel/seabios-e8a76b0' into stagingAnthony Liguori4-0/+0
2012-12-13qMerge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-20121210.0' in...Anthony Liguori1-2/+3
2012-12-13qcow2: Factor out handle_dependencies()Kevin Wolf1-28/+42
2012-12-13qcow2: Execute run_dependent_requests() without lockKevin Wolf1-20/+16
2012-12-13qcow2: Enable dirty flag in qcow2_alloc_cluster_link_l2Kevin Wolf3-7/+7
2012-12-13qcow2: Allocate l2meta only for cluster allocationsKevin Wolf3-31/+31
2012-12-13qcow2: Drop l2meta.cluster_offsetKevin Wolf3-15/+14
2012-12-13qcow2: Allocate l2meta dynamicallyKevin Wolf1-11/+15
2012-12-13qcow2: Introduce Qcow2COWRegionKevin Wolf2-36/+76
2012-12-13qcow2: Round QCowL2Meta.offset down to cluster boundaryKevin Wolf2-2/+24
2012-12-13hw/ds1338.c: Fix handling of DAY (wday) register.Antoine Mathys1-3/+12
2012-12-13hw/ds1338.c: Implement support for the control register.Antoine Mathys1-4/+13
2012-12-13hw/ds1338.c: Ensure state is properly initialized.Antoine Mathys1-0/+12
2012-12-13hw/ds1338.c: Fix handling of HOURS register.Antoine Mathys1-11/+18
2012-12-13hw/ds1338.c: Add definitions for various flags in the RTC registers.Antoine Mathys1-0/+6
2012-12-13hw/ds1338.c: Correct bug in conversion to BCD.Antoine Mathys1-2/+2
2012-12-13atapi: reset cdrom tray statuses on ide_resetPavel Hrdina1-0/+2
2012-12-12migration: Fix madvise breakage if host and guest have different page sizesDavid Gibson1-1/+2
2012-12-12Fix off-by-1 error in RAM migration codeDavid Gibson1-1/+1
2012-12-12qemu-iotests: Test concurrent cluster allocationsKevin Wolf3-0/+379
2012-12-12qcow2: Move BLKDBG_EVENT out of the lockKevin Wolf1-1/+1
2012-12-12qemu-io: Add AIO debugging commandsKevin Wolf4-0/+114
2012-12-12blkdebug: Implement suspend/resume of AIO requestsKevin Wolf1-3/+105
2012-12-12blkdebug: Factor out remove_rule()Kevin Wolf1-2/+13
2012-12-12blkdebug: Allow usage without config fileKevin Wolf1-0/+5
2012-12-11create new function: qemu_opt_set_numberDong Xu Wang2-0/+23
2012-12-11use qemu_opts_create_nofailDong Xu Wang6-20/+18
2012-12-11introduce qemu_opts_create_nofail functionDong Xu Wang2-0/+10
2012-12-11qemu-option: qemu_opt_set_bool(): fix code duplicationDong Xu Wang1-18/+9
2012-12-11qemu-option: qemu_opts_validate(): fix duplicated codeDong Xu Wang1-11/+3
2012-12-11qemu-option: opt_set(): split it up into more functionsDong Xu Wang1-16/+24
2012-12-11exynos4210/mct: Avoid infinite loop on non incremental timersJean-Christophe DUBOIS1-1/+1
2012-12-11hw/arm_gic: fix target CPUs affected by set enable/pending opsDaniel Sangorrin1-2/+3
2012-12-11xilinx_zynq: Add one variable to avoid overwriting QSPI buswalimis1-4/+5
2012-12-11hw/arm_gic_common: Correct GICC_PMR reset value for newer GICsPeter Maydell2-2/+8
2012-12-11hw/arm_gic: Fix comparison with priority mask registerPeter Maydell1-1/+1
2012-12-11hw/arm_boot, exynos4210, highbank: Fix secondary boot GIC initPeter Maydell3-8/+26
2012-12-11Fix error code checking for SetFilePointer() callFabien Chouteau1-3/+14
2012-12-11rbd: Fix race between aio completition and aio cancelStefan Priebe1-8/+12
2012-12-11qemu-io: Implement write -c for compressed clustersKevin Wolf1-2/+21
2012-12-11tests: Add tests for fdsetsCorey Bryant4-0/+147
2012-12-11block: bdrv_img_create(): drop unused error handling codeLuiz Capitulino2-38/+8
2012-12-11qmp: qmp_drive_mirror(): pass Error object to bdrv_img_create()Luiz Capitulino1-8/+8
2012-12-11qmp: qmp_transaction(): pass Error object to bdrv_img_create()Luiz Capitulino1-6/+7
2012-12-11qemu-img: img_create(): drop unneeded goto and ret variableLuiz Capitulino1-10/+4