]> git.ipfire.org Git - thirdparty/qemu.git/history - hw
chardev: move greeting into vc backend.
[thirdparty/qemu.git] / hw /
2009-12-12  Gerd Hoffmannqdev: also match bus name for global properties
2009-12-12  Gerd Hoffmannqdev: make compat stuff more generic
2009-12-12  Markus Armbrusterqdev: Replace device names containing whitespace
2009-12-12  Markus Armbrusterqdev: Separate USB product description from qdev name
2009-12-12  Markus Armbrusterqdev: Rename USBDevice member devname to product_desc
2009-12-12  Gleb Natapovfix rtc-td-hack on host without high-res timers
2009-12-12  Michael S. Tsirkinvirtio: verify features on load
2009-12-12  Dave Airlievmware_vga: add rom file so that it boots.
2009-12-07  Michael S. Tsirkinpci: interrupt disable bit support
2009-12-07  Michael S. Tsirkinpci: interrupt status bit implementation
2009-12-07  Michael S. Tsirkinpci: prepare irq code for interrupt state
2009-12-07  Michael S. Tsirkinmsix: function mask support
2009-12-07  Michael S. Tsirkinmsix: macro rename for function mask support
2009-12-05  Alexander GrafAdd S390x virtio machine description
2009-12-05  Alexander GrafAdd S390x virtio machine bus
2009-12-04  Blue SwirlAdd "static" to please Sparse
2009-12-04  Blue Swirlscsi: fix incorrect ?: use
2009-12-03  Thadeu Lima de Sou... ide: implement stub for audio control/volume read
2009-12-03  Thadeu Lima de Sou... ide: Use some already defined page macros instead of...
2009-12-03  Stefan Weileepro100: Improve debug messages
2009-12-03  David Benjamineepro100: Allocate a larger buffer for regname()
2009-12-03  Kevin Wolfmultiboot: Use signed type for negative error numbers
2009-12-03  Ryan HarperFix compile error when LSI_DEBUG is defined
2009-12-03  Stefan Weile1000: Fix warning from code review
2009-12-03  Adam Lackorzynskimultiboot: Fix module loading and setting of mmap.
2009-12-03  Laszlo AstSCSI: Fix Standard INQUIRY data
2009-12-03  Alexander Graftarge-ppc: Sync CPU state for KVM
2009-12-03  Michael S. Tsirkinqemu: cleanup unused macros in cirrus
2009-12-03  Michael S. Tsirkinqemu: make cirrus init value pci spec compliant
2009-12-03  Kevin Wolfvirtio-blk: Implement rerror option
2009-12-03  Kevin Wolfide: Implement rerror option
2009-12-03  Kevin WolfRename DriveInfo.onerror to on_write_error
2009-12-03  Jan Kiszkalive migration: Propagate output monitor to callback...
2009-12-03  Juan Quintelasavevm: Port to qdev.vmsd all devices that have qdev
2009-12-03  Juan Quintelaqdev: enable vmstate_unregister() support
2009-12-03  Juan Quintelapci: vmstate_register() already assign consecutive...
2009-12-03  Juan Quintelavmstate: Add support for multiplying size for a constant
2009-12-03  Juan Quintelavmstate: remove usused VMSTATE_STRUCT_ARRAY_SIZE_UINT8
2009-12-03  Juan Quintelavmstate: Introduce UINT16_TEST support
2009-12-03  Juan Quintelavmstate: Introduce VMSTATE_STRUCT_POINTER_TEST
2009-12-03  Juan Quintelavmstate: Introduce VMSTATE_STRUCT_TEST
2009-12-03  Juan Quintelavmstate: Add support for VBUFFERS
2009-12-03  Jan Kiszkavmstate: Fix info field of VMSTATE_MACADDR
2009-12-03  Laszlo Astlsi53c895a: Implement IRQ on reselection
2009-12-03  Laszlo Astlsi53c895a: Use alternative address when already reselected
2009-12-03  Laszlo Astlsi53c895a: Fix SDID in SELECT ID command
2009-12-03  Laszlo Astlsi53c895a: Fix message code of DISCONNECT
2009-12-03  Laszlo Astlsi53c895a: Add support for LSI53C700 Family Compatibil...
2009-12-03  Laszlo Astlsi53c895a: Whitespace and typo fixes
2009-12-03  Gerd Hoffmannscsi: add read/write 16 commands.
2009-12-03  Gerd Hoffmannscsi-disk: restruct emulation: VERIFY
2009-12-03  Gerd Hoffmannscsi-disk: restruct emulation: REPORT_LUNS
2009-12-03  Gerd Hoffmannscsi-disk: restruct emulation: SERVICE_ACTION_IN
2009-12-03  Gerd Hoffmannscsi-disk: restruct emulation: GET_CONFIGURATION
2009-12-03  Gerd Hoffmannscsi-disk: restruct emulation: READ_TOC
2009-12-03  Gerd Hoffmannscsi-disk: restruct emulation: SYNCHRONIZE_CACHE
2009-12-03  Gerd Hoffmannscsi-disk: restruct emulation: READ_CAPACITY
2009-12-03  Gerd Hoffmannscsi-disk: restruct emulation: ALLOW_MEDIUM_REMOVAL
2009-12-03  Gerd Hoffmannscsi-disk: restruct emulation: START_STOP
2009-12-03  Gerd Hoffmannscsi-disk: restruct emulation: MODE_SENSE
2009-12-03  Gerd Hoffmannscsi-disk: restruct emulation: RESERVE+RELEASE
2009-12-03  Gerd Hoffmannscsi-disk: restruct emulation: INQUIRY
2009-12-03  Gerd Hoffmannscsi-disk: restruct emulation: REQUEST_SENSE
2009-12-03  Gerd Hoffmannscsi-disk: restruct emulation: core + TEST_UNIT_READY.
2009-12-03  Gerd Hoffmannscsi: add scsi_req_print()
2009-12-03  Gerd Hoffmannscsi: move status to SCSIRequest.
2009-12-03  Gerd Hoffmannscsi: move dinfo to SCSIDevice
2009-12-03  Gerd Hoffmannscsi: move sense to SCSIDevice, create SCSISense struct.
2009-12-03  Gerd Hoffmannscsi: add xfer mode
2009-12-03  Gerd Hoffmannscsi: use command defines in scsi-disk.c
2009-12-03  Gerd Hoffmannscsi: add request parsing helpers to common code.
2009-12-03  Gerd Hoffmannscsi: move type from SCSIGenericState to SCSIDevice
2009-12-03  Gerd Hoffmannscsi: add scsi-defs.h
2009-12-03  Gerd Hoffmannscsi: move blocksize from SCSIGenericState to SCSIDevice
2009-12-03  Gerd Hoffmannscsi: move scsi command buffer from SCSIGenericReq...
2009-12-03  Gerd Hoffmannscsi: move SCSIRequest management to common code.
2009-12-03  Gerd Hoffmannscsi: move request lists to QTAILQ.
2009-12-03  Gerd Hoffmannscsi: create common SCSIRequest structure.
2009-12-03  Gerd Hoffmannscsi: add/fix header protection.
2009-12-03  Mark McLoughlinnet: remove VLANClientState members now in NetClientInfo
2009-12-03  Mark McLoughlinnet: convert xen to NICState
2009-12-03  Mark McLoughlinnet: convert xilinx_ethlite to NICState
2009-12-03  Mark McLoughlinnet: convert usb-net to NICState
2009-12-03  Mark McLoughlinnet: convert stellaris to NICState
2009-12-03  Mark McLoughlinnet: convert smc91c111 to NICState
2009-12-03  Mark McLoughlinnet: convert musicpal to NICState
2009-12-03  Mark McLoughlinnet: convert mipsnet to NICState
2009-12-03  Mark McLoughlinnet: convert mcf_fec to NICState
2009-12-03  Mark McLoughlinnet: convert LAN9118 to NICState
2009-12-03  Mark McLoughlinnet: convert etrax to NICState
2009-12-03  Mark McLoughlinnet: convert dp8393x to NICState
2009-12-03  Mark McLoughlinnet: convert eepro100 to NICState
2009-12-03  Mark McLoughlinnet: convert pcnet to NICState
2009-12-03  Mark McLoughlinnet: convert ne2000 to NICState
2009-12-03  Mark McLoughlinnet: convert rtl8139 to NICState
2009-12-03  Mark McLoughlinnet: convert e1000 to NICState
2009-12-03  Mark McLoughlinnet: convert virtio to NICState
2009-12-03  Mark McLoughlinqdev: move DO_UPCAST() into osdep.h
2009-12-03  Mark McLoughlinnet: remove NICInfo::vc
2009-12-03  Juan Quintelaac97: port to vmstate
next