aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-30qemu-pixman.h: Avoid mutual inclusion loop with console.hPeter Maydell3-2/+4
2013-01-30qemu-ga: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster1-1/+1
2013-01-30qapi: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster1-1/+1
2013-01-30libcacard: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster3-5/+5
2013-01-30qemu-log: Plug trivial memory leak in cpu_set_log_filename()Markus Armbruster1-4/+9
2013-01-30qemu-log: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster1-1/+1
2013-01-30virtfs-proxy-helper: Fix unchecked strdup() by conv. to g_strdup()Markus Armbruster1-2/+2
2013-01-30spice: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster1-2/+2
2013-01-30readline: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster1-2/+2
2013-01-30hw/9pfs: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster2-5/+5
2013-01-30g_strdup(NULL) returns NULL; simplifyMarkus Armbruster5-23/+7
2013-01-30g_malloc(0) and g_malloc0(0) return NULL; simplifyMarkus Armbruster4-18/+5
2013-01-30prep: Move PReP machine to hw/ppc/Andreas Färber3-16/+17
2013-01-30xilinx_axidma: Fix debug mode compile messagesPeter Crosthwaite1-1/+1
2013-01-30cadence_gem: Debug mode compile fixesPeter Crosthwaite1-7/+10
2013-01-30cadence_ttc: Debug mode compile fixesPeter Crosthwaite1-2/+2
2013-01-30vnc: Clean up vncws_send_handshake_response()Markus Armbruster1-5/+6
2013-01-30vfio-pci: Enable PCIe extended config spaceAlex Williamson1-0/+4
2013-01-30PIIX3: reset the VM when the Reset Control Register's RCPU bit gets setLaszlo Ersek1-1/+69
2013-01-30ich9: add support for pci assignmentJason Baron3-0/+35
2013-01-30virtio-net: rename ctrl rx commandsAmos Kong2-14/+14
2013-01-30virtio-net: introduce a new macaddr controlAmos Kong3-3/+26
2013-01-30virtio-net: remove layout assumptions for ctrl vqMichael S. Tsirkin1-54/+75
2013-01-30virtio-net: revert mac on resetMichael S. Tsirkin1-0/+1
2013-01-30rules/mak: make clean should blow away timestamp filesMichael S. Tsirkin1-0/+5
2013-01-30Makefile: clean timestamp generation ruleMichael S. Tsirkin1-2/+2
2013-01-30rules.mak: cleanup config generation rulesMichael S. Tsirkin1-5/+4
2013-01-30e1000: document ICS read behaviourMichael S. Tsirkin1-0/+10
2013-01-29Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2-1/+26
2013-01-29Merge remote-tracking branch 'mdroth/qga-pull-1-28-13' into stagingAnthony Liguori1-9/+11
2013-01-29s390: Drop set_bit usage in virtio_ccw.Cornelia Huck1-2/+2
2013-01-29s390: css error codes.Cornelia Huck2-5/+5
2013-01-29s390: Use s390_cpu_physical_memory_map for tpi.Cornelia Huck4-8/+24
2013-01-29sclpconsole: Don't instantiate sclpconsole with -nodefaultsChristian Borntraeger1-0/+1
2013-01-29s390: Add s390-ccw-virtio machine.Cornelia Huck3-0/+136
2013-01-29s390-virtio: Check for NULL device in reset hypercallAndreas Färber1-0/+3
2013-01-29s390: Move hw files to hw/s390xAlexander Graf6-18/+16
2013-01-29virtio-s390: add a reset function to virtio-s390 devicesPaolo Bonzini1-0/+8
2013-01-29s390: Make typeinfo constAlexander Graf1-1/+1
2013-01-29s390: Add new channel I/O based virtio transport.Cornelia Huck4-0/+1063
2013-01-29s390-virtio: Factor out some initialization code.Cornelia Huck2-51/+72
2013-01-29s390: Wire up channel I/O in kvm.Cornelia Huck2-13/+237
2013-01-29s390: Virtual channel subsystem support.Cornelia Huck5-0/+1447
2013-01-29s390: Add channel I/O instructions.Cornelia Huck4-0/+838
2013-01-29s390: I/O interrupt and machine check injection.Cornelia Huck2-1/+209
2013-01-29s390: Channel I/O basic definitions.Cornelia Huck4-1/+245
2013-01-29s390: Add mapping helper functions.Cornelia Huck2-0/+29
2013-01-29s390: Lowcore mapping helper.Cornelia Huck1-9/+25
2013-01-29s390: Add default support for SCLP consoleAlexander Graf2-0/+52
2013-01-29target-i386: kvm: prevent buffer overflow if -cpu foo, [x]level is too bigIgor Mammedov1-1/+24