aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-30spice: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster
2013-01-30readline: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster
2013-01-30hw/9pfs: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster
2013-01-30g_strdup(NULL) returns NULL; simplifyMarkus Armbruster
2013-01-30g_malloc(0) and g_malloc0(0) return NULL; simplifyMarkus Armbruster
2013-01-30prep: Move PReP machine to hw/ppc/Andreas Färber
2013-01-30xilinx_axidma: Fix debug mode compile messagesPeter Crosthwaite
2013-01-30cadence_gem: Debug mode compile fixesPeter Crosthwaite
2013-01-30cadence_ttc: Debug mode compile fixesPeter Crosthwaite
2013-01-30vnc: Clean up vncws_send_handshake_response()Markus Armbruster
2013-01-30vfio-pci: Enable PCIe extended config spaceAlex Williamson
2013-01-30PIIX3: reset the VM when the Reset Control Register's RCPU bit gets setLaszlo Ersek
2013-01-30ich9: add support for pci assignmentJason Baron
2013-01-30virtio-net: rename ctrl rx commandsAmos Kong
2013-01-30virtio-net: introduce a new macaddr controlAmos Kong
2013-01-30virtio-net: remove layout assumptions for ctrl vqMichael S. Tsirkin
2013-01-30virtio-net: revert mac on resetMichael S. Tsirkin
2013-01-30rules/mak: make clean should blow away timestamp filesMichael S. Tsirkin
2013-01-30Makefile: clean timestamp generation ruleMichael S. Tsirkin
2013-01-30rules.mak: cleanup config generation rulesMichael S. Tsirkin
2013-01-30e1000: document ICS read behaviourMichael S. Tsirkin
2013-01-29Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2013-01-29Merge remote-tracking branch 'mdroth/qga-pull-1-28-13' into stagingAnthony Liguori
2013-01-29s390: Drop set_bit usage in virtio_ccw.Cornelia Huck
2013-01-29s390: css error codes.Cornelia Huck
2013-01-29s390: Use s390_cpu_physical_memory_map for tpi.Cornelia Huck
2013-01-29sclpconsole: Don't instantiate sclpconsole with -nodefaultsChristian Borntraeger
2013-01-29s390: Add s390-ccw-virtio machine.Cornelia Huck
2013-01-29s390-virtio: Check for NULL device in reset hypercallAndreas Färber
2013-01-29s390: Move hw files to hw/s390xAlexander Graf
2013-01-29virtio-s390: add a reset function to virtio-s390 devicesPaolo Bonzini
2013-01-29s390: Make typeinfo constAlexander Graf
2013-01-29s390: Add new channel I/O based virtio transport.Cornelia Huck
2013-01-29s390-virtio: Factor out some initialization code.Cornelia Huck
2013-01-29s390: Wire up channel I/O in kvm.Cornelia Huck
2013-01-29s390: Virtual channel subsystem support.Cornelia Huck
2013-01-29s390: Add channel I/O instructions.Cornelia Huck
2013-01-29s390: I/O interrupt and machine check injection.Cornelia Huck
2013-01-29s390: Channel I/O basic definitions.Cornelia Huck
2013-01-29s390: Add mapping helper functions.Cornelia Huck
2013-01-29s390: Lowcore mapping helper.Cornelia Huck
2013-01-29s390: Add default support for SCLP consoleAlexander Graf
2013-01-29target-i386: kvm: prevent buffer overflow if -cpu foo, [x]level is too bigIgor Mammedov
2013-01-28Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2013-01-28Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-01-28Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori
2013-01-28qemu-ga: Plug leaks on qmp_guest_network_get_interfaces() error pathsMarkus Armbruster
2013-01-28qemu-ga: Plug memory leak in guest_fsfreeze_cleanup()Markus Armbruster
2013-01-28kvm: Pass CPUState to kvm_on_sigbus_vcpu()Andreas Färber
2013-01-28cpu: Unconditionalize CPUState fieldsAndreas Färber