sdk/emulator/qemu.git
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: fix vnet_hdr handling in solaris tap code
2009-12-03 Mark McLoughlinnet: initialize vnet_hdr in net_init_tap()
2009-12-03 Pierre Riteaunet: check for TUNSETOFFLOAD support before trying...
2009-12-03 Pierre Riteaunet: fix TAP networking on host kernels without IFF_VNE...
2009-12-03 Mark McLoughlinnet: print correct error for '-netdev ""'
2009-12-03 Mark McLoughlinnet: fix qemu_announce_self()
2009-12-03 Mark McLoughlinnet: add qemu_foreach_nic()
2009-12-03 Mark McLoughlinnet: remove VLANClientState members now in NetClientInfo
2009-12-03 Mark McLoughlinnet: remove qemu_new_vlan_client()
2009-12-03 Mark McLoughlinnet: convert xen to NICState
2009-12-03 Mark McLoughlinnet: move parse_macaddr() to net/util.[ch]
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 McLoughlinnet: introduce NICState and qemu_new_nic()
2009-12-03 Mark McLoughlinnet: convert dump to NetClientInfo
2009-12-03 Mark McLoughlinnet: convert socket to NetClientInfo
2009-12-03 Mark McLoughlinnet: convert vde to NetClientInfo
2009-12-03 Mark McLoughlinnet: convert slirp to NetClientInfo
2009-12-03 Mark McLoughlinnet: convert tap-win32 to NetClientInfo
2009-12-03 Mark McLoughlinnet: convert tap to NetClientInfo
2009-12-03 Mark McLoughlinqdev: move DO_UPCAST() into osdep.h
2009-12-03 Mark McLoughlinnet: introduce qemu_new_net_client()
2009-12-03 Mark McLoughlinnet: introduce NetClientInfo
2009-12-03 Mark McLoughlinnet: remove NICInfo::private
2009-12-03 Mark McLoughlinnet: remove NICInfo::vc
2009-12-03 Mark McLoughlinnet: clean up includes in net.c
2009-12-03 Mark McLoughlinnet: move dump backend code from net.c to net/dump.c
2009-12-03 Mark McLoughlinnet: move socket backend code from net.c to net/socket.c
2009-12-03 Mark McLoughlinnet: move vde code from net.c to net/vde.c
2009-12-03 Mark McLoughlinnet: move slirp code from net.c to net/slirp.c
2009-12-03 Juan Quintelaac97: port to vmstate
2009-12-03 Juan Quintelaac97: up savevm version and remove active from state
2009-12-03 Juan Quintelaac97: recalculate active after loadvm
2009-12-03 Juan Quintelaac97: sizeof needs %zd
2009-12-03 Juan Quintelagus: port to vmstate
2009-12-03 Juan Quintelac4231a: port to vmstate
2009-12-03 Juan Quintelaes1370: port to vmstate
2009-12-03 Juan Quintelasb16: port to vmstate
2009-12-03 Juan Quintelaaudio: port to vmstate
2009-12-03 Juan Quintelaaudio: fix compilation of DEBUG_PLIVE
2009-12-03 Luiz CapitulinoQMP: Introduce vm-info
2009-12-03 Luiz CapitulinoQMP: Introduce qmp-shell
2009-12-03 Luiz CapitulinoQMP: Introduce qmp-events.txt
2009-12-03 Luiz CapitulinoQMP: Introduce specification
2009-12-03 Luiz CapitulinoQMP: Introduce README file
2009-12-03 Luiz CapitulinoQMP: Disable monitor print functions
2009-12-03 Luiz CapitulinoQMP: Introduce basic asynchronous events
2009-12-03 Luiz CapitulinoQMP: Asynchronous events infrastructure
2009-12-03 Luiz CapitulinoQMP: Allow 'query-' commands
2009-12-03 Luiz CapitulinoQMP: Input support
2009-12-03 Luiz CapitulinoQMP: do_info() checks
2009-12-03 Luiz CapitulinoQMP: Output support
2009-12-03 Luiz CapitulinoQMP: Initial support
2009-12-03 Luiz CapitulinoQError: Add errors needed by QMP
2009-12-03 Luiz Capitulinomonitor: Introduce 'info commands'
2009-12-03 Luiz Capitulinomonitor: Rename monitor_handle_command()
2009-12-03 Luiz Capitulinomonitor: Introduce monitor_find_command()
2009-12-03 Luiz Capitulinomonitor: Introduce monitor_call_handler()
2009-12-03 Luiz Capitulinomonitor: Command-line flag to enable control mode
2009-12-03 Luiz Capitulinomonitor: Introduce MONITOR_USE_CONTROL flag
2009-12-03 Luiz Capitulinomonitor: do_info_balloon(): Use QError
2009-12-03 Luiz CapitulinoQError: Add QERR_KVM_MISSING_CAP
2009-12-03 Luiz CapitulinoQError: Add QERR_DEVICE_NOT_ACTIVE
2009-12-03 Luiz Capitulinoqdev: Use QError for 'device not found' error
2009-12-03 Luiz CapitulinoQError: Add QERR_DEVICE_NOT_FOUND
2009-12-03 Luiz Capitulinomonitor: QError support
2009-12-03 Luiz CapitulinoIntroduce QError
2009-12-03 Luiz Capitulinoutests: Add qstring_from_substr() unit-test
2009-12-03 Luiz Capitulinoutests: Add qstring_append_chr() unit-test
2009-12-03 Luiz CapitulinoQString: Introduce qstring_from_substr()
2009-12-03 Luiz CapitulinoQString: Introduce qstring_append_int()
2009-12-03 Luiz CapitulinoQString: Introduce qstring_append_chr()
2009-12-03 Luiz CapitulinoQJSON: Introduce qobject_from_jsonv()
2009-12-02 Juha Riihimäkifix I2C slave addressing
next