summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Register Linux dyntick timer as per-thread signalJan Kiszka2011-07-233-0/+20
* mc146818rtc: Handle host clock resetsJan Kiszka2011-07-231-0/+20
* qemu-timer: Introduce clock reset notifierJan Kiszka2011-07-232-1/+33
* notifier: Pass data argument to callbackJan Kiszka2011-07-2313-23/+23
* ide: Turn properties any IDE device must have into bus propertiesMarkus Armbruster2011-07-231-1/+4
* virtio-serial: Turn props any virtio-serial-bus device must have into bus propsMarkus Armbruster2011-07-232-4/+5
* virtio-serial: Clean up virtser_bus_dev_print() outputMarkus Armbruster2011-07-231-8/+5
* usb-ccid: Drop unused CCIDCardInfo callback print()Markus Armbruster2011-07-232-12/+0
* Remove unused USES_X509_AUTH macro from VNC sasl codeDaniel P. Berrange2011-07-231-7/+0
* Introduce a 'client_add' monitor command accepting an open FDDaniel P. Berrange2011-07-238-6/+100
* Store VNC auth scheme per-client as well as per-serverDaniel P. Berrange2011-07-234-26/+41
* do not reset no_shutdown after we shutdown the vmWen Congyang2011-07-231-1/+0
* vl.c: Don't limit node count by smp countSasha Levin2011-07-231-2/+2
* vga: Fix type of lfb/map_addr/end.Richard Henderson2011-07-231-5/+5
* qemu-char: Print strerror message on failureKevin Wolf2011-07-238-83/+117
* qemu-timer: change unix timer to dynticksPaolo Bonzini2011-07-231-12/+28
* iothread: replace fair_mutex with a condition variablePaolo Bonzini2011-07-231-15/+9
* multiboot: Support commas in module parametersAdam Lackorzynski2011-07-231-9/+9
* report serial devices created with -device in the PIIX4 config spacePaolo Bonzini2011-07-233-12/+31
* .gitignore: ignore qemu-ga and qapi-generatedAlexandre Raymond2011-07-231-0/+2
* guest agent: use QERR_UNSUPPORTED for disabled RPCsMichael Roth2011-07-231-3/+3
* net: Consistently use qemu_macaddr_default_if_unsetJan Kiszka2011-07-239-17/+11
* net: Dump client type 'info network'Jan Kiszka2011-07-231-3/+12
* net: Refactor net_client_typesJan Kiszka2011-07-233-15/+23
* net: Improve layout of 'info network'Jan Kiszka2011-07-231-5/+9
* slirp: Forward ICMP echo requests via unprivileged socketsJan Kiszka2011-07-237-1/+147
* slirp: Put forked exec into separate process groupJan Kiszka2011-07-231-1/+2
* slirp: Replace m_freem with m_freeJan Kiszka2011-07-237-19/+16
* slirp: Strictly associate DHCP/BOOTP and TFTP with virtual hostJan Kiszka2011-07-231-5/+8
* slirp: Canonicalize restrict syntaxJan Kiszka2011-07-232-8/+17
* slirp: Fix restricted modeJan Kiszka2011-07-233-25/+6
* Deprecate -M command line optionsJan Kiszka2011-07-231-25/+20
* Generalize -machine command line optionJan Kiszka2011-07-233-22/+46
* guest-agent: fix build with OpenBSDAnthony Liguori2011-07-221-11/+52
* xen: fix xen-mapcache build on non-Xen capable targetsAvi Kivity2011-07-221-0/+32
* Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori2011-07-221-2/+2
|\
| * target-sparc: Fix compiler errors (format strings)Stefan Weil2011-07-221-2/+2
* | Merge remote-tracking branch 'spice/spice.v39' into stagingAnthony Liguori2011-07-222-3/+12
|\ \
| * | qxl: upon reset, if spice worker is stopped, the command rings can be not emptyYonit Halperin2011-07-201-2/+2
| * | spice: add sanity check for spice portsGerd Hoffmann2011-07-201-1/+10
* | | Merge remote-tracking branch 'qmp/for-anthony' into stagingAnthony Liguori2011-07-2240-31/+4842
|\ \ \
| * | | guest agent: add guest agent RPCs/commandsMichael Roth2011-07-217-3/+768
| * | | guest agent: qemu-ga daemonMichael Roth2011-07-214-3/+660
| * | | guest agent: command state classMichael Roth2011-07-214-1/+102
| * | | qerror: add QERR_JSON_PARSE_ERROR to qerror.cMichael Roth2011-07-211-0/+5
| * | | qapi: add QAPI code generation documentationMichael Roth2011-07-211-0/+316
| * | | qapi: add test-qmp-commands, tests for gen. marshalling/dispatch codeMichael Roth2011-07-212-1/+120
| * | | qapi: add test-visitor, tests for gen. visitor codeMichael Roth2011-07-212-2/+323
| * | | qapi: test schema used for unit testsMichael Roth2011-07-211-0/+22
| * | | qapi: add qapi-commands.py code generatorMichael Roth2011-07-211-0/+385
OpenPOWER on IntegriCloud