summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | monitor/tcg: move tcg hmp commands to accel/tcg, register them dynamicallyGerd Hoffmann2021-07-094-20/+30
| * | | | usb: build usb-host as moduleGerd Hoffmann2021-07-092-2/+7
| * | | | monitor/usb: register 'info usbhost' dynamicallyGerd Hoffmann2021-07-094-44/+2Star
| * | | | usb: drop usb_host_dev_is_scsi_storage hookGerd Hoffmann2021-07-097-36/+17Star
| * | | | monitor: allow register hmp commandsGerd Hoffmann2021-07-093-0/+26
| * | | | accel: build tcg modularGerd Hoffmann2021-07-092-2/+17
| * | | | accel: add tcg module annotationsGerd Hoffmann2021-07-092-0/+2
| * | | | accel: build qtest modularGerd Hoffmann2021-07-092-6/+8
| * | | | accel: add qtest module annotationsGerd Hoffmann2021-07-091-0/+2
| * | | | accel: autoload modulesGerd Hoffmann2021-07-092-2/+2
| * | | | modules: hook up modules.h to docs buildGerd Hoffmann2021-07-092-0/+6
| * | | | modules: add module_obj() note to QOM docsGerd Hoffmann2021-07-091-0/+8
| * | | | modules: add documentation for module sourcesetsGerd Hoffmann2021-07-091-0/+17
| * | | | modules: target-specific module build infrastructureGerd Hoffmann2021-07-091-0/+37
| * | | | modules: check arch on qom lookupGerd Hoffmann2021-07-091-0/+6
| * | | | modules: check arch and block load on mismatchGerd Hoffmann2021-07-093-0/+33
| * | | | modules: add tracepointsGerd Hoffmann2021-07-092-0/+7
| * | | | modules: use modinfo for qemu opts loadGerd Hoffmann2021-07-093-21/+19Star
| * | | | modules: use modinfo for qom loadGerd Hoffmann2021-07-091-53/+24Star
| * | | | modules: use modinfo for dependenciesGerd Hoffmann2021-07-091-34/+21Star
| * | | | modules: add block module annotationsGerd Hoffmann2021-07-091-0/+1
| * | | | modules: add s390x module annotationsGerd Hoffmann2021-07-091-0/+3
| * | | | modules: add ui module annotationsGerd Hoffmann2021-07-095-0/+20
| * | | | modules: add ccid module annotationsGerd Hoffmann2021-07-092-0/+2
| * | | | modules: add usb-redir module annotationsGerd Hoffmann2021-07-091-0/+1
| * | | | modules: add audio module annotationsGerd Hoffmann2021-07-091-0/+2
| * | | | modules: add chardev module annotationsGerd Hoffmann2021-07-092-0/+5
| * | | | modules: add virtio-gpu module annotationsGerd Hoffmann2021-07-0910-0/+18
| * | | | modules: add qxl module annotationsGerd Hoffmann2021-07-091-0/+4
| * | | | modules: check if all dependencies can be satisfiedJose R. Ziviani2021-07-091-1/+14
| * | | | modules: generate modinfo.cGerd Hoffmann2021-07-095-1/+128
| * | | | modules: collect module meta-dataGerd Hoffmann2021-07-092-0/+83
| * | | | modules: add modinfo macrosGerd Hoffmann2021-07-091-0/+61
| * | | | osdep: fix HAVE_BROKEN_SIZE_MAX casePaolo Bonzini2021-07-091-1/+1
| * | | | meson: fix missing preprocessor symbolsPaolo Bonzini2021-07-095-9/+7Star
| * | | | configure: fix libpmem configuration optionMiroslav Rezanina2021-07-091-2/+2
| * | | | configure: fix libdaxctl optionsMiroslav Rezanina2021-07-091-2/+2
| |/ / /
* | | | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2021-07-1115-66/+70
|\ \ \ \ | |_|/ / |/| | |
| * | | util/guest-random: Fix size arg to tail memcpyMark Nelson2021-07-091-1/+1
| * | | migration: fix typo in mig_throttle_guest_down commentOlaf Hering2021-07-091-1/+1
| * | | target/xtensa/xtensa-semi: Fix compilation problem on HaikuThomas Huth2021-07-091-45/+39Star
| * | | hw/virtio: Document *_should_notify() are called within rcu_read_lock()Philippe Mathieu-Daudé2021-07-091-0/+2
| * | | misc: Remove redundant new line in perror()Li Zhijian2021-07-092-2/+2
| * | | virtiofsd: Add missing newline in error messageHubert Jasudowicz2021-07-091-1/+1
| * | | misc: Fix "havn't" typoPhilippe Mathieu-Daudé2021-07-095-8/+14
| * | | memory: Display MemoryRegion name in read/write ops trace eventsPhilippe Mathieu-Daudé2021-07-092-6/+10
| * | | qemu-option: Drop dead assertionMarkus Armbruster2021-07-091-2/+0Star
| |/ /
* | | Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-2' into stagingPeter Maydell2021-07-1150-125/+4496
|\ \ \
| * | | tests/qtest: add tests for MAX34451 device modelTitus Rwantare2021-07-082-0/+337
| * | | hw/misc: add MAX34451 deviceTitus Rwantare2021-07-084-0/+781