aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-15target-i386/cpu: Introduce FeatureWord typedefsEduardo Habkost2-49/+63
2013-01-15target-i386: Disable kvm_mmu by defaultEduardo Habkost1-1/+0
2013-01-15kvm: Add fake KVM constants to avoid #ifdefs on KVM-specific codeEduardo Habkost1-0/+14
2013-01-15exec: Return CPUState from qemu_get_cpu()Andreas Färber5-8/+22
2013-01-15xen: Simplify halting of first CPUAndreas Färber1-3/+1
2013-01-15kvm: Pass CPUState to kvm_init_vcpu()Andreas Färber4-6/+6
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber40-102/+153
2013-01-15cpu: Move numa_node field to CPUStateAndreas Färber6-7/+12
2013-01-15target-mips: Clean up mips_cpu_map_tc() documentationAndreas Färber1-5/+9
2013-01-15cpu: Move nr_{cores,threads} fields to CPUStateAndreas Färber6-19/+27
2013-01-15pc87312: Avoid define conflict on mingw32Blue Swirl1-21/+17
2013-01-15pc87312: Replace register_ioport_*() with MemoryRegionAndreas Färber2-4/+24
2013-01-14virtio-9p: fix compilation error.KONRAD Frederic1-0/+1
2013-01-14qga: add missing commas in json docsEric Blake1-2/+2
2013-01-14dataplane: fix build breakage on set_guest_notifiers()Michael Roth1-2/+2
2013-01-14virtio-pci: build for uninitialized return value in vq_vector_unmaskMichael Roth1-1/+1
2013-01-14Add GE IP-Octal 232 IndustryPack emulationAlberto Garcia2-1/+620
2013-01-14Add TEWS TPCI200 IndustryPack emulationAlberto Garcia6-0/+872
2013-01-14xen_disk: implement BLKIF_OP_FLUSH_DISKCACHE, remove BLKIF_OP_WRITE_BARRIERStefano Stabellini1-5/+4
2013-01-14xen_disk: add persistent grant support to xen_disk backendRoger Pau Monne1-17/+154
2013-01-14xen_disk: fix memory leakRoger Pau Monne1-2/+26
2013-01-14qemu-ga: Handle errors uniformely in ga_channel_open()Markus Armbruster1-4/+7
2013-01-14qemu-ga: Plug fd leak on ga_channel_open() error pathsMarkus Armbruster1-0/+1
2013-01-14qemu-ga: Plug fd leak on ga_channel_listen_accept() error pathMarkus Armbruster1-0/+1
2013-01-14qemu-ga: Plug file descriptor leak on ga_open_pidfile() error pathMarkus Armbruster1-0/+2
2013-01-14qemu-ga: Drop pointless lseek() from ga_open_pidfile()Markus Armbruster1-1/+1
2013-01-14qemu-ga: Document intentional fall through in channel_event_cb()Markus Armbruster1-0/+1
2013-01-14qemu-ga: add ga_open_logfile()Luiz Capitulino1-2/+15
2013-01-14qemu-ga: ga_open_pidfile(): use qemu_open()Luiz Capitulino1-1/+1
2013-01-14Merge remote-tracking branch 'kraxel/pixman.v6' into stagingAnthony Liguori2-1/+5
2013-01-14Merge remote-tracking branch 'kraxel/usb.76' into stagingAnthony Liguori3-8/+31
2013-01-14Merge remote-tracking branch 'spice/spice.v67' into stagingAnthony Liguori1-16/+10
2013-01-14Merge remote-tracking branch 'kraxel/testdev.2' into stagingAnthony Liguori1-9/+9
2013-01-14Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori5-68/+120
2013-01-14Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori19-100/+437
2013-01-14Merge remote-tracking branch 'bonzini/stub' into stagingAnthony Liguori87-1375/+1310