index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
2009-10-07
Clean up test for qdev_init() failure
Markus Armbruster
2009-10-07
Warn if value of qdev_init() isn't checked
Markus Armbruster
2009-10-07
Make isa_create() terminate program on failure
Markus Armbruster
2009-10-07
New qdev_init_nofail()
Markus Armbruster
2009-10-07
Check return value of qdev_init()
Markus Armbruster
2009-10-07
Make qdev_init() destroy the device on failure
Markus Armbruster
2009-10-06
qdev: move comment
Gerd Hoffmann
2009-10-06
qemu/pci: make pci not depend on msix
Michael S. Tsirkin
2009-10-06
qemu/pci: clarify pci config load routine
Michael S. Tsirkin
2009-10-06
Final net cleanup after conversion to QemuOpts
Mark McLoughlin
2009-10-06
Port PCI NIC hotplug to QemuOpts
Mark McLoughlin
2009-10-06
Make NICInfo string fields non-const
Mark McLoughlin
2009-10-06
Revert "Fix exit on 'pci_add' Monitor command"
Anthony Liguori
2009-10-06
Reorganize option rom (+linux kernel) loading.
Gerd Hoffmann
2009-10-06
eepro100: support 16 bit read from SCBCmd (== 2)
=?UTF-8?q?Reimar=20D=C3=B6ffinger?=
2009-10-05
Improve error reporting on file access
Justin M. Forbes
2009-10-05
Rename pci_create_noinit() to pci_create()
Markus Armbruster
2009-10-05
pci_create() is now unused, remove it
Markus Armbruster
2009-10-05
Fix pci_add nic not to exit on bad model
Markus Armbruster
2009-10-05
Make it obvious that pci_nic_init() can't fail
Markus Armbruster
2009-10-05
Fix pci_add storage not to exit on bad first argument
Markus Armbruster
2009-10-05
Fix pci_vga_init() not to ignore bus argument
Markus Armbruster
2009-10-05
set correct CS seg limit and flags on sipi
Gleb Natapov
2009-10-05
Set revision in eeprom correctly for 82557 versions.
=?UTF-8?q?Reimar=20D=C3=B6ffinger?=
2009-10-05
virtio-pci: return error if virtio_console_init fails
Amit Shah
2009-10-05
qdev: show name of device that fails init
Amit Shah
2009-10-05
eepro100: Don't allow guests to fail assertions
Kevin Wolf
2009-10-05
qemu/virtio-pci: remove unnecessary check
Michael S. Tsirkin
2009-10-05
qemu: clean up target page usage in msix
Michael S. Tsirkin
2009-10-05
qemu/pci: reset device registers on bus reset
Michael S. Tsirkin
2009-10-05
qemu/pci: refactor code/symbolic constants
Michael S. Tsirkin
2009-10-05
qemu/virtio: fix reset with device removal
Michael S. Tsirkin
2009-10-05
qemu/qdev: type safety in reset handler
Michael S. Tsirkin
2009-10-05
serial: convert isa to qdev
Gerd Hoffmann
2009-10-05
qdev: don't crash on unset drive properties.
Gerd Hoffmann
2009-10-05
floppy: move dma setup + drive connect to fdctrl_init_common()
Gerd Hoffmann
2009-10-05
floppy: add drive properties.
Gerd Hoffmann
2009-10-05
store a pointer to QemuOpts in DeviceState, release it when zapping a device.
Gerd Hoffmann
2009-10-05
allow if=none for drive_add
Gerd Hoffmann
2009-10-05
refactor drive_hot_add
Gerd Hoffmann
2009-10-05
drive cleanup fixes.
Gerd Hoffmann
2009-10-05
pci: windup acpi-based hotplug
Gerd Hoffmann
2009-10-05
pci: hotplug windup
Gerd Hoffmann
2009-10-05
scsi: hotplug windup
Gerd Hoffmann
2009-10-05
usb: hotplug windup
Gerd Hoffmann
2009-10-05
qdev hotplug: infrastructure and monitor commands.
Gerd Hoffmann
2009-10-05
usb: hook unplug into qdev, cleanups + fixes.
Gerd Hoffmann
2009-10-05
pci: move unregister from PCIDevice to PCIDeviceInfo
Gerd Hoffmann
2009-10-05
pci: use qdev for device destruction.
Gerd Hoffmann
2009-10-05
Implement scsi device destruction
Gerd Hoffmann
[next]