summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pseries: Replace non-portable asprintf by g_strdup_printfStefan Weil2013-01-162-28/+8
* Add new DEFAULT_MACHINE_OPTIONS to q35 and ppc405Knut Omang2013-01-162-0/+2
* qdev: Prepare "realized" propertyAndreas Färber2013-01-152-24/+122
* qdev: Fold state enum into bool realizedAndreas Färber2013-01-155-29/+31
* pseries: set no default boot orderAvik Sil2013-01-151-2/+4
* Make default boot order machine specificAvik Sil2013-01-1557-8/+110
* acl: Free memory allocated with g_malloc() with g_free()Markus Armbruster2013-01-151-2/+2
* acl: Fix acl_remove not to mess up the ACLMarkus Armbruster2013-01-151-0/+3
* sdl: Fix heap smash in sdl_zoom_rgb{16,32} for int > 32 bitsMarkus Armbruster2013-01-152-15/+10
* kvm: add stub for kvm_irqchip_update_msi_routeMichael S. Tsirkin2013-01-151-0/+5
* Merge remote-tracking branch 'afaerber/memory-ioport' into stagingAnthony Liguori2013-01-153-73/+62
|\
| * acpi_piix4: Do not use old_portio-style callbacksHervé Poussineau2013-01-151-51/+41
| * xen_platform: Do not use old_portio-style callbacksHervé Poussineau2013-01-151-11/+10
| * hw/dma.c: Fix conversion of ioport_register* to MemoryRegionJulien Grall2013-01-151-11/+11
* | Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2013-01-154-3/+7
|\ \
| * | configure: try pkg-config for cursesVadim Evard2013-01-151-1/+4
| * | qom: Make object_resolve_path_component() path argument constAndreas Färber2013-01-152-2/+2
| * | Add libcacard/trace/generated-tracers.c to .gitignoreAlex Rozenman2013-01-151-0/+1
| |/
* | Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2013-01-1511-118/+227
|\ \
| * | block: Fix how mirror_run() frees its bufferMarkus Armbruster2013-01-151-1/+1
| * | win32-aio: Fix how win32_aio_process_completion() frees bufferMarkus Armbruster2013-01-151-1/+1
| * | scsi-disk: qemu_vfree(NULL) is fine, simplifyMarkus Armbruster2013-01-151-3/+1
| * | w32: Make qemu_vfree() accept NULL like the POSIX implementationMarkus Armbruster2013-01-151-1/+3
| * | sheepdog: clean up sd_aio_setup()Liu Yuan2013-01-151-6/+5
| * | sheepdog: multiplex the rw FD to flush cacheLiu Yuan2013-01-151-45/+37
| * | block: clear dirty bitmap when discardingPaolo Bonzini2013-01-151-1/+7
| * | ide: issue discard asynchronously but serialize the piecesPaolo Bonzini2013-01-151-25/+54
| * | ide: fix TRIM with empty range entryPaolo Bonzini2013-01-151-1/+1
| * | block: make discard asynchronousPaolo Bonzini2013-01-152-81/+88
| * | raw: support discard on block devicesPaolo Bonzini2013-01-151-0/+36
| * | raw-posix: remember whether discard failedPaolo Bonzini2013-01-151-3/+6
| * | raw-posix: support discard on more filesystemsKusanagi Kouichi2013-01-152-2/+43
| * | block: fix initialization in bdrv_io_limits_enable()Peter Lieven2013-01-151-4/+0
| * | qcow2: Fix segfault on zero-length writeKevin Wolf2013-01-151-1/+1
| |/
* | Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2013-01-1549-277/+483
|\ \
| * | target-i386: Use switch in check_hw_breakpoints()liguang2013-01-153-14/+34
| * | target-i386: Avoid goto in hw_breakpoint_insert()liguang2013-01-151-6/+10
| * | target-i386: Introduce hw_{local,global}_breakpoint_enabled()liguang2013-01-153-6/+21
| * | target-i386: Define DR7 bit field constantsliguang2013-01-155-16/+23
| * | target-i386: Move kvm_check_features_against_host() check to realize timeIgor Mammedov2013-01-151-13/+15
| * | target-i386: cpu_x86_register() consolidate freeing resourcesIgor Mammedov2013-01-151-9/+10
| * | target-i386: Move setting defaults out of cpu_x86_parse_featurestr()Igor Mammedov2013-01-151-5/+4
| * | target-i386: check/enforce: Check all feature wordsEduardo Habkost2013-01-151-2/+11
| * | target-i386/cpu.c: Add feature name array for ext4_featuresEduardo Habkost2013-01-151-0/+17
| * | target-i386: kvm_check_features_against_host(): Use feature_word_infoEduardo Habkost2013-01-151-24/+49
| * | target-i386/cpu: Introduce FeatureWord typedefsEduardo Habkost2013-01-152-49/+63
| * | target-i386: Disable kvm_mmu by defaultEduardo Habkost2013-01-151-1/+0
| * | kvm: Add fake KVM constants to avoid #ifdefs on KVM-specific codeEduardo Habkost2013-01-151-0/+14
| * | exec: Return CPUState from qemu_get_cpu()Andreas Färber2013-01-155-8/+22
| * | xen: Simplify halting of first CPUAndreas Färber2013-01-151-3/+1
OpenPOWER on IntegriCloud