aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2009-12-03net: remove VLANClientState members now in NetClientInfoMark McLoughlin
2009-12-03net: convert xen to NICStateMark McLoughlin
2009-12-03net: convert xilinx_ethlite to NICStateMark McLoughlin
2009-12-03net: convert usb-net to NICStateMark McLoughlin
2009-12-03net: convert stellaris to NICStateMark McLoughlin
2009-12-03net: convert smc91c111 to NICStateMark McLoughlin
2009-12-03net: convert musicpal to NICStateMark McLoughlin
2009-12-03net: convert mipsnet to NICStateMark McLoughlin
2009-12-03net: convert mcf_fec to NICStateMark McLoughlin
2009-12-03net: convert LAN9118 to NICStateMark McLoughlin
2009-12-03net: convert etrax to NICStateMark McLoughlin
2009-12-03net: convert dp8393x to NICStateMark McLoughlin
2009-12-03net: convert eepro100 to NICStateMark McLoughlin
2009-12-03net: convert pcnet to NICStateMark McLoughlin
2009-12-03net: convert ne2000 to NICStateMark McLoughlin
2009-12-03net: convert rtl8139 to NICStateMark McLoughlin
2009-12-03net: convert e1000 to NICStateMark McLoughlin
2009-12-03net: convert virtio to NICStateMark McLoughlin
2009-12-03qdev: move DO_UPCAST() into osdep.hMark McLoughlin
2009-12-03net: remove NICInfo::vcMark McLoughlin
2009-12-03ac97: port to vmstateJuan Quintela
2009-12-03ac97: up savevm version and remove active from stateJuan Quintela
2009-12-03ac97: recalculate active after loadvmJuan Quintela
2009-12-03ac97: sizeof needs %zdJuan Quintela
2009-12-03gus: port to vmstateJuan Quintela
2009-12-03c4231a: port to vmstateJuan Quintela
2009-12-03es1370: port to vmstateJuan Quintela
2009-12-03sb16: port to vmstateJuan Quintela
2009-12-03qdev: Use QError for 'device not found' errorLuiz Capitulino
2009-12-02fix I2C slave addressingJuha Riihimäki
2009-12-02Fix qdev property type definition for isa serial/parallel devicesGerd Hoffmann
2009-12-02Fix qemu_malloc/qemu_free use in rtl8139.cJean-Christophe DUBOIS
2009-12-02Fix free use in xen_backend.cJean-Christophe DUBOIS
2009-12-02Fix qemu_free use in scsi-generic.cJean-Christophe DUBOIS
2009-12-02Fix qemu_free use in nseries.cJean-Christophe DUBOIS
2009-12-02Fix qemu_free use in bt-l2cap.cJean-Christophe DUBOIS
2009-12-02Fix qemu_free use in nand.cJean-Christophe DUBOIS
2009-12-02Fix qemu_free use in baum.cJean-Christophe DUBOIS
2009-12-02Fix qemu_free use in acpi.cJean-Christophe DUBOIS
2009-12-02pci: move apb specific stuff to apb_pci.cMichael S. Tsirkin
2009-12-02vga-pci: Fix access to linear framebufferStefan Weil
2009-12-01msix: clear pending bit of an unused vectorMichael S. Tsirkin
2009-12-01msix: fix reset value for enable bitMichael S. Tsirkin
2009-12-01msix: fix mask bit state after resetMichael S. Tsirkin
2009-12-01virtio: do not reset msix state on soft resetMichael S. Tsirkin
2009-12-01msix: add helper to unuse all msix entriesMichael S. Tsirkin
2009-12-01pci: convert goto into scope in bridge_filterMichael S. Tsirkin
2009-12-01pci: pci bridge related clean up.Isaku Yamahata
2009-12-01pci: fix pci_config_get_io_base().Isaku Yamahata
2009-12-01pci: remove magic number, 256 in pci.cIsaku Yamahata