summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-06add host_device format description to qemu-img manpageAdrian Bridgett1-0/+6
2009-10-06Reorganize option rom (+linux kernel) loading.Gerd Hoffmann6-248/+318
2009-10-06eepro100: support 16 bit read from SCBCmd (== 2)=?UTF-8?q?Reimar=20D=C3=B6ffinger?=1-0/+1
2009-10-05target-i386: move recently added vmstate fields at the end of the structureAurelien Jarno1-4/+6
2009-10-05block/raw: Add create_options for host_deviceKevin Wolf1-6/+10
2009-10-05Improve error reporting on file accessJustin M. Forbes2-16/+16
2009-10-05Win32: Fix vnc support.Stefan Weil1-2/+21
2009-10-05x86: fix miss mergeJuan Quintela1-1/+2
2009-10-05Rename pci_create_noinit() to pci_create()Markus Armbruster5-9/+9
2009-10-05pci_create() is now unused, remove itMarkus Armbruster2-19/+0
2009-10-05Fix pci_add nic not to exit on bad modelMarkus Armbruster15-32/+71
2009-10-05Make it obvious that pci_nic_init() can't failMarkus Armbruster3-21/+14
2009-10-05Fix pci_add storage not to exit on bad first argumentMarkus Armbruster3-3/+12
2009-10-05Fix pci_vga_init() not to ignore bus argumentMarkus Armbruster1-1/+1
2009-10-05set correct CS seg limit and flags on sipiGleb Natapov1-1/+1
2009-10-05Set revision in eeprom correctly for 82557 versions.=?UTF-8?q?Reimar=20D=C3=B6ffinger?=1-0/+2
2009-10-05restore CFLAGS check for conflict and fix recursive CFLAGS issueThomas Monjalon2-4/+4
2009-10-05virtio-pci: return error if virtio_console_init failsAmit Shah1-0/+3
2009-10-05qdev: show name of device that fails initAmit Shah1-0/+1
2009-10-05vnc: Set invalid buffer pointers to NULLStefan Weil1-2/+8
2009-10-05eepro100: Don't allow guests to fail assertionsKevin Wolf1-11/+35
2009-10-05qcow2: Increase maximum cluster size to 2 MBKevin Wolf4-9/+12
2009-10-05qemu/virtio-pci: remove unnecessary checkMichael S. Tsirkin1-2/+1
2009-10-05qemu: clean up target page usage in msixMichael S. Tsirkin4-36/+27
2009-10-05fix comment on cpu_register_physical_memory_offsetMichael S. Tsirkin1-2/+3
2009-10-05qemu/pci: reset device registers on bus resetMichael S. Tsirkin1-0/+13
2009-10-05qemu/pci: refactor code/symbolic constantsMichael S. Tsirkin2-20/+23
2009-10-05qemu/virtio: fix reset with device removalMichael S. Tsirkin1-6/+8
2009-10-05qemu/qdev: type safety in reset handlerMichael S. Tsirkin4-13/+19
2009-10-05serial: convert isa to qdevGerd Hoffmann7-28/+75
2009-10-05qdev: don't crash on unset drive properties.Gerd Hoffmann1-1/+1
2009-10-05floppy: move dma setup + drive connect to fdctrl_init_common()Gerd Hoffmann1-20/+11
2009-10-05floppy: add drive properties.Gerd Hoffmann8-46/+55
2009-10-05store a pointer to QemuOpts in DeviceState, release it when zapping a device.Gerd Hoffmann2-0/+4
2009-10-05allow if=none for drive_addGerd Hoffmann1-0/+3
2009-10-05refactor drive_hot_addGerd Hoffmann1-19/+19
2009-10-05drive cleanup fixes.Gerd Hoffmann9-43/+25
2009-10-05pci: windup acpi-based hotplugGerd Hoffmann5-42/+26
2009-10-05pci: hotplug windupGerd Hoffmann2-2/+25
2009-10-05scsi: hotplug windupGerd Hoffmann2-0/+3
2009-10-05usb: hotplug windupGerd Hoffmann1-0/+2
2009-10-05qdev hotplug: infrastructure and monitor commands.Gerd Hoffmann4-4/+109
2009-10-05switch qemu-config to qemu_errorGerd Hoffmann1-4/+5
2009-10-05usb: hook unplug into qdev, cleanups + fixes.Gerd Hoffmann8-15/+56
2009-10-05pci: move unregister from PCIDevice to PCIDeviceInfoGerd Hoffmann8-11/+13
2009-10-05pci: use qdev for device destruction.Gerd Hoffmann3-5/+4
2009-10-05Implement scsi device destructionGerd Hoffmann3-11/+21
2009-10-05Add exit callback to DeviceInfo.Gerd Hoffmann2-0/+4
2009-10-05qdev: device free fixups.Gerd Hoffmann2-4/+38
2009-10-05parallel: convert isa to qdevGerd Hoffmann5-14/+57