summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-23net: Refactor net_client_typesJan Kiszka3-15/+23
2011-07-23net: Improve layout of 'info network'Jan Kiszka1-5/+9
2011-07-23slirp: Forward ICMP echo requests via unprivileged socketsJan Kiszka7-1/+147
2011-07-23slirp: Put forked exec into separate process groupJan Kiszka1-1/+2
2011-07-23slirp: Replace m_freem with m_freeJan Kiszka7-19/+16
2011-07-23slirp: Strictly associate DHCP/BOOTP and TFTP with virtual hostJan Kiszka1-5/+8
2011-07-23slirp: Canonicalize restrict syntaxJan Kiszka2-8/+17
2011-07-23slirp: Fix restricted modeJan Kiszka3-25/+6
2011-07-23Deprecate -M command line optionsJan Kiszka1-25/+20
2011-07-23Generalize -machine command line optionJan Kiszka3-22/+46
2011-07-22guest-agent: fix build with OpenBSDAnthony Liguori1-11/+52
2011-07-22xen: fix xen-mapcache build on non-Xen capable targetsAvi Kivity1-0/+32
2011-07-22Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori1-2/+2
2011-07-22target-sparc: Fix compiler errors (format strings)Stefan Weil1-2/+2
2011-07-22Merge remote-tracking branch 'spice/spice.v39' into stagingAnthony Liguori2-3/+12
2011-07-22Merge remote-tracking branch 'qmp/for-anthony' into stagingAnthony Liguori40-31/+4842
2011-07-22Merge remote-tracking branch 'kraxel/usb.21' into stagingAnthony Liguori6-8/+1260
2011-07-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori28-1860/+2509
2011-07-22USB: add usb network redirection supportHans de Goede3-0/+1247
2011-07-22usb-ehci: trace: rename "next" to "nxt".Gerd Hoffmann1-3/+3
2011-07-22usb-uhci: fix irq handling on error.Gerd Hoffmann1-0/+6
2011-07-22usb-hid: fixup changed tracking.Gerd Hoffmann1-5/+4
2011-07-21SPARC64: implement addtional MMU faults related to nonfaulting loadTsuneo Saito2-3/+30
2011-07-21SPARC64: implement MMU miss traps on nonfaulting loadsTsuneo Saito1-16/+20
2011-07-21SPARC64: fix fault status overwritten on nonfaulting loadTsuneo Saito1-6/+2
2011-07-21SPARC64: split cpu_get_phys_page_debug() from cpu_get_phys_page_nofault()Tsuneo Saito2-1/+16
2011-07-21SPARC64: introduce a convenience function for getting physical addressesTsuneo Saito1-6/+14
2011-07-21SPARC64: SFSR cleanup and fixTsuneo Saito2-12/+62
2011-07-21SPARC64: TTE bits cleanupTsuneo Saito2-16/+26
2011-07-21guest agent: add guest agent RPCs/commandsMichael Roth7-3/+768
2011-07-21guest agent: qemu-ga daemonMichael Roth4-3/+660
2011-07-21guest agent: command state classMichael Roth4-1/+102
2011-07-21qerror: add QERR_JSON_PARSE_ERROR to qerror.cMichael Roth1-0/+5
2011-07-21qapi: add QAPI code generation documentationMichael Roth1-0/+316
2011-07-21qapi: add test-qmp-commands, tests for gen. marshalling/dispatch codeMichael Roth2-1/+120
2011-07-21qapi: add test-visitor, tests for gen. visitor codeMichael Roth2-2/+323
2011-07-21qapi: test schema used for unit testsMichael Roth1-0/+22
2011-07-21qapi: add qapi-commands.py code generatorMichael Roth1-0/+385
2011-07-21qapi: add qapi-visit.py code generatorMichael Roth1-0/+246
2011-07-21qapi: add qapi-types.py code generatorMichael Roth1-0/+270
2011-07-21qapi: add qapi.py helper librariesMichael Roth1-0/+203
2011-07-21qapi: add ordereddict.py helper libraryMichael Roth1-0/+127
2011-07-21qapi: add QMP dispatch functionsMichael Roth3-1/+127
2011-07-21qapi: add QMP command registration/lookup functionsMichael Roth3-0/+80
2011-07-21qapi: add QAPI dealloc visitorMichael Roth3-1/+174
2011-07-21qapi: add QMP output visitorMichael Roth3-1/+268
2011-07-21qapi: add QMP input visitorMichael Roth4-1/+332
2011-07-21qapi: add QAPI visitor coreMichael Roth5-0/+221
2011-07-21qapi: add module init types for qapiMichael Roth1-0/+2
2011-07-21qlist: add qlist_first()/qlist_next()Michael Roth1-0/+11