summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | crypto: Support DER encodingsLei He2022-11-023-47/+597
| * | virtio-crypto: Support asynchronous modeLei He2022-11-025-216/+345
| * | test/acpi/bios-tables-test: SSDT: update golden master binariesRobert Hoo2022-11-024-2/+0Star
| * | acpi/nvdimm: Implement ACPI NVDIMM Label MethodsRobert Hoo2022-11-021-0/+95
| * | acpi/nvdimm: define macro for NVDIMM Device _DSMRobert Hoo2022-11-021-2/+2
| * | acpi/ssdt: Fix aml_or() and aml_and() in if clauseRobert Hoo2022-11-021-4/+3Star
| * | tests/acpi: allow SSDT changesRobert Hoo2022-11-021-0/+2
| * | hw/i386/e820: remove legacy reserved entries for e820Ani Sinha2022-11-025-33/+1Star
* | | util/log: Ignore per-thread flag if global file already thereGreg Kurz2022-11-071-0/+4
* | | util/log: Make the per-thread flag immutableGreg Kurz2022-11-071-0/+5
* | | Merge tag 'pull-loongarch-20221107' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi2022-11-076-17/+19
|\ \ \ | |_|/ |/| |
| * | target/loongarch: Fix return value of CHECK_FPERui Wang2022-11-071-1/+1
| * | target/loongarch: Separate the hardware flags into MMU index and PLVRui Wang2022-11-075-16/+18
* | | Merge tag 'pull-request-2022-11-06' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2022-11-078-145/+176
|\ \ \
| * | | s390x/cpu topology: add max_threads machine class attributePierre Morel2022-11-062-0/+12
| * | | s390x: Register TYPE_S390_CCW_MACHINE properties as class propertiesPierre Morel2022-11-061-55/+72
| * | | s390x/pci: RPCIT second pass when mappings exhaustedMatthew Rosato2022-11-061-7/+22
| * | | s390x/css: revert SCSW ctrl/flag bits on errorPeter Jin2022-11-061-3/+48
| * | | gitlab-ci: increase clang-user timeoutStefan Hajnoczi2022-11-061-0/+1
| * | | tests/qtest: migration-test: Enable TLS PSK tests for win32Bin Meng2022-11-061-14/+0Star
| * | | tests/qtest: Fix two format stringsStefan Weil2022-11-061-2/+2
| * | | tests/qtest/libqos/e1000e: Use IVAR shift definitionsAkihiko Odaki2022-11-061-3/+3
| * | | tests/qtest/libqos/e1000e: Use E1000_STATUS_ASDV_1000Akihiko Odaki2022-11-061-2/+2
| * | | tests/qtest/e1000e-test: Use e1000_regs.hAkihiko Odaki2022-11-061-56/+10Star
| * | | tests/qtest/libqos/e1000e: Set E1000_CTRL_SLUAkihiko Odaki2022-11-061-1/+1
| * | | tests/qtest/libqos/e1000e: Refer common PCI ID definitionsAkihiko Odaki2022-11-061-2/+3
* | | | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-11-0717-132/+280
|\ \ \ \
| * | | | accel: abort if we fail to load the accelerator pluginClaudio Fontana2022-11-061-1/+7
| * | | | dmg: warn when opening dmg images containing blocks of unknown typeKevin Wolf2022-11-061-0/+19
| * | | | module: add Error arguments to module_load and module_load_qomClaudio Fontana2022-11-069-113/+224
| * | | | module: rename module_load_one to module_loadClaudio Fontana2022-11-069-24/+24
| * | | | module: removed unused function argument "mayfail"Claudio Fontana2022-11-063-16/+14Star
| * | | | Add missing include statement for global xml_builtinStefan Weil2022-11-061-0/+1
| * | | | meson: avoid unused arguments of main() in compiler testsPaolo Bonzini2022-11-061-4/+4
| * | | | Fix broken configure with -Wunused-parameterStefan Weil2022-11-061-4/+4
| * | | | gdb-xml: Fix size of EFER register on i386 architecture when debugged by GDBTaiseiIto2022-11-061-1/+1
| * | | | util/aio-win32: Correct the event array size in aio_poll()Bin Meng2022-11-061-2/+3
| * | | | util/main-loop: Avoid adding the same HANDLE twiceBin Meng2022-11-062-0/+12
| * | | | util/main-loop: Fix maximum number of wait objects for win32Bin Meng2022-11-061-5/+5
| |/ / /
* | | | Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi2022-11-0719-51/+45Star
|\ \ \ \ | |_|/ / |/| | |
| * | | tests/unit: simpler variable sequence for test-io-channelAlex Bennée2022-11-051-10/+4Star
| * | | target/tricore: Rename csfr.def -> csfr.h.incPhilippe Mathieu-Daudé2022-11-052-2/+2
| * | | target/s390x: Rename insn-data/format.def -> insn-data/format.h.incPhilippe Mathieu-Daudé2022-11-053-6/+6
| * | | target/m68k: Rename qregs.def -> qregs.h.incPhilippe Mathieu-Daudé2022-11-052-2/+2
| * | | xen/pt: fix syntax error that causes FTBFS in some configurationsChuck Zmudzinski2022-11-051-1/+1
| * | | Fix some typos in documentation and commentsStefan Weil2022-11-059-13/+13
| * | | qapi: virtio: Fix the introduced versionHan Han2022-11-051-17/+17
| |/ /
* | | Merge tag 'vfio-fixes-v7.2-rc0.0' of https://gitlab.com/alex.williamson/qemu ...Stefan Hajnoczi2022-11-051-1/+1
|\ \ \ | |/ / |/| |
| * | vfio/migration: Fix wrong enum usageAvihai Horon2022-11-031-1/+1
* | | Merge tag 'pull-target-arm-20221104' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi2022-11-044-40/+83
|\ \ \