]> git.proxmox.com Git - qemu.git/history - hw
net: add -netdev option
[qemu.git] / hw /
2009-10-15 Mark McLoughlinnet: remove id field from NICInfo
2009-10-15 Mark McLoughlinhotplug: safely iterate bus's sibling list while removi...
2009-10-15 Stefan Weileepro100: Remove unused device status entries
2009-10-14 Artyom Tarasenkoscsi disk block descriptor v2
2009-10-13 Blue SwirlAdd some chipset doc links
2009-10-12 François RevolFixed wacom emulation
2009-10-12 Gerd Hoffmannrom loader: also try filename as-is.
2009-10-12 Gerd Hoffmannrom loader: fix sparc -kernel boot.
2009-10-12 Juan QuintelaTARGET_I386 is always defined if TARGET_X86_64 is defined
2009-10-12 Juan Quintelaide: BMDMAState don't need a pci_dev field anymore
2009-10-12 Juan Quintelaide: cmd646 ->unit has just the value that we want
2009-10-12 Juan Quintelaide: cmd646 we can get the pci device with container_of
2009-10-12 Juan Quintelaide: 'secondary' field is only used by cmd646
2009-10-12 Juan Quintelaide: PCIIDEState type field is not needed anymore
2009-10-12 Juan Quintelaide: split cmd646 and piix from pci.c
2009-10-12 Juan Quintelaide: export needed ide-pci functions for split
2009-10-12 Juan Quintelaide: create ide/pci.h for common ide pci definitions
2009-10-12 Juan Quintelaide: remove uselsess casts from void *
2009-10-12 Juan Quintelaide: Remove duplicated definitions
2009-10-12 Juan Quintelaide: Remove cast in pci_register_bar
2009-10-12 Juan Quintelaide: change cast to DO_UPCAST
2009-10-10 malcFix Windows host breakage by 45a50b1668822c23afc2a89f72...
2009-10-09 Jan Kiszkapcnet: Restart poll timer on pcnet_start
2009-10-09 Jan Kiszkapcnet: Drop unused recv_pos field
2009-10-07 Markus ArmbrusterClean up test for qdev_init() failure
2009-10-07 Markus ArmbrusterWarn if value of qdev_init() isn't checked
2009-10-07 Markus ArmbrusterMake isa_create() terminate program on failure
2009-10-07 Markus ArmbrusterNew qdev_init_nofail()
2009-10-07 Markus ArmbrusterCheck return value of qdev_init()
2009-10-07 Markus ArmbrusterMake qdev_init() destroy the device on failure
2009-10-06 Gerd Hoffmannqdev: move comment
2009-10-06 Michael S. Tsirkinqemu/pci: make pci not depend on msix
2009-10-06 Michael S. Tsirkinqemu/pci: clarify pci config load routine
2009-10-06 Mark McLoughlinFinal net cleanup after conversion to QemuOpts
2009-10-06 Mark McLoughlinPort PCI NIC hotplug to QemuOpts
2009-10-06 Mark McLoughlinMake NICInfo string fields non-const
2009-10-06 Anthony LiguoriRevert "Fix exit on 'pci_add' Monitor command"
2009-10-06 Gerd HoffmannReorganize option rom (+linux kernel) loading.
2009-10-06 =?UTF-8?q?Reimar... eepro100: support 16 bit read from SCBCmd (== 2)
2009-10-05 Justin M. ForbesImprove error reporting on file access
2009-10-05 Markus ArmbrusterRename pci_create_noinit() to pci_create()
2009-10-05 Markus Armbrusterpci_create() is now unused, remove it
2009-10-05 Markus ArmbrusterFix pci_add nic not to exit on bad model
2009-10-05 Markus ArmbrusterMake it obvious that pci_nic_init() can't fail
2009-10-05 Markus ArmbrusterFix pci_add storage not to exit on bad first argument
2009-10-05 Markus ArmbrusterFix pci_vga_init() not to ignore bus argument
2009-10-05 Gleb Natapovset correct CS seg limit and flags on sipi
2009-10-05 =?UTF-8?q?Reimar... Set revision in eeprom correctly for 82557 versions.
2009-10-05 Amit Shahvirtio-pci: return error if virtio_console_init fails
2009-10-05 Amit Shahqdev: show name of device that fails init
2009-10-05 Kevin Wolfeepro100: Don't allow guests to fail assertions
2009-10-05 Michael S. Tsirkinqemu/virtio-pci: remove unnecessary check
2009-10-05 Michael S. Tsirkinqemu: clean up target page usage in msix
2009-10-05 Michael S. Tsirkinqemu/pci: reset device registers on bus reset
2009-10-05 Michael S. Tsirkinqemu/pci: refactor code/symbolic constants
2009-10-05 Michael S. Tsirkinqemu/virtio: fix reset with device removal
2009-10-05 Michael S. Tsirkinqemu/qdev: type safety in reset handler
2009-10-05 Gerd Hoffmannserial: convert isa to qdev
2009-10-05 Gerd Hoffmannqdev: don't crash on unset drive properties.
2009-10-05 Gerd Hoffmannfloppy: move dma setup + drive connect to fdctrl_init_c...
2009-10-05 Gerd Hoffmannfloppy: add drive properties.
2009-10-05 Gerd Hoffmannstore a pointer to QemuOpts in DeviceState, release...
2009-10-05 Gerd Hoffmannallow if=none for drive_add
2009-10-05 Gerd Hoffmannrefactor drive_hot_add
2009-10-05 Gerd Hoffmanndrive cleanup fixes.
2009-10-05 Gerd Hoffmannpci: windup acpi-based hotplug
2009-10-05 Gerd Hoffmannpci: hotplug windup
2009-10-05 Gerd Hoffmannscsi: hotplug windup
2009-10-05 Gerd Hoffmannusb: hotplug windup
2009-10-05 Gerd Hoffmannqdev hotplug: infrastructure and monitor commands.
2009-10-05 Gerd Hoffmannusb: hook unplug into qdev, cleanups + fixes.
2009-10-05 Gerd Hoffmannpci: move unregister from PCIDevice to PCIDeviceInfo
2009-10-05 Gerd Hoffmannpci: use qdev for device destruction.
2009-10-05 Gerd HoffmannImplement scsi device destruction
2009-10-05 Gerd HoffmannAdd exit callback to DeviceInfo.
2009-10-05 Gerd Hoffmannqdev: device free fixups.
2009-10-05 Gerd Hoffmannparallel: convert isa to qdev
2009-10-05 Gerd Hoffmannpiix_pci: kill PIIX3IrqState
2009-10-05 Gerd Hoffmannconvert pci bridge to qdev
2009-10-05 Gerd Hoffmannsupport inplace allocation for pci bus, split irq init.
2009-10-05 Gerd Hoffmannswitch ide bus to inplace allocation.
2009-10-05 Gerd Hoffmannswitch usb bus to inplace allocation.
2009-10-05 Gerd Hoffmannswitch scsi bus to inplace allocation.
2009-10-05 Gerd Hoffmannallow qdev busses allocations be inplace
2009-10-05 Jan KiszkaEnable host-clock-based RTC
2009-10-05 Luiz CapitulinoFix exit on 'pci_add' Monitor command
2009-10-05 Jan Kiszkamusicpal: Add VMState support
2009-10-05 Jan Kiszkamusicpal: Make PIT emulation more robust
2009-10-05 Jan Kiszkamusicpal: True reset support for audio device
2009-10-05 Jan Kiszkamusicpal: True reset support for GPIO
2009-10-05 Jan Kiszkamusicpal: Coding style fixes
2009-10-05 Jan Kiszkamusicpal: Clean up typecasts
2009-10-05 Jan Kiszkamusicpal: Rework GPIO input events
2009-10-05 Jan Kiszkamusicpal: Catch null TX qeueues
2009-10-05 Juan Quintelavmstate: Add suppot for field_exist() test
2009-10-05 Juan QuintelaAdd *TL functions to vmstate
2009-10-05 Juan Quintelavmstate: remove i2c_slave_load/save
2009-10-05 Juan Quintelavmstate: port lm832x device
2009-10-05 Juan Quintelalm832x: make fields to have the same types that they...
2009-10-05 Juan Quintelavmstate: add support for arrays of pointers
next