aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-10qdev: simplify isa irq assignmentsGerd Hoffmann
2009-09-10qdev: drop iobase properties from isa busGerd Hoffmann
2009-09-10qdev: add property type for 32bit signed integers.Gerd Hoffmann
2009-09-10isapc: pick a more sane default cpu for such old hardware.Gerd Hoffmann
2009-09-10isapc: Fix irq routingGerd Hoffmann
2009-09-10Allow to unscale the output window with a Ctrl-Alt-u hotkeymalc
2009-09-09Fix VMSTATE_PCI_DEVICE versionJuan Quintela
2009-09-09don't call cpu_sychronize_state from reset handlersGlauber Costa
2009-09-09RTC polling mode brokenBernhard Kauer
2009-09-09qemu-kvm: fix segfault when running kvm without /dev/kvm, falling back to non...Dustin Kirkland
2009-09-09configure: fix Linux AIO detectionLuiz Capitulino
2009-09-09Fix compilation warnings when DEBUG_BUFFERED_FILE is definedPierre Riteau
2009-09-09qcow2: Order concurrent AIO requests on the same unallocated clusterKevin Wolf
2009-09-09qcow2: Fix metadata preallocationKevin Wolf
2009-09-09fix VNC SASL detectionJuan Quintela
2009-09-09optionrom: make clean should remove raw and .dJuan Quintela
2009-09-09otionrom: Use local CFLAGS no global oneJuan Quintela
2009-09-09Remove CFLAGS parameter in cc-optionJuan Quintela
2009-09-09Fix for commit 3f9cb1c14dc368f41447db5f78d6248c4f100ad4Naphtali Sprei
2009-09-09mv from strdup to qemu_strdup in qemu-option.cJean-Christophe DUBOIS
2009-09-09mv strdup to qemu_strdup in vl.cJean-Christophe DUBOIS
2009-09-09fix vl.c compilation if CONFIG_KVM is not definedJean-Christophe DUBOIS
2009-09-09fix PATH_MAX conditional compilationJean-Christophe DUBOIS
2009-09-09eepro100: Clean code which sets the PCI device idStefan Weil
2009-09-09qemu-io: Improve portability (win32 now supported).Stefan Weil
2009-09-09Fix spelling in comment.Stefan Weil
2009-09-09qdev: convert tcx to reset + vmsdGerd Hoffmann
2009-09-09qdev: integrate vmstateGerd Hoffmann
2009-09-09qdev: convert rtl8139 to resetGerd Hoffmann
2009-09-09qdev: integrate resetGerd Hoffmann
2009-09-09qdev/scsi+usb: convert usb-storage to qdev.Gerd Hoffmann
2009-09-09qdev/scsi: add scsi bus support to qdev, convert drivers.Gerd Hoffmann
2009-09-09qdev/usb: convert ohci.Gerd Hoffmann
2009-09-09qdev/usb: convert uhci.Gerd Hoffmann
2009-09-09qdev/usb: add some convinience aliases.Gerd Hoffmann
2009-09-09qdev/usb: make qemu aware of usb busses.Gerd Hoffmann
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann
2009-09-09qdev: add error message to qdev_device_add().Gerd Hoffmann
2009-09-09allow passing null machine pointer to drive_init().Gerd Hoffmann
2009-09-09savevm: Convert loadvm handlers list to LISTJuan Quintela
2009-09-09Add LIST_FOREACH_SAFE() definitionJuan Quintela
2009-09-09savevm: Convert savevm handlers list to TAILQJuan Quintela
2009-09-09cirrus_vga: CIRRUS_HOOK_* is not used anymoreJuan Quintela
2009-09-09cirrus_vga: rename cirrus_hook_write_cr() cirrus_vga_write_cr()Juan Quintela
2009-09-09cirrus_vga: rename cirrus_hook_read_cr() cirrus_vga_read_cr()Juan Quintela
2009-09-09cirrus_vga: rename cirrus_hook_write_gr() cirrus_vga_write_gr()Juan Quintela
2009-09-09cirrus_vga: rename cirrus_hook_read_gr() cirrus_vga_read_gr()Juan Quintela
2009-09-09cirrus_vga: rename cirrus_hook_write_palette() cirrus_vga_write_palette()Juan Quintela
2009-09-09cirrus_vga: rename cirrus_hook_read_palette() cirrus_vga_read_palette()Juan Quintela
2009-09-09cirrus_vga: rename cirrus_hook_write_sr() cirrus_vga_write_sr()Juan Quintela