Age | Commit message (Expand) | Author | Files | Lines |
2021-07-09 | hw/arm: move CONFIG_V7M out of default-devices | Alex Bennée | 2 | -3/+3 |
2021-07-09 | hw/arm: add dependency on OR_IRQ for XLNX_VERSAL | Alex Bennée | 1 | -0/+1 |
2021-07-09 | meson: Introduce target-specific Kconfig | Philippe Mathieu-Daudé | 22 | -1/+80 |
2021-07-09 | meson: switch function tests from compilation to linking | Paolo Bonzini | 1 | -9/+9 |
2021-07-09 | vl: fix leak of qdict_crumple return value | Paolo Bonzini | 1 | -4/+9 |
2021-07-09 | target/i386: fix exceptions for MOV to DR | Paolo Bonzini | 7 | -45/+35 |
2021-07-09 | target/i386: Added DR6 and DR7 consistency checks | Lara Lazier | 2 | -1/+10 |
2021-07-09 | target/i386: Added MSRPM and IOPM size check | Lara Lazier | 2 | -0/+18 |
2021-07-09 | monitor/tcg: move tcg hmp commands to accel/tcg, register them dynamically | Gerd Hoffmann | 4 | -20/+30 |
2021-07-09 | usb: build usb-host as module | Gerd Hoffmann | 2 | -2/+7 |
2021-07-09 | monitor/usb: register 'info usbhost' dynamically | Gerd Hoffmann | 4 | -44/+2 |
2021-07-09 | usb: drop usb_host_dev_is_scsi_storage hook | Gerd Hoffmann | 7 | -36/+17 |
2021-07-09 | monitor: allow register hmp commands | Gerd Hoffmann | 3 | -0/+26 |
2021-07-09 | accel: build tcg modular | Gerd Hoffmann | 2 | -2/+17 |
2021-07-09 | accel: add tcg module annotations | Gerd Hoffmann | 2 | -0/+2 |
2021-07-09 | accel: build qtest modular | Gerd Hoffmann | 2 | -6/+8 |
2021-07-09 | accel: add qtest module annotations | Gerd Hoffmann | 1 | -0/+2 |
2021-07-09 | accel: autoload modules | Gerd Hoffmann | 2 | -2/+2 |
2021-07-09 | modules: hook up modules.h to docs build | Gerd Hoffmann | 2 | -0/+6 |
2021-07-09 | modules: add module_obj() note to QOM docs | Gerd Hoffmann | 1 | -0/+8 |
2021-07-09 | modules: add documentation for module sourcesets | Gerd Hoffmann | 1 | -0/+17 |
2021-07-09 | modules: target-specific module build infrastructure | Gerd Hoffmann | 1 | -0/+37 |
2021-07-09 | modules: check arch on qom lookup | Gerd Hoffmann | 1 | -0/+6 |
2021-07-09 | modules: check arch and block load on mismatch | Gerd Hoffmann | 3 | -0/+33 |
2021-07-09 | modules: add tracepoints | Gerd Hoffmann | 2 | -0/+7 |
2021-07-09 | modules: use modinfo for qemu opts load | Gerd Hoffmann | 3 | -21/+19 |
2021-07-09 | modules: use modinfo for qom load | Gerd Hoffmann | 1 | -53/+24 |
2021-07-09 | modules: use modinfo for dependencies | Gerd Hoffmann | 1 | -34/+21 |
2021-07-09 | modules: add block module annotations | Gerd Hoffmann | 1 | -0/+1 |
2021-07-09 | modules: add s390x module annotations | Gerd Hoffmann | 1 | -0/+3 |
2021-07-09 | modules: add ui module annotations | Gerd Hoffmann | 5 | -0/+20 |
2021-07-09 | modules: add ccid module annotations | Gerd Hoffmann | 2 | -0/+2 |
2021-07-09 | modules: add usb-redir module annotations | Gerd Hoffmann | 1 | -0/+1 |
2021-07-09 | modules: add audio module annotations | Gerd Hoffmann | 1 | -0/+2 |
2021-07-09 | modules: add chardev module annotations | Gerd Hoffmann | 2 | -0/+5 |
2021-07-09 | modules: add virtio-gpu module annotations | Gerd Hoffmann | 10 | -0/+18 |
2021-07-09 | modules: add qxl module annotations | Gerd Hoffmann | 1 | -0/+4 |
2021-07-09 | modules: check if all dependencies can be satisfied | Jose R. Ziviani | 1 | -1/+14 |
2021-07-09 | modules: generate modinfo.c | Gerd Hoffmann | 5 | -1/+128 |
2021-07-09 | modules: collect module meta-data | Gerd Hoffmann | 2 | -0/+83 |
2021-07-09 | modules: add modinfo macros | Gerd Hoffmann | 1 | -0/+61 |
2021-07-09 | osdep: fix HAVE_BROKEN_SIZE_MAX case | Paolo Bonzini | 1 | -1/+1 |
2021-07-09 | meson: fix missing preprocessor symbols | Paolo Bonzini | 5 | -9/+7 |
2021-07-09 | configure: fix libpmem configuration option | Miroslav Rezanina | 1 | -2/+2 |
2021-07-09 | configure: fix libdaxctl options | Miroslav Rezanina | 1 | -2/+2 |
2021-07-09 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 22 | -8/+115 |
2021-07-08 | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request... | Peter Maydell | 10 | -17/+161 |
2021-07-08 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re... | Peter Maydell | 7 | -215/+235 |
2021-07-08 | tests/tcg: generalise the disabling of the signals test | Alex Bennée | 3 | -6/+6 |
2021-07-07 | linux-user/syscall: Remove hardcoded tabs (code style) | Philippe Mathieu-Daudé | 1 | -94/+94 |