summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | meson: Allow to enable gtk and sdl while cocoa is enabledAkihiko Odaki2022-09-231-8/+2Star
| * | | Revert "main-loop: Disable block backend global state assertion on Cocoa"Akihiko Odaki2022-09-231-13/+0Star
| * | | ui/cocoa: Run qemu_init in the main threadAkihiko Odaki2022-09-237-105/+62Star
| * | | ui/console: Get tab completion working again in the SDL monitor vcCal Peake2022-09-232-0/+2
| |/ /
* | | Merge tag 'pull-riscv-to-apply-20220927' of https://github.com/alistair23/qem...Stefan Hajnoczi2022-09-2722-282/+531
|\ \ \
| * | | target/riscv: rvv-1.0: vf[w]redsum distinguish between ordered/unorderedYang Liu2022-09-274-15/+31
| * | | target/riscv: rvv-1.0: Simplify vfwredsum codeYang Liu2022-09-271-46/+10Star
| * | | target/riscv: debug: Add initial support of type 6 triggerFrank Chang2022-09-272-4/+188
| * | | target/riscv: debug: Check VU/VS modes for type 2 triggerFrank Chang2022-09-271-0/+10
| * | | target/riscv: debug: Create common trigger actions functionFrank Chang2022-09-272-2/+70
| * | | target/riscv: debug: Introduce tinfo CSRFrank Chang2022-09-274-3/+18
| * | | target/riscv: debug: Restrict the range of tselect value can be writtenFrank Chang2022-09-271-6/+3Star
| * | | target/riscv: debug: Introduce tdata1, tdata2, and tdata3 CSRsFrank Chang2022-09-274-88/+48Star
| * | | target/riscv: debug: Introduce build_tdata1() to build tdata1 register contentFrank Chang2022-09-272-5/+12
| * | | target/riscv: debug: Determine the trigger type from tdata1.typeFrank Chang2022-09-275-67/+140
| * | | hw/riscv/sifive_e: Fix inheritance of SiFiveEStateBernhard Beschow2022-09-261-1/+2
| * | | target/riscv: Check the correct exception cause in vector GDB stubFrank Chang2022-09-261-2/+2
| * | | hw/riscv: opentitan: Expose the resetvec as a SoC propertyAlistair Francis2022-09-262-1/+9
| * | | hw/riscv: opentitan: Fixup resetvecAlistair Francis2022-09-261-1/+1
| * | | target/riscv: Set the CPU resetvec directlyAlistair Francis2022-09-263-15/+7Star
| * | | target/riscv: remove fixed numbering from GDB xml feature filesAndrew Burgess2022-09-264-20/+4Star
| * | | target/riscv: remove fflags, frm, and fcsr from riscv-*-fpu.xmlAndrew Burgess2022-09-263-38/+2Star
| * | | target/riscv: fix csr check for cycle{h}, instret{h}, time{h}, hpmcounter3-31{h}Weiwei Li2022-09-261-4/+9
| * | | target/riscv: Remove sideleg and sedelegRahul Pathak2022-09-262-4/+0Star
| * | | docs/system: clean up code escape for riscv virt platformAlex Bennée2022-09-261-4/+9
| * | | hw/ssi: ibex_spi: update reg addrWilfred Mallawa2022-09-261-1/+1
| * | | hw/ssi: ibex_spi: fixup typos in ibex_spi_hostWilfred Mallawa2022-09-261-3/+3
| | |/ | |/|
* | | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi2022-09-261-2/+5
|\ \ \ | |/ / |/| |
| * | virtiofsd: use g_date_time_get_microsecond to get subsecondYusuke Okada2022-09-221-2/+5
* | | Merge tag 'pull-target-arm-20220922' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi2022-09-2621-374/+347Star
|\ \ \ | |_|/ |/| |
| * | configure: Avoid use of 'local' as it is non-POSIXPeter Maydell2022-09-221-4/+3Star
| * | configure: Check mkdir result directly, not via $?Peter Maydell2022-09-221-2/+1Star
| * | configure: Remove use of backtick `...` syntaxPeter Maydell2022-09-221-1/+1
| * | configure: Add './' on front of glob of */config-devices.mak.dPeter Maydell2022-09-221-1/+1
| * | configure: Add missing quoting for some easy casesPeter Maydell2022-09-221-32/+32
| * | configure: Remove unused meson_args variablePeter Maydell2022-09-221-1/+0Star
| * | configure: Remove unused python_version variablePeter Maydell2022-09-221-3/+0Star
| * | tests/unit/test-vmstate: Avoid dynamic stack allocationPhilippe Mathieu-Daudé2022-09-221-4/+3Star
| * | ui/curses: Avoid dynamic stack allocationPhilippe Mathieu-Daudé2022-09-221-1/+1
| * | hw/usb/hcd-ohci: Use definition to avoid dynamic stack allocationPhilippe Mathieu-Daudé2022-09-221-3/+4
| * | hw/i386/multiboot: Avoid dynamic stack allocationPhilippe Mathieu-Daudé2022-09-221-3/+2Star
| * | hw/intc/xics: Avoid dynamic stack allocationPhilippe Mathieu-Daudé2022-09-221-1/+1
| * | hw/ppc/pnv: Avoid dynamic stack allocationPhilippe Mathieu-Daudé2022-09-223-7/+7
| * | hw/net/e1000e_core: Use definition to avoid dynamic stack allocationPhilippe Mathieu-Daudé2022-09-221-3/+4
| * | io/channel-websock: Replace strlen(const_str) by sizeof(const_str) - 1Philippe Mathieu-Daudé2022-09-221-1/+1
| * | chardev/baum: Avoid dynamic stack allocationPhilippe Mathieu-Daudé2022-09-221-1/+2
| * | chardev/baum: Use definitions to avoid dynamic stack allocationPhilippe Mathieu-Daudé2022-09-221-4/+4
| * | chardev/baum: Replace magic values by X_MAX / Y_MAX definitionsPhilippe Mathieu-Daudé2022-09-221-4/+7
| * | hw/net/lan9118: Signal TSFL_INT flag when TX FIFO reaches specified levelLucas Dietrich2022-09-221-0/+8
| * | hw/acpi: Add ospm_status hook implementation for acpi-gedKeqian Zhu2022-09-221-0/+8