aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-11microblaze: Correct prio between MMU and unaligned exceptions.Edgar E. Iglesias1-6/+25
2009-09-11microblaze: HW Exception fixes.Edgar E. Iglesias2-19/+21
2009-09-11Update OpenBIOS images to r577Aurelien Jarno1-0/+0
2009-09-11X86_64: Use proper jumps/calls when displacement exceeds +-2Gmalc1-12/+19
2009-09-10Remove bit-rotten threshold handlingmalc1-13/+2
2009-09-10F_DUPFD_CLOEXEC is not universally availablemalc1-0/+2
2009-09-10Add information w.r.t default GUS IRQ assigmentmalc1-0/+14
2009-09-10Fix formattingmalc1-5/+5
2009-09-10Fix formatting, get rid of conf and fix descriptionmalc1-14/+7
2009-09-10Fix formatting and and description fieldmalc1-4/+5
2009-09-10qdev/isa: convert real time clockGerd Hoffmann7-18/+38
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