]> git.proxmox.com Git - qemu.git/history - hw
Documentation: Add options to image format descriptions
[qemu.git] / hw /
2009-11-09 Stefan Weileepro100: Improve support for different devices
2009-11-09 Isaku Yamahatapci/monitor: print out bridge's filtering values and...
2009-11-09 Isaku Yamahatapci: implement pci bridge filtering.
2009-11-09 Isaku Yamahatapci: factor out pci_for_each_device().
2009-11-09 Isaku Yamahatapci: cosmetic on pci_upadte_mappings()
2009-11-09 Isaku Yamahatapci: initialize pci config headers depending it pci...
2009-11-09 Isaku Yamahatapci: teach pci_default_config_write() ROM bar for norma...
2009-11-09 Isaku Yamahatapci: use range helper functions.
2009-11-09 Isaku Yamahatapci: add helper functions to check ranges overlap.
2009-11-09 Isaku Yamahatapci: pcie host and mmcfg support.
2009-11-09 Isaku Yamahatavmstate: introduce VMSTATE_BUFFER_UNSAFE_INFO.
2009-11-09 Isaku Yamahatapci_host: change the signature of pci_data_{read, write}.
2009-11-09 Isaku Yamahatapci: move pci host stuff from pci.c to pci_host.c
2009-11-09 Isaku Yamahatapci: factor out the conversion logic from io port addre...
2009-11-09 Isaku Yamahatapci: make pci configuration transaction more accurate.
2009-11-09 Isaku Yamahatapci: remove bus_num member from struct PCIBus.
2009-11-09 Isaku Yamahatapci: 64bit bar support.
2009-11-09 Isaku Yamahatapci: typedef pcibus_t as uint64_t instead of uint32_t.
2009-11-09 Isaku Yamahatapci: introduce FMT_PCIBUS for printf format for pcibus_t.
2009-11-09 Isaku Yamahatapci: introduce pcibus_t to represent pci bus address...
2009-11-09 Isaku Yamahatapci_host: consolidate pci config address access.
2009-11-09 Isaku Yamahatapci_host.h: move functions in pci_host.h into .c file.
2009-11-09 Isaku Yamahatapci: make pci_bar() aware of header type 1.
2009-11-09 Isaku Yamahatapci: clean up of pci_default_read_config.
2009-11-09 Isaku Yamahatapci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/...
2009-11-09 Isaku Yamahatapci: clean up pci_init_wmask()
2009-11-09 Isaku Yamahatapci/bridge: clean up of pci_bridge_initfn()
2009-11-09 Isaku Yamahatapci: use helper functions to access pci config space.
2009-11-09 Isaku Yamahatapci: helper functions to access PCIDevice::config
2009-11-09 Isaku Yamahatapci: define a constant to represent a unmapped bar...
2009-11-09 Isaku Yamahatapci: use PCI_SLOT() and PCI_FUNC().
2009-11-09 Isaku Yamahatapci: introduce constant PCI_NUM_PINS for the number...
2009-11-09 Isaku Yamahatapci: fix PCI_DPRINTF() wrt variadic macro.
2009-11-09 Gerd Hoffmannscsi: move scsi-disk.h -> scsi.h
2009-11-09 Gerd Hoffmannscsi: move scsi.h -> esp.h
2009-11-09 Dustin Kirklandwhitelist host virtio networking features
2009-11-09 Mark McLoughlinvirtio-net: split the has_buffers() logic from can_rece...
2009-11-09 Markus ArmbrusterConfigurable block format whitelist
2009-11-09 Markus Armbrusterqdev: Tag isa-fdc, PIIX3 IDE and PIIX4 IDE as no-user
2009-11-09 Naphtali SpreiPass the drive's readonly attribute to the guest OS
2009-11-07 Blue SwirlIDE: Fix reset handling
2009-11-07 Blue SwirlPPC: rename cpu_ppc_reset to cpu_reset for consistency
2009-11-07 Blue SwirlSparc64/x86: remove unneeded calls to device reset
2009-11-07 Blue SwirlPPC: remove unneeded calls to device reset
2009-11-07 Blue Swirlsparc32 (mostly): remove unneeded calls to device reset
2009-11-07 Glauber Costav3: don't call reset functions on cpu initialization
2009-11-06 malcvga: fix line comparison
2009-11-06 malcvga: Respect Line Compare Register in text modes
2009-11-03 Andrzej Zaborowskihw/sd: Support SDHC size cards
2009-10-30 Anthony LiguoriRemove e1000 rom loading hack
2009-10-30 Mark McLoughlinvirtio-net: fix macaddr config regression
2009-10-30 Michael S. Tsirkinqemu/msix: fix table access issues
2009-10-30 Michael S. Tsirkinqemu/virtio: make wmb compiler barrier + comments
2009-10-30 Stefan Weilserial: Add missing bit
2009-10-30 Gerd Hoffmannusb: print attached status in info qtree
2009-10-30 Gerd Hoffmannusb-storage: use qdev for -usbdevice
2009-10-30 Gerd Hoffmannusb: make attach optional.
2009-10-30 Gerd Hoffmannusb-serial and braille: use qdev for -usbdevice
2009-10-30 Gerd Hoffmannusb-hid: use qdev for -usbdevice
2009-10-30 Gerd Hoffmannusb core: use qdev for -usbdevice
2009-10-30 Gerd Hoffmannuse rom loader for pc bios.
2009-10-30 Gerd Hoffmannvga roms: move loading from pc.c to vga drivers.
2009-10-30 Gerd Hoffmannrom loader: make vga+rom loading configurable.
2009-10-30 Gerd Hoffmannrom loader: use qemu_strdup.
2009-10-30 Mark McLoughlinnet: move more stuff into net/tap-win32.c, add net...
2009-10-30 Mark McLoughlinnet: move net-checksum.c under net/
2009-10-27 Mark McLoughlinvirtio-net: add tap_has_ufo flag to saved state
2009-10-27 Sridhar SamudralaEnable UFO on virtio-net and tap devices
2009-10-27 Anthony LiguoriWork around dhclient brokenness
2009-10-27 Mark McLoughlinvirtio-net: enable tap offload if guest supports it
2009-10-27 Mark McLoughlinvirtio-net: add vnet_hdr support
2009-10-27 Mark McLoughlinnet: add receive_raw parameter to qemu_new_vlan_client()
2009-10-27 Mark McLoughlinnet: add a client type code
2009-10-27 Luiz Capitulinomonitor: Convert do_pci_device_hot_remove() to QObject
2009-10-27 Juan Quintelalsi_scsi: port to vmstate
2009-10-27 Juan Quintelavmstate: Add VMSTATE_BUFFER_UNSAFE
2009-10-27 Juan Quintelavmware_vga: port to vmstate
2009-10-27 Juan Quintelavmware_vga: the support to change dinamically depth...
2009-10-27 Juan Quintelavmware_vga: scratch is really an array of uint32_t
2009-10-27 Juan Quintelavmware_vga: remove !EMBED_STDVGA code
2009-10-27 Juan Quintelavmware_vga: qemu_malloc() returns void *
2009-10-27 Juan Quintelavmware_vga: Remove uselss casts from void *
2009-10-27 Juan Quintelavmware_vga: Pass pci_vmsga_state_t arg no VGACommonState
2009-10-27 Juan Quintelavga: remove unused vga_common_save/load
2009-10-27 Juan Quintelavga: port vga-pci to vmstate
2009-10-27 Juan Quintelavga: port vmware std vga to vmstate
2009-10-27 Juan Quintelavga: port vga-isa to vmstate
2009-10-27 Juan Quintelavga: port vga-isa-mm to vmstate
2009-10-27 Juan Quintelavga: port vga_common_save/load to vmstate
2009-10-27 Juan Quintelavga: create is_vbe_vmstate field
2009-10-27 Juan Quintelae1000: port to vmstate
2009-10-27 Juan Quintelae1000: unfold mac_regarraystosave array
2009-10-27 Juan Quintelae1000: unfold mac_reg_tosave array
2009-10-27 Juan Quintelane2000: port to vmstate
2009-10-27 Juan Quintelapcnet: port to vmstate
2009-10-27 Juan Quintelaeepro100: port to vmstate
2009-10-27 Juan Quintelaeeprom93xx: port to vmstate
2009-10-27 Juan Quintelartl8139: port to vmstate
2009-10-27 Juan Quintelartl8139: port TallyCounters to vmstate
2009-10-27 Juan Quintelavmstate: Introduce the concept of sub-arrays
next