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
2010-09-07
pci_bridge: introduce pci bridge library.
Isaku Yamahata
2010-07-22
pci_bridge: clean up: remove pci_{register, unregister}_secondary_bus()
Isaku Yamahata
2010-07-22
pci_bridge: rename PCIBridge::bus -> PCIBridge::sec_bus.
Isaku Yamahata
2010-07-22
pci/bridge: split out pci bridge code into pci_bridge.c from pci.c
Isaku Yamahata
2010-07-19
pci: move out pci internal structures, PCIBus, PCIBridge, and pci_bus_info.
Isaku Yamahata
2010-07-19
vhost: fix miration during device start
Michael S. Tsirkin
2010-07-19
e1000: secrc support
Michael S. Tsirkin
2010-07-19
e1000: fix access 4 bytes beyond buffer end
Michael S. Tsirkin
2010-07-11
pci: fix bridge update
Michael S. Tsirkin
2010-07-11
virtio-net: correct packet length math
Michael S. Tsirkin
2010-07-11
pci hotplug: make pci hotplug return value to caller
Isaku Yamahata
2010-07-11
vmware_vga: fix reset value for command register
Michael S. Tsirkin
2010-07-11
rtl8139: address TODOs
Michael S. Tsirkin
2010-07-11
pci hotplug: make pci_device_hot_remove() static
Isaku Yamahata
2010-07-11
pcnet: address TODOs
Michael S. Tsirkin
2010-07-11
pci: fix pci_device_reset
Isaku Yamahata
2010-07-11
AppleSMC device emulation
Alexander Graf
2010-07-11
pci: set PCI multi-function bit appropriately.
Isaku Yamahata
2010-07-11
pci_bridge: make pci bridge aware of pci multi function bit.
Isaku Yamahata
2010-07-11
pci: set multifunction property for normal device.
Isaku Yamahata
2010-07-11
pci: introduce multifunction property.
Isaku Yamahata
2010-07-11
qdev: implement qdev_prop_set_bit().
Isaku Yamahata
2010-07-11
pci: remove PCIDeviceInfo::header_type
Isaku Yamahata
2010-07-11
pci: don't overwrite multi functio bit in pci header type.
Isaku Yamahata
2010-07-11
pci: insert assert that auto-assigned-address function is single function dev...
Isaku Yamahata
2010-07-11
pci: use PCI_DEVFN() where appropriate.
Isaku Yamahata
2010-07-06
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
2010-07-06
pci: Free the space allocated for the option rom on removal
Alex Williamson
2010-07-06
qemu_ram_alloc: Add DeviceState and name parameters
Alex Williamson
2010-07-06
virtio-net: Incorporate a DeviceState pointer and let savevm track instances
Alex Williamson
2010-07-06
eepro100: Add a dev field to eeprom new/free functions
Alex Williamson
2010-07-06
savevm: Add DeviceState param
Alex Williamson
2010-07-06
pci: Implement BusInfo.get_dev_path()
Alex Williamson
2010-07-06
qdev: Add a get_dev_path() function to BusInfo
Alex Williamson
2010-07-06
pc: Allocate all ram in a single qemu_ram_alloc()
Alex Williamson
2010-07-06
make rtc alatm work
Gleb Natapov
2010-07-06
scsi: Fix SCSI bus reset
Jan Kiszka
2010-07-06
ide: Reject invalid CHS geometry
Markus Armbruster
2010-07-06
ide: Reject readonly drives unless CD-ROM
Markus Armbruster
2010-07-06
ide: Make ide_init_drive() return success
Markus Armbruster
2010-07-06
ide: Replace IDEState members is_cdrom, is_cf by drive_kind
Markus Armbruster
2010-07-06
ide: Improve error messages
Markus Armbruster
2010-07-06
scsi: Error locations for -drive if=scsi device initialization
Markus Armbruster
2010-07-06
scsi: Reject unimplemented error actions
Markus Armbruster
2010-07-06
qdev: Don't hw_error() in qdev_init_nofail()
Markus Armbruster
2010-07-06
fdc: Reject unimplemented error actions
Markus Armbruster
2010-07-06
Add virtio disk identification support
john cooper
2010-07-06
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
2010-07-03
remove exec-all.h inclusion from cpu.h
Paolo Bonzini
2010-07-02
pc: Fix CMOS info for drives defined with -device
Markus Armbruster
[next]