| Commit message (Expand) | Author | Age | Files | Lines |
* | monitor: Split out monitor/qmp.c | Kevin Wolf | 2019-06-17 | 1 | -0/+1 |
* | monitor: Move {hmp, qmp}.c to monitor/{hmp, qmp}-cmds.c | Kevin Wolf | 2019-06-17 | 1 | -1/+1 |
* | Move monitor.c to monitor/misc.c | Kevin Wolf | 2019-06-17 | 1 | -0/+1 |
* | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190529-pull-request' ... | Peter Maydell | 2019-05-30 | 1 | -0/+1 |
|\ |
|
| * | contrib: add vhost-user-gpu | Marc-André Lureau | 2019-05-29 | 1 | -0/+1 |
* | | SiFive RISC-V GPIO Device | Fabien Chouteau | 2019-05-24 | 1 | -0/+1 |
|/ |
|
* | Merge remote-tracking branch 'remotes/rth/tags/pull-rng-20190522' into staging | Peter Maydell | 2019-05-23 | 1 | -1/+1 |
|\ |
|
| * | build: Link user-only with crypto random number objects | Richard Henderson | 2019-05-22 | 1 | -1/+1 |
* | | contrib: add vhost-user-input | Marc-André Lureau | 2019-05-22 | 1 | -0/+1 |
|/ |
|
* | build: don't build hardware objects with linux-user | Laurent Vivier | 2019-05-17 | 1 | -5/+9 |
* | build: chardev is only needed for softmmu targets | Laurent Vivier | 2019-05-17 | 1 | -1/+1 |
* | trace: only include trace-event-subdirs when they are needed | Laurent Vivier | 2019-05-17 | 1 | -5/+7 |
* | RISC-V: Convert trap debugging to trace events | Michael Clark | 2019-03-19 | 1 | -0/+1 |
* | target/hppa: add TLB trace events | Sven Schnelle | 2019-03-12 | 1 | -0/+1 |
* | build: remove unnecessary assignments from Makefile.target | Paolo Bonzini | 2019-03-11 | 1 | -1/+1 |
* | build: get rid of target-obj-y | Paolo Bonzini | 2019-03-11 | 1 | -1/+0 |
* | build-sys: link with slirp as an external project | Marc-André Lureau | 2019-03-07 | 1 | -1/+0 |
* | authz: add QAuthZ object as an authorization base class | Daniel P. Berrange | 2019-02-26 | 1 | -0/+6 |
* | util: add helper APIs for dealing with inotify in portable manner | Daniel P. Berrangé | 2019-02-26 | 1 | -1/+1 |
* | build: Deal with all of QAPI's .o in qapi/Makefile.objs | Markus Armbruster | 2019-02-18 | 1 | -15/+1 |
* | build-sys: move qmp-introspect per target | Marc-André Lureau | 2019-02-18 | 1 | -2/+0 |
* | qapi: Generate QAPIEvent stuff into separate files | Markus Armbruster | 2019-02-18 | 1 | -0/+1 |
* | slirp: replace trace functions with DEBUG calls | Marc-André Lureau | 2019-02-07 | 1 | -1/+0 |
* | build-sys: use a separate slirp-obj-y && slirp.mo | Marc-André Lureau | 2019-01-14 | 1 | -2/+1 |
* | slirp: add tftp tracing | Gerd Hoffmann | 2019-01-14 | 1 | -0/+1 |
* | hw/gpio/nrf51_gpio: Add nRF51 GPIO peripheral | Steffen Görtz | 2019-01-07 | 1 | -0/+1 |
* | qapi: Define new QMP message for pvrdma | Yuval Shaia | 2018-12-22 | 1 | -1/+2 |
* | contrib/rdmacm-mux: Add implementation of RDMA User MAD multiplexer | Yuval Shaia | 2018-12-22 | 1 | -0/+1 |
* | qapi: Reduce Makefile boilerplate | Eric Blake | 2018-12-11 | 1 | -68/+7 |
* | contrib: add elf2dmp tool | Viktor Prutyanov | 2018-10-02 | 1 | -0/+1 |
* | hw/watchdog/cmsdk_apb_watchdog: Implement CMSDK APB watchdog module | Peter Maydell | 2018-08-20 | 1 | -0/+1 |
* | hw/i2c: Add trace events | Philippe Mathieu-Daudé | 2018-06-08 | 1 | -0/+1 |
* | trace: Sort trace-events-subdirs | Philippe Mathieu-Daudé | 2018-05-30 | 1 | -41/+41 |
* | job: Add lifecycle QMP commands | Kevin Wolf | 2018-05-23 | 1 | -0/+1 |
* | job: Introduce qapi/job.json | Kevin Wolf | 2018-05-23 | 1 | -0/+4 |
* | job: Create Job, JobDriver and job_create() | Kevin Wolf | 2018-05-23 | 1 | -1/+1 |
* | build: enable audio modules | Gerd Hoffmann | 2018-03-12 | 1 | -0/+1 |
* | Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-03-07-1... | Peter Maydell | 2018-03-08 | 1 | -0/+1 |
|\ |
|
| * | tpm: convert tpm_crb.c to use trace-events | Stefan Berger | 2018-03-06 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i... | Peter Maydell | 2018-03-05 | 1 | -0/+1 |
|\ \ |
|
| * | | console: add ui module loading support | Gerd Hoffmann | 2018-03-05 | 1 | -0/+1 |
| |/ |
|
* | | qapi: Move qapi-schema.json to qapi/, rename generated files | Markus Armbruster | 2018-03-02 | 1 | -10/+11 |
* | | qapi: Empty out qapi-schema.json | Markus Armbruster | 2018-03-02 | 1 | -0/+4 |
* | | qapi: Generate separate .h, .c for each module | Markus Armbruster | 2018-03-02 | 1 | -1/+64 |
* | | qapi/types qapi/visit: Generate built-in stuff into separate files | Markus Armbruster | 2018-03-02 | 1 | -0/+2 |
* | | qapi: Rename generated qmp-marshal.c to qmp-commands.c | Markus Armbruster | 2018-03-02 | 1 | -1/+1 |
|/ |
|
* | hw/rdma: Implementation of PVRDMA device | Yuval Shaia | 2018-02-19 | 1 | -0/+1 |
* | hw/rdma: Implementation of generic rdma device layers | Yuval Shaia | 2018-02-19 | 1 | -0/+1 |
* | cuda: convert to trace-events | Mark Cave-Ayland | 2018-02-16 | 1 | -0/+1 |
* | hw/hppa: Implement DINO system board | Helge Deller | 2018-01-31 | 1 | -0/+1 |