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