sdk/emulator/qemu.git
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
2009-12-02 Gerd HoffmannFix qdev property type definition for isa serial/parall...
2009-12-02 Jean-Christophe... Fix qemu_malloc/qemu_free use in rtl8139.c
2009-12-02 Jean-Christophe... Fix free use in xen_backend.c
2009-12-02 Jean-Christophe... Fix qemu_free use in scsi-generic.c
2009-12-02 Jean-Christophe... Fix qemu_free use in nseries.c
2009-12-02 Jean-Christophe... Fix qemu_free use in bt-l2cap.c
2009-12-02 Jean-Christophe... Fix qemu_free use in nand.c
2009-12-02 Jean-Christophe... Fix qemu_free use in baum.c
2009-12-02 Jean-Christophe... Fix qemu_free use in acpi.c
2009-12-02 Michael S.... pci: move apb specific stuff to apb_pci.c
2009-12-02 Michael S.... configure: use correct cflags in compiler checks
2009-12-02 Stefan Weilvga-pci: Fix access to linear framebuffer
2009-12-02 Stefan WeilMakefile: Remove unneeded prerequisites
2009-12-01 Anthony LiguoriMerge commit 'mst/for_anthony' into mst
2009-12-01 Michael S.... msix: clear pending bit of an unused vector
next