]> git.proxmox.com Git - qemu.git/history - hw
pci: helper functions to access PCIDevice::config
[qemu.git] / hw /
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
2009-10-27 Juan Quintelavmstate: Add VMSTATE_MACADDR for the new type
2009-10-27 Juan Quintelavmstate: Add VMSTATE_BUFFER_UNUSED
2009-10-27 Juan Quintelavmstate: Add version arg to VMSTATE_SINGLE_TEST()
2009-10-27 Juan Quintelavmstate: add VMS_VARRAY_UINT16_UNSAFE (varrays with...
2009-10-27 Juan Quintelavmstate: Unfold VMSTATE_INT32_VARRAY() only use and...
2009-10-27 Juan Quintelavmstate: factor VMSTATE_*BUFFER* definitions
2009-10-27 Juan Quintelavmstate: factor vmstate_offset_buffer
2009-10-27 Juan Quintelavmstate: factor vmstate_offset_array
2009-10-27 Juan Quintelavmstate: factor vmstate_offset_pointer
2009-10-27 Juan Quintelavmstate: factor vmstate_offset_value
2009-10-27 Juan Quintelavmstate: fix indentation
2009-10-27 Juan Quintelavmstate: Rename VMS_VARRAY to VMS_VARRAY_INT32
2009-10-27 Juan Quintelavmstate: add VMSTATE_UINT16_EQUAL[_V]
2009-10-27 Juan Quintelaserial: use post_load version_id field and remove pre_l...
2009-10-27 Juan Quintelavmstate: Add support for partial buffers transmission
2009-10-27 Juan Quintelaib700: port to vmstate
2009-10-27 Juan Quintelaib700: move timer to IB700State
2009-10-27 Juan Quintelaib700: Introduce IB700State
2009-10-27 Juan Quintelawdt_i6300esb: move PCI_DEVICE_IDE_INTEL_ESB_9 to pci_ids.h
2009-10-27 Juan Quintelawdt_i6300esb: remove useless casts from void *
2009-10-27 Juan Quintelawdt_i6300esb: port to vmstate
2009-10-27 Juan Quintelaide: pre VMState functions are not needed anymore
2009-10-27 Juan Quintelaide: port pci ide to vmstate
2009-10-27 Juan Quintelaide: port pmac ide to vmstate
2009-10-27 Juan Quintelaide: port isa ide to vmstate
2009-10-27 Juan Quintelaide: port ide mmio to vmstate
2009-10-27 Juan Quintelaide: include bus in MMIOState
2009-10-27 Juan Quintelaide: port microdrive to vmstate
next