aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-11convert unix+tcp chardevs to QemuOpts.Gerd Hoffmann2-56/+93
2009-09-11sockets: add inet_listen_optsGerd Hoffmann2-55/+49
2009-09-11sockets: add inet_connect_optsGerd Hoffmann2-33/+97
2009-09-11sockets: add unix_*_opts for windows.Gerd Hoffmann1-0/+12
2009-09-11sockets: add unix_listen_optsGerd Hoffmann2-14/+34
2009-09-11sockets: add unix_connect_optsGerd Hoffmann2-1/+36
2009-09-11convert file+pipe chardevs to QemuOpts.Gerd Hoffmann2-15/+39
2009-09-11switch chardev to QemuOpts: infrastructure, null deviceGerd Hoffmann6-4/+93
2009-09-11qemu-option.h include protectorsGerd Hoffmann1-0/+5
2009-09-11QemuOpts: split option parser into two functions.Gerd Hoffmann2-17/+30
2009-09-11qdev: Fix i6300 upcastMarkus Armbruster1-4/+4
2009-09-11VirtIO: Fix QEMU crash during Windows PNP testsYan Vugenfirer1-2/+12
2009-09-11virtio-blk: add volatile writecache featureChristoph Hellwig2-1/+27
2009-09-11ide: use bdrv_aio_flushChristoph Hellwig1-3/+13
2009-09-11block: add aio_flush operationChristoph Hellwig6-3/+80
2009-09-11block: use fdatasync instead of fsync if possibleChristoph Hellwig4-2/+19
2009-09-11block: add enable_write_cache flagChristoph Hellwig5-3/+27
2009-09-11qemu: init all queues to NO_VECTOR valueMichael S. Tsirkin1-0/+3
2009-09-11qemu: make virtio-blk PCI compliant by defaultMichael S. Tsirkin1-4/+8
2009-09-11usb-linux.c: fix buffer overflowJim Paris1-2/+10
2009-09-11Fix conditional compilation (MIPS host)Stefan Weil1-1/+1
2009-09-11virtio-blk: Use bdrv_aio_multiwriteKevin Wolf1-8/+42
2009-09-11Add bdrv_aio_multiwriteKevin Wolf5-0/+230
2009-09-11Revert "don't call cpu_sychronize_state from reset handlers"Anthony Liguori2-6/+3
2009-09-11microblaze: Trap if QEMU finds an unknown insns.Edgar E. Iglesias1-0/+6
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