summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-16chardev: reduce chardev ifdef mess a bitGerd Hoffmann1-11/+11
2013-01-16chardev: fix QemuOpts lifecycleGerd Hoffmann2-6/+15
2013-01-16chardev: add error reporting for qemu_chr_new_from_optsGerd Hoffmann3-13/+23
2013-01-15qdev: Prepare "realized" propertyAndreas Färber2-24/+122
2013-01-15qdev: Fold state enum into bool realizedAndreas Färber5-29/+31
2013-01-15pseries: set no default boot orderAvik Sil1-2/+4
2013-01-15Make default boot order machine specificAvik Sil57-8/+110
2013-01-15acl: Free memory allocated with g_malloc() with g_free()Markus Armbruster1-2/+2
2013-01-15acl: Fix acl_remove not to mess up the ACLMarkus Armbruster1-0/+3
2013-01-15sdl: Fix heap smash in sdl_zoom_rgb{16,32} for int > 32 bitsMarkus Armbruster2-15/+10
2013-01-15kvm: add stub for kvm_irqchip_update_msi_routeMichael S. Tsirkin1-0/+5
2013-01-15Merge remote-tracking branch 'afaerber/memory-ioport' into stagingAnthony Liguori3-73/+62
2013-01-15Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori4-3/+7
2013-01-15Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori11-118/+227
2013-01-15Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori49-277/+483
2013-01-15Merge remote-tracking branch 'afaerber-or/prep-up' into stagingAnthony Liguori2-25/+41
2013-01-15Merge remote-tracking branch 'mdroth/qga-pull-1-14-2013-2' into stagingAnthony Liguori1-2/+2
2013-01-15Merge remote-tracking branch 'mdroth/qga-pull-1-14-2013' into stagingAnthony Liguori2-8/+29
2013-01-15Merge remote-tracking branch 'sstabellini/xen-2013-01-14' into stagingAnthony Liguori1-24/+184
2013-01-15acpi_piix4: Do not use old_portio-style callbacksHervé Poussineau1-51/+41
2013-01-15xen_platform: Do not use old_portio-style callbacksHervé Poussineau1-11/+10
2013-01-15hw/dma.c: Fix conversion of ioport_register* to MemoryRegionJulien Grall1-11/+11
2013-01-15configure: try pkg-config for cursesVadim Evard1-1/+4
2013-01-15block: Fix how mirror_run() frees its bufferMarkus Armbruster1-1/+1
2013-01-15win32-aio: Fix how win32_aio_process_completion() frees bufferMarkus Armbruster1-1/+1
2013-01-15scsi-disk: qemu_vfree(NULL) is fine, simplifyMarkus Armbruster1-3/+1
2013-01-15w32: Make qemu_vfree() accept NULL like the POSIX implementationMarkus Armbruster1-1/+3
2013-01-15sheepdog: clean up sd_aio_setup()Liu Yuan1-6/+5
2013-01-15sheepdog: multiplex the rw FD to flush cacheLiu Yuan1-45/+37
2013-01-15qom: Make object_resolve_path_component() path argument constAndreas Färber2-2/+2
2013-01-15Add libcacard/trace/generated-tracers.c to .gitignoreAlex Rozenman1-0/+1
2013-01-15block: clear dirty bitmap when discardingPaolo Bonzini1-1/+7
2013-01-15ide: issue discard asynchronously but serialize the piecesPaolo Bonzini1-25/+54
2013-01-15ide: fix TRIM with empty range entryPaolo Bonzini1-1/+1
2013-01-15block: make discard asynchronousPaolo Bonzini2-81/+88
2013-01-15raw: support discard on block devicesPaolo Bonzini1-0/+36
2013-01-15raw-posix: remember whether discard failedPaolo Bonzini1-3/+6
2013-01-15raw-posix: support discard on more filesystemsKusanagi Kouichi2-2/+43
2013-01-15block: fix initialization in bdrv_io_limits_enable()Peter Lieven1-4/+0
2013-01-15target-i386: Use switch in check_hw_breakpoints()liguang3-14/+34
2013-01-15target-i386: Avoid goto in hw_breakpoint_insert()liguang1-6/+10
2013-01-15target-i386: Introduce hw_{local,global}_breakpoint_enabled()liguang3-6/+21
2013-01-15target-i386: Define DR7 bit field constantsliguang5-16/+23
2013-01-15qcow2: Fix segfault on zero-length writeKevin Wolf1-1/+1
2013-01-15target-i386: Move kvm_check_features_against_host() check to realize timeIgor Mammedov1-13/+15
2013-01-15target-i386: cpu_x86_register() consolidate freeing resourcesIgor Mammedov1-9/+10
2013-01-15target-i386: Move setting defaults out of cpu_x86_parse_featurestr()Igor Mammedov1-5/+4
2013-01-15target-i386: check/enforce: Check all feature wordsEduardo Habkost1-2/+11
2013-01-15target-i386/cpu.c: Add feature name array for ext4_featuresEduardo Habkost1-0/+17
2013-01-15target-i386: kvm_check_features_against_host(): Use feature_word_infoEduardo Habkost1-24/+49