aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-22configure: Fix the default setting of the "xen" featureThomas Huth
2021-07-22configure: Allow vnc to get disabled with --without-default-featuresThomas Huth
2021-07-22configure: Fix --without-default-features propagation to mesonThomas Huth
2021-07-22meson: fix dependencies for modinfoPaolo Bonzini
2021-07-22configure: Drop obsolete check for the alloc_size attributeThomas Huth
2021-07-22target/i386: Added consistency checks for EFERLara Lazier
2021-07-22target/i386: Added consistency checks for CR4Lara Lazier
2021-07-22target/i386: Added V_INTR_PRIO check to virtual interruptsLara Lazier
2021-07-22qemu-config: restore "machine" in qmp_query_command_line_options()Stefan Hajnoczi
2021-07-22usb: fix usb-host dependency checkGerd Hoffmann
2021-07-22chardev-spice: add missing module_obj directivePaolo Bonzini
2021-07-20vl: Parse legacy default_machine_optsJason Andryuk
2021-07-20qemu-config: fix memory leak on ferror()Paolo Bonzini
2021-07-20qemu-config: never call the callback after an error, fix leakPaolo Bonzini
2021-07-19Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2021-07-19' in...Peter Maydell
2021-07-19blkdebug: protect rules and suspended_reqs with a lockEmanuele Giuseppe Esposito
2021-07-19block/blkdebug: remove new_state field and instead use a local variableEmanuele Giuseppe Esposito
2021-07-19blkdebug: do not suspend in the middle of QLIST_FOREACH_SAFEEmanuele Giuseppe Esposito
2021-07-19blkdebug: track all actionsEmanuele Giuseppe Esposito
2021-07-19blkdebug: move post-resume handling to resume_req_by_tagEmanuele Giuseppe Esposito
2021-07-19blkdebug: refactor removal of a suspended requestEmanuele Giuseppe Esposito
2021-07-19Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-07-...Peter Maydell
2021-07-19hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machineThomas Huth
2021-07-19hw/net/net_tx_pkt: Fix crash detected by fuzzerThomas Huth
2021-07-19hw/net/vmxnet3: Do not abort if the guest is trying to use an invalid TX queueThomas Huth
2021-07-19configure: Fix endianess test with LTOThomas Huth
2021-07-19ci: build & store windows installerGerd Hoffmann
2021-07-18Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210718'...Peter Maydell
2021-07-18target/arm: Remove duplicate 'plus1' function from Neon and SVE decodePeter Maydell
2021-07-18docs: Add skeletal documentation of highbank and midwayPeter Maydell
2021-07-18docs: Add skeletal documentation of the emcraft-sf2Peter Maydell
2021-07-18docs: Add skeletal documentation of cubieboardPeter Maydell
2021-07-18docs: Add QEMU version information to HTML footerPeter Maydell
2021-07-18docs: Add license note to the HTML page footerPeter Maydell
2021-07-18docs: Add some actual About text to about/index.rstPeter Maydell
2021-07-18docs: Move deprecation, build and license info out of system/Peter Maydell
2021-07-18docs: Remove "Contents:" lines from top-level subsectionsPeter Maydell
2021-07-18docs: Stop calling the top level subsections of our manual 'manuals'Peter Maydell
2021-07-18docs: Fix documentation Copyright datePeter Maydell
2021-07-18target/arm: Fix offsets for TTBCRRichard Henderson
2021-07-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream3' into stagingPeter Maydell
2021-07-16vhost-vsock: SOCK_SEQPACKET feature bit supportArseny Krasnov
2021-07-16docs: Add documentation for iommu bypassXingang Wang
2021-07-16hw/i386/acpi-build: Add IVRS support to bypass iommuXingang Wang
2021-07-16hw/i386/acpi-build: Add DMAR support to bypass iommuXingang Wang
2021-07-16hw/arm/virt-acpi-build: Add IORT support to bypass SMMUv3Xingang Wang
2021-07-16hw/pci: Add pci_bus_range() to get PCI bus number rangeXingang Wang
2021-07-16hw/i386: Add a default_bus_bypass_iommu pc machine optionXingang Wang
2021-07-16hw/arm/virt: Add default_bus_bypass_iommu machine optionXingang Wang
2021-07-16hw/pxb: Add a bypass iommu propertyXingang Wang