Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-12-03 | net: convert slirp to NetClientInfo | Mark McLoughlin | 1 | -24/+37 |
2009-12-03 | net: convert tap-win32 to NetClientInfo | Mark McLoughlin | 1 | -16/+23 |
2009-12-03 | net: convert tap to NetClientInfo | Mark McLoughlin | 1 | -37/+45 |
2009-12-03 | qdev: move DO_UPCAST() into osdep.h | Mark McLoughlin | 2 | -10/+10 |
2009-12-03 | net: introduce qemu_new_net_client() | Mark McLoughlin | 2 | -21/+54 |
2009-12-03 | net: introduce NetClientInfo | Mark McLoughlin | 1 | -0/+11 |
2009-12-03 | net: remove NICInfo::private | Mark McLoughlin | 1 | -1/+0 |
2009-12-03 | net: remove NICInfo::vc | Mark McLoughlin | 6 | -28/+27 |
2009-12-03 | net: clean up includes in net.c | Mark McLoughlin | 1 | -70/+3 |
2009-12-03 | net: move dump backend code from net.c to net/dump.c | Mark McLoughlin | 4 | -126/+186 |
2009-12-03 | net: move socket backend code from net.c to net/socket.c | Mark McLoughlin | 4 | -529/+596 |
2009-12-03 | net: move vde code from net.c to net/vde.c | Mark McLoughlin | 4 | -101/+162 |
2009-12-03 | net: move slirp code from net.c to net/slirp.c | Mark McLoughlin | 7 | -718/+814 |
2009-12-03 | ac97: port to vmstate | Juan Quintela | 1 | -57/+44 |
2009-12-03 | ac97: up savevm version and remove active from state | Juan Quintela | 1 | -9/+4 |
2009-12-03 | ac97: recalculate active after loadvm | Juan Quintela | 1 | -0/+3 |
2009-12-03 | ac97: sizeof needs %zd | Juan Quintela | 1 | -2/+2 |
2009-12-03 | gus: port to vmstate | Juan Quintela | 1 | -30/+17 |
2009-12-03 | c4231a: port to vmstate | Juan Quintela | 1 | -28/+30 |
2009-12-03 | es1370: port to vmstate | Juan Quintela | 1 | -41/+36 |
2009-12-03 | sb16: port to vmstate | Juan Quintela | 1 | -107/+61 |
2009-12-03 | audio: port to vmstate | Juan Quintela | 1 | -17/+9 |
2009-12-03 | audio: fix compilation of DEBUG_PLIVE | Juan Quintela | 1 | -3/+3 |
2009-12-03 | QMP: Introduce vm-info | Luiz Capitulino | 1 | -0/+32 |
2009-12-03 | QMP: Introduce qmp-shell | Luiz Capitulino | 2 | -0/+144 |
2009-12-03 | QMP: Introduce qmp-events.txt | Luiz Capitulino | 1 | -0/+26 |
2009-12-03 | QMP: Introduce specification | Luiz Capitulino | 1 | -0/+192 |
2009-12-03 | QMP: Introduce README file | Luiz Capitulino | 1 | -0/+51 |
2009-12-03 | QMP: Disable monitor print functions | Luiz Capitulino | 1 | -3/+11 |
2009-12-03 | QMP: Introduce basic asynchronous events | Luiz Capitulino | 3 | -2/+29 |
2009-12-03 | QMP: Asynchronous events infrastructure | Luiz Capitulino | 3 | -0/+60 |
2009-12-03 | QMP: Allow 'query-' commands | Luiz Capitulino | 1 | -3/+17 |
2009-12-03 | QMP: Input support | Luiz Capitulino | 1 | -1/+240 |
2009-12-03 | QMP: do_info() checks | Luiz Capitulino | 1 | -3/+15 |
2009-12-03 | QMP: Output support | Luiz Capitulino | 1 | -4/+44 |
2009-12-03 | QMP: Initial support | Luiz Capitulino | 1 | -2/+51 |
2009-12-03 | QError: Add errors needed by QMP | Luiz Capitulino | 2 | -0/+42 |
2009-12-03 | monitor: Introduce 'info commands' | Luiz Capitulino | 1 | -0/+37 |
2009-12-03 | monitor: Rename monitor_handle_command() | Luiz Capitulino | 1 | -3/+3 |
2009-12-03 | monitor: Introduce monitor_find_command() | Luiz Capitulino | 1 | -7/+15 |
2009-12-03 | monitor: Introduce monitor_call_handler() | Luiz Capitulino | 1 | -7/+13 |
2009-12-03 | monitor: Command-line flag to enable control mode | Luiz Capitulino | 4 | -6/+29 |
2009-12-03 | monitor: Introduce MONITOR_USE_CONTROL flag | Luiz Capitulino | 2 | -0/+7 |
2009-12-03 | monitor: do_info_balloon(): Use QError | Luiz Capitulino | 1 | -3/+2 |
2009-12-03 | QError: Add QERR_KVM_MISSING_CAP | Luiz Capitulino | 2 | -0/+7 |
2009-12-03 | QError: Add QERR_DEVICE_NOT_ACTIVE | Luiz Capitulino | 2 | -0/+7 |
2009-12-03 | qdev: Use QError for 'device not found' error | Luiz Capitulino | 1 | -2/+2 |
2009-12-03 | QError: Add QERR_DEVICE_NOT_FOUND | Luiz Capitulino | 2 | -0/+6 |
2009-12-03 | monitor: QError support | Luiz Capitulino | 2 | -1/+49 |
2009-12-03 | Introduce QError | Luiz Capitulino | 5 | -1/+306 |