aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-10qdev/isa: finish pckbd conversionGerd Hoffmann3-24/+4
2009-09-10qdev/isa: convert ne2000Gerd Hoffmann8-93/+170
2009-09-10qdev/isa: convert gravis ultrasoundGerd Hoffmann2-28/+51
2009-09-10qdev/isa: convert cs4231a sound cardGerd Hoffmann1-13/+33
2009-09-10qdev/isa: convert soundblasterGerd Hoffmann1-24/+39
2009-09-10qdev: add isa_create() functionGerd Hoffmann2-2/+14
2009-09-10qdev: tag isabus-bridge as no-userGerd Hoffmann1-0/+1
2009-09-10qdev: simplify isa irq assignmentsGerd Hoffmann7-39/+21
2009-09-10qdev: drop iobase properties from isa busGerd Hoffmann9-34/+23
2009-09-10qdev: add property type for 32bit signed integers.Gerd Hoffmann2-0/+33
2009-09-10isapc: pick a more sane default cpu for such old hardware.Gerd Hoffmann1-0/+2
2009-09-10isapc: Fix irq routingGerd Hoffmann1-1/+2
2009-09-10Allow to unscale the output window with a Ctrl-Alt-u hotkeymalc2-0/+9
2009-09-09Fix VMSTATE_PCI_DEVICE versionJuan Quintela1-1/+0
2009-09-09don't call cpu_sychronize_state from reset handlersGlauber Costa2-3/+6
2009-09-09RTC polling mode brokenBernhard Kauer1-2/+3
2009-09-09qemu-kvm: fix segfault when running kvm without /dev/kvm, falling back to non...Dustin Kirkland1-10/+10
2009-09-09configure: fix Linux AIO detectionLuiz Capitulino1-0/+1
2009-09-09Fix compilation warnings when DEBUG_BUFFERED_FILE is definedPierre Riteau1-6/+6
2009-09-09qcow2: Order concurrent AIO requests on the same unallocated clusterKevin Wolf3-5/+96
2009-09-09qcow2: Fix metadata preallocationKevin Wolf1-1/+3
2009-09-09fix VNC SASL detectionJuan Quintela1-1/+1
2009-09-09optionrom: make clean should remove raw and .dJuan Quintela1-1/+1
2009-09-09otionrom: Use local CFLAGS no global oneJuan Quintela1-0/+1
2009-09-09Remove CFLAGS parameter in cc-optionJuan Quintela2-4/+4
2009-09-09Fix for commit 3f9cb1c14dc368f41447db5f78d6248c4f100ad4Naphtali Sprei1-1/+6
2009-09-09mv from strdup to qemu_strdup in qemu-option.cJean-Christophe DUBOIS1-3/+3
2009-09-09mv strdup to qemu_strdup in vl.cJean-Christophe DUBOIS1-3/+3
2009-09-09fix vl.c compilation if CONFIG_KVM is not definedJean-Christophe DUBOIS1-1/+2
2009-09-09fix PATH_MAX conditional compilationJean-Christophe DUBOIS1-9/+2
2009-09-09eepro100: Clean code which sets the PCI device idStefan Weil2-8/+8
2009-09-09qemu-io: Improve portability (win32 now supported).Stefan Weil3-1/+26
2009-09-09Fix spelling in comment.Stefan Weil1-1/+1
2009-09-09qdev: convert tcx to reset + vmsdGerd Hoffmann1-2/+2
2009-09-09qdev: integrate vmstateGerd Hoffmann2-0/+9
2009-09-09qdev: convert rtl8139 to resetGerd Hoffmann1-4/+4
2009-09-09qdev: integrate resetGerd Hoffmann2-1/+13
2009-09-09qdev/scsi+usb: convert usb-storage to qdev.Gerd Hoffmann1-27/+40
2009-09-09qdev/scsi: add scsi bus support to qdev, convert drivers.Gerd Hoffmann12-274/+351
2009-09-09qdev/usb: convert ohci.Gerd Hoffmann7-21/+35
2009-09-09qdev/usb: convert uhci.Gerd Hoffmann1-35/+43
2009-09-09qdev/usb: add some convinience aliases.Gerd Hoffmann2-0/+4
2009-09-09qdev/usb: make qemu aware of usb busses.Gerd Hoffmann11-174/+206
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann17-193/+424
2009-09-09qdev: add error message to qdev_device_add().Gerd Hoffmann1-1/+4
2009-09-09allow passing null machine pointer to drive_init().Gerd Hoffmann1-1/+1
2009-09-09savevm: Convert loadvm handlers list to LISTJuan Quintela1-9/+12
2009-09-09Add LIST_FOREACH_SAFE() definitionJuan Quintela1-0/+5
2009-09-09savevm: Convert savevm handlers list to TAILQJuan Quintela1-52/+42
2009-09-09cirrus_vga: CIRRUS_HOOK_* is not used anymoreJuan Quintela1-5/+0