Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | monitor/tcg: move tcg hmp commands to accel/tcg, register them dynamically | Gerd Hoffmann | 2021-07-09 | 4 | -20/+30 | |
| * | | | | usb: build usb-host as module | Gerd Hoffmann | 2021-07-09 | 2 | -2/+7 | |
| * | | | | monitor/usb: register 'info usbhost' dynamically | Gerd Hoffmann | 2021-07-09 | 4 | -44/+2 | |
| * | | | | usb: drop usb_host_dev_is_scsi_storage hook | Gerd Hoffmann | 2021-07-09 | 7 | -36/+17 | |
| * | | | | monitor: allow register hmp commands | Gerd Hoffmann | 2021-07-09 | 3 | -0/+26 | |
| * | | | | accel: build tcg modular | Gerd Hoffmann | 2021-07-09 | 2 | -2/+17 | |
| * | | | | accel: add tcg module annotations | Gerd Hoffmann | 2021-07-09 | 2 | -0/+2 | |
| * | | | | accel: build qtest modular | Gerd Hoffmann | 2021-07-09 | 2 | -6/+8 | |
| * | | | | accel: add qtest module annotations | Gerd Hoffmann | 2021-07-09 | 1 | -0/+2 | |
| * | | | | accel: autoload modules | Gerd Hoffmann | 2021-07-09 | 2 | -2/+2 | |
| * | | | | modules: hook up modules.h to docs build | Gerd Hoffmann | 2021-07-09 | 2 | -0/+6 | |
| * | | | | modules: add module_obj() note to QOM docs | Gerd Hoffmann | 2021-07-09 | 1 | -0/+8 | |
| * | | | | modules: add documentation for module sourcesets | Gerd Hoffmann | 2021-07-09 | 1 | -0/+17 | |
| * | | | | modules: target-specific module build infrastructure | Gerd Hoffmann | 2021-07-09 | 1 | -0/+37 | |
| * | | | | modules: check arch on qom lookup | Gerd Hoffmann | 2021-07-09 | 1 | -0/+6 | |
| * | | | | modules: check arch and block load on mismatch | Gerd Hoffmann | 2021-07-09 | 3 | -0/+33 | |
| * | | | | modules: add tracepoints | Gerd Hoffmann | 2021-07-09 | 2 | -0/+7 | |
| * | | | | modules: use modinfo for qemu opts load | Gerd Hoffmann | 2021-07-09 | 3 | -21/+19 | |
| * | | | | modules: use modinfo for qom load | Gerd Hoffmann | 2021-07-09 | 1 | -53/+24 | |
| * | | | | modules: use modinfo for dependencies | Gerd Hoffmann | 2021-07-09 | 1 | -34/+21 | |
| * | | | | modules: add block module annotations | Gerd Hoffmann | 2021-07-09 | 1 | -0/+1 | |
| * | | | | modules: add s390x module annotations | Gerd Hoffmann | 2021-07-09 | 1 | -0/+3 | |
| * | | | | modules: add ui module annotations | Gerd Hoffmann | 2021-07-09 | 5 | -0/+20 | |
| * | | | | modules: add ccid module annotations | Gerd Hoffmann | 2021-07-09 | 2 | -0/+2 | |
| * | | | | modules: add usb-redir module annotations | Gerd Hoffmann | 2021-07-09 | 1 | -0/+1 | |
| * | | | | modules: add audio module annotations | Gerd Hoffmann | 2021-07-09 | 1 | -0/+2 | |
| * | | | | modules: add chardev module annotations | Gerd Hoffmann | 2021-07-09 | 2 | -0/+5 | |
| * | | | | modules: add virtio-gpu module annotations | Gerd Hoffmann | 2021-07-09 | 10 | -0/+18 | |
| * | | | | modules: add qxl module annotations | Gerd Hoffmann | 2021-07-09 | 1 | -0/+4 | |
| * | | | | modules: check if all dependencies can be satisfied | Jose R. Ziviani | 2021-07-09 | 1 | -1/+14 | |
| * | | | | modules: generate modinfo.c | Gerd Hoffmann | 2021-07-09 | 5 | -1/+128 | |
| * | | | | modules: collect module meta-data | Gerd Hoffmann | 2021-07-09 | 2 | -0/+83 | |
| * | | | | modules: add modinfo macros | Gerd Hoffmann | 2021-07-09 | 1 | -0/+61 | |
| * | | | | osdep: fix HAVE_BROKEN_SIZE_MAX case | Paolo Bonzini | 2021-07-09 | 1 | -1/+1 | |
| * | | | | meson: fix missing preprocessor symbols | Paolo Bonzini | 2021-07-09 | 5 | -9/+7 | |
| * | | | | configure: fix libpmem configuration option | Miroslav Rezanina | 2021-07-09 | 1 | -2/+2 | |
| * | | | | configure: fix libdaxctl options | Miroslav Rezanina | 2021-07-09 | 1 | -2/+2 | |
| |/ / / | ||||||
* | | | | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul... | Peter Maydell | 2021-07-11 | 15 | -66/+70 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | util/guest-random: Fix size arg to tail memcpy | Mark Nelson | 2021-07-09 | 1 | -1/+1 | |
| * | | | migration: fix typo in mig_throttle_guest_down comment | Olaf Hering | 2021-07-09 | 1 | -1/+1 | |
| * | | | target/xtensa/xtensa-semi: Fix compilation problem on Haiku | Thomas Huth | 2021-07-09 | 1 | -45/+39 | |
| * | | | hw/virtio: Document *_should_notify() are called within rcu_read_lock() | Philippe Mathieu-Daudé | 2021-07-09 | 1 | -0/+2 | |
| * | | | misc: Remove redundant new line in perror() | Li Zhijian | 2021-07-09 | 2 | -2/+2 | |
| * | | | virtiofsd: Add missing newline in error message | Hubert Jasudowicz | 2021-07-09 | 1 | -1/+1 | |
| * | | | misc: Fix "havn't" typo | Philippe Mathieu-Daudé | 2021-07-09 | 5 | -8/+14 | |
| * | | | memory: Display MemoryRegion name in read/write ops trace events | Philippe Mathieu-Daudé | 2021-07-09 | 2 | -6/+10 | |
| * | | | qemu-option: Drop dead assertion | Markus Armbruster | 2021-07-09 | 1 | -2/+0 | |
| |/ / | ||||||
* | | | Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-2' into staging | Peter Maydell | 2021-07-11 | 50 | -125/+4496 | |
|\ \ \ | ||||||
| * | | | tests/qtest: add tests for MAX34451 device model | Titus Rwantare | 2021-07-08 | 2 | -0/+337 | |
| * | | | hw/misc: add MAX34451 device | Titus Rwantare | 2021-07-08 | 4 | -0/+781 |