summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-27Makefile: add missing deps on $(GENERATED_HEADERS)Michael Roth1-1/+3
2011-07-27qmp: fix efect -> effect typo in qmp-commands.hxZhi Yong Wu1-1/+1
2011-07-27slirp: Fix unusual "comments" in unused codeStefan Weil1-2/+2
2011-07-27Makefile: Minor cscope fixupsAlexandre Raymond1-1/+1
2011-07-27vhost build fix for i386Wolfgang Mauerer1-0/+23
2011-07-26libcacard: add pc file, install it + includesAlon Levy3-3/+42
2011-07-26xen: implement unplug protocol in xen_platformStefano Stabellini4-2/+92
2011-07-26vl.c: Check the asked ram_size later.Anthony PERARD1-6/+10
2011-07-26xen: Fix the memory registration to reflect of what is done by Xen.Anthony PERARD1-7/+20
2011-07-26cpu-common: Have a ram_addr_t of uint64 with Xen.Anthony PERARD3-5/+14
2011-07-26xen: make xen_enabled even more cleverAlexander Graf2-1/+6
2011-07-26xen: remove CONFIG_XEN_MAPCACHEAlexander Graf1-3/+0
2011-07-26exec.c: Use ram_addr_t in cpu_physical_memory_rw(...).Anthony PERARD1-2/+2
2011-07-26xen: Fix xen_enabled().Anthony PERARD1-1/+1
2011-07-26xen: introduce xen_change_state_handlerAnthony PERARD1-7/+18
2011-07-25Let users select their pythonsBlue Swirl2-6/+19
2011-07-25simpletrace: suppress a warning from unused variableBlue Swirl1-1/+1
2011-07-25Wrap recv to avoid warningsBlue Swirl13-15/+21
2011-07-24Fix chrdev return value conversionBlue Swirl2-4/+5
2011-07-23qemu-ga: remove dependency on gio and gthreadAnthony Liguori2-29/+12
2011-07-23guest-agent: only enable FSFREEZE when it's supported by the kernelAnthony Liguori1-5/+7
2011-07-23Open 1.0 development branch.Anthony Liguori1-1/+1
2011-07-23Bump version to reflect v0.15.0-rc0v0.15.0-rc0Anthony Liguori1-1/+1
2011-07-23Correct spelling of licensedMatthew Fernandez64-64/+64
2011-07-23Register Linux dyntick timer as per-thread signalJan Kiszka3-0/+20
2011-07-23mc146818rtc: Handle host clock resetsJan Kiszka1-0/+20
2011-07-23qemu-timer: Introduce clock reset notifierJan Kiszka2-1/+33
2011-07-23notifier: Pass data argument to callbackJan Kiszka13-23/+23
2011-07-23ide: Turn properties any IDE device must have into bus propertiesMarkus Armbruster1-1/+4
2011-07-23virtio-serial: Turn props any virtio-serial-bus device must have into bus propsMarkus Armbruster2-4/+5
2011-07-23virtio-serial: Clean up virtser_bus_dev_print() outputMarkus Armbruster1-8/+5
2011-07-23usb-ccid: Drop unused CCIDCardInfo callback print()Markus Armbruster2-12/+0
2011-07-23Remove unused USES_X509_AUTH macro from VNC sasl codeDaniel P. Berrange1-7/+0
2011-07-23Introduce a 'client_add' monitor command accepting an open FDDaniel P. Berrange8-6/+100
2011-07-23Store VNC auth scheme per-client as well as per-serverDaniel P. Berrange4-26/+41
2011-07-23do not reset no_shutdown after we shutdown the vmWen Congyang1-1/+0
2011-07-23vl.c: Don't limit node count by smp countSasha Levin1-2/+2
2011-07-23vga: Fix type of lfb/map_addr/end.Richard Henderson1-5/+5
2011-07-23qemu-char: Print strerror message on failureKevin Wolf8-83/+117
2011-07-23qemu-timer: change unix timer to dynticksPaolo Bonzini1-12/+28
2011-07-23iothread: replace fair_mutex with a condition variablePaolo Bonzini1-15/+9
2011-07-23multiboot: Support commas in module parametersAdam Lackorzynski1-9/+9
2011-07-23report serial devices created with -device in the PIIX4 config spacePaolo Bonzini3-12/+31
2011-07-23.gitignore: ignore qemu-ga and qapi-generatedAlexandre Raymond1-0/+2
2011-07-23guest agent: use QERR_UNSUPPORTED for disabled RPCsMichael Roth1-3/+3
2011-07-23net: Consistently use qemu_macaddr_default_if_unsetJan Kiszka9-17/+11
2011-07-23net: Dump client type 'info network'Jan Kiszka1-3/+12
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