qemu /
qemu /
75d33e852536361367c8460abd8b04e3fe9921ee - 75d33e8 util/vhost-user-server: rename refcount to in_flight counter by Stefan Hajnoczi · 1 year, 10 months ago
- ca66df8 virtio-scsi: stop using aio_disable_external() during unplug by Stefan Hajnoczi · 1 year, 10 months ago
- 4382f16 virtio-scsi: avoid race between unplug and transport event by Stefan Hajnoczi · 1 year, 10 months ago
- 26462a7 hw/qdev: introduce qdev_is_realized() helper by Stefan Hajnoczi · 1 year, 10 months ago
- 2d19629 block-backend: split blk_do_set_aio_context() by Stefan Hajnoczi · 1 year, 10 months ago
- 80e7faa iotests: Test blockdev-create in iothread by Kevin Wolf · 1 year, 9 months ago
- bc05c63 iotests: Make verify_virtio_scsi_pci_or_ccw() public by Kevin Wolf · 1 year, 9 months ago
- 8823407 block: Fix AioContext locking in bdrv_insert_node() by Kevin Wolf · 1 year, 9 months ago
- 8dc8a60 block: Take AioContext lock in bdrv_open_driver() by Kevin Wolf · 1 year, 9 months ago
- 9102f2e copy-before-write: Fix open with child in iothread by Kevin Wolf · 1 year, 9 months ago
- 6e01215 raw-format: Fix open with 'file' in iothread by Kevin Wolf · 1 year, 9 months ago
- aa269ff qcow2: Fix open with 'file' in iothread by Kevin Wolf · 1 year, 9 months ago
- 2626d27 mirror: Hold main AioContext lock for calling bdrv_open_backing_file() by Kevin Wolf · 1 year, 9 months ago
- 4c20dd2 block-backend: Fix blk_new_open() for iothreads by Kevin Wolf · 1 year, 9 months ago
- c6e0a6d block: Take main AioContext lock when calling bdrv_open() by Kevin Wolf · 1 year, 9 months ago
- ae400db block: Clarify locking rules for bdrv_open(_inherit)() by Kevin Wolf · 1 year, 9 months ago
- dea97c1 block-coroutine-wrapper: Take AioContext lock in no_co_wrappers by Kevin Wolf · 1 year, 9 months ago
- aa9bbd8 Merge tag 'pull-ppc-20230528' of https://gitlab.com/danielhb/qemu into staging by Richard Henderson · 1 year, 9 months ago
- 57b93c0 Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging by Richard Henderson · 1 year, 9 months ago
- 56b8bfe ppc/pegasos2: Change default CPU to 7457 by BALATON Zoltan · 1 year, 9 months ago
- 277ee17 target/ppc: Add POWER9 DD2.2 model by Nicholas Piggin · 1 year, 10 months ago
- 5a4cb61 ui/gtk: enable backend to send multi-touch events by Sergio Lopez · 1 year, 9 months ago
- 03ec9d9 target/ppc: Merge COMPUTE_CLASS and COMPUTE_FPRF by Richard Henderson · 1 year, 10 months ago
- 76f9ebf pnv_lpc: disable reentrancy detection for lpc-hc by Alexander Bulekov · 1 year, 9 months ago
- 7f65ebb target/ppc: Use SMT4 small core chip type in POWER9/10 PVRs by Nicholas Piggin · 1 year, 10 months ago
- 2237af5 hw/ppc/prep: Fix wiring of PIC -> CPU interrupt by Bernhard Beschow · 2 years ago
- ccc5a4c spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcall by Nicholas Piggin · 1 year, 10 months ago
- f615739 ui: add helpers for virtio-multitouch events by Sergio Lopez · 1 year, 9 months ago
- 4b2321c virtio-input-pci: add virtio-multitouch-pci by Sergio Lopez · 1 year, 9 months ago
- 8e9ebd7 virtio-input: add a virtio-mulitouch device by Sergio Lopez · 1 year, 9 months ago
- 2bfb10d ui: add the infrastructure to support MT events by Sergio Lopez · 1 year, 9 months ago
- 944ae6d virtio-input: generalize virtio_input_key_config() by Sergio Lopez · 1 year, 9 months ago
- 4c93ce5 ui/cursor: make width/height unsigned 16-bit integer by Mauro Matteo Cascella · 1 year, 10 months ago
- 1dfea3f ui/sdl2: disable SDL_HINT_GRAB_KEYBOARD on Windows by Volker Rümelin · 1 year, 11 months ago
- 083db9d ui/sdl2: Grab Alt+F4 also under Windows by Bernhard Beschow · 1 year, 11 months ago
- efc00a3 ui/sdl2: Grab Alt+Tab also in fullscreen mode by Bernhard Beschow · 1 year, 11 months ago
- da1d066 ui/dbus: add a FIXME about texture/dmabuf scanout handling by Marc-André Lureau · 1 year, 10 months ago
- 57430aa gtk: add gl-area support on win32 by Marc-André Lureau · 1 year, 10 months ago
- 529969b virtio-gpu: add a FIXME for virtio_gpu_load() by Marc-André Lureau · 1 year, 10 months ago
- d89f30b win32: wrap socket close() with an exception handler by Marc-André Lureau · 1 year, 10 months ago
- 0b31e48 ui/dbus: fix compilation when GBM && !OPENGL by Marc-André Lureau · 1 year, 10 months ago
- b3a654d ui/sdl2: fix surface_gl_update_texture: Assertion 'gls' failed by Marc-André Lureau · 1 year, 10 months ago
- f8a951b ui/gtk-egl: fix scaling for cursor position in scanout mode by Erico Nunes · 2 years ago
- 2f31663 ui/gtk: use widget size for cursor motion event by Erico Nunes · 2 years ago
- 94400fa ui/gtk: fix passing y0_top parameter to scanout by Erico Nunes · 2 years ago
- 4ee5d28 target/ppc: Alignment faults do not set DSISR in ISA v3.0 onward by Nicholas Piggin · 1 year, 10 months ago
- fbda88f target/ppc: Fix width of some 32-bit SPRs by Nicholas Piggin · 1 year, 10 months ago
- 5260ecf target/ppc: Fix fallback to MFSS for MFFS* instructions on pre 3.0 ISAs by Richard Purdie · 1 year, 10 months ago
- ac84b57 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Richard Henderson · 1 year, 9 months ago
- 9c9fff1 Merge tag 'pull-hex-20230526' of https://github.com/quic/qemu into staging by Richard Henderson · 1 year, 9 months ago
- f9bdb38 Merge tag 'pull-loongarch-20230526' of https://gitlab.com/gaosong/qemu into staging by Richard Henderson · 1 year, 9 months ago
- 9cb47a1 Merge tag 'pull-request-2023-05-26' of https://gitlab.com/thuth/qemu into staging by Richard Henderson · 1 year, 9 months ago
- 7d196e2 Hexagon (target/hexagon) Change Hexagon maintainer by Taylor Simpson · 1 year, 10 months ago
- 2babbd9 Hexagon: fix outdated `hex_new_*` comments by Matheus Tavares Bernardino · 1 year, 10 months ago
- 3608c24 target/hexagon/*.py: clean up used 'toss' and 'numregs' vars by Matheus Tavares Bernardino · 1 year, 10 months ago
- 3fd49e2 Hexagon (target/hexagon) Fix assignment to tmp registers by Marco Liebel · 1 year, 10 months ago
- 0d57cd6 Hexagon (tests/tcg/hexagon) Clean up Hexagon check-tcg tests by Taylor Simpson · 1 year, 10 months ago
- b17bbf8 configure: ignore --make by Paolo Bonzini · 2 years, 9 months ago
- c53648a meson: use subproject for keycodemapdb by Paolo Bonzini · 1 year, 10 months ago
- 58e48b2 meson: use subproject for internal libfdt by Paolo Bonzini · 1 year, 10 months ago
- 577bdbc meson: simplify logic for -Dfdt by Paolo Bonzini · 1 year, 10 months ago
- 0bfd141 virtio: qmp: fix memory leak by Paolo Bonzini · 1 year, 10 months ago
- 5590615 slirp: update wrap to latest master by Paolo Bonzini · 1 year, 10 months ago
- db01d85 meson: Add static glib dependency for initrd-stress.img by Fabiano Rosas · 1 year, 9 months ago
- bac1bc8 meson: Remove leftover comment by Fabiano Rosas · 1 year, 9 months ago
- 65bfaaa target/loongarch: Fix the vinsgr2vr/vpickve2gr instructions cause system coredump by Song Gao · 1 year, 9 months ago
- 2e2ca3c target/loongarch: Fix LD/ST{LE/GT} instructions get wrong CSR_ERA and CSR_BADV by Song Gao · 1 year, 10 months ago
- 5b50723 configure: unset harmful environment variables by Paolo Bonzini · 1 year, 9 months ago
- eea2d14 Makefile: remove $(TESTS_PYTHON) by Paolo Bonzini · 1 year, 9 months ago
- b1399b0 tests/vm: fix and simplify HOST_ARCH definition by Paolo Bonzini · 1 year, 9 months ago
- a269620 tests/docker: simplify HOST_ARCH definition by Paolo Bonzini · 1 year, 9 months ago
- b987718 hw/scsi/lsi53c895a: Fix reentrancy issues in the LSI controller (CVE-2023-0330) by Thomas Huth · 1 year, 10 months ago
- d139fe9 lsi53c895a: disable reentrancy detection for MMIO region, too by Thomas Huth · 1 year, 10 months ago
- a37531f machine: do not crash if default RAM backend name has been stolen by Igor Mammedov · 1 year, 10 months ago
- 031616c tests/qtest/ac97-test: add up-/downsampling tests by Volker Rümelin · 1 year, 10 months ago
- 5af3438 tests/qtest/usb-hcd-ehci-test: Check for EHCI and UHCI HCDs before using them by Thomas Huth · 1 year, 9 months ago
- f5af1da tests/qtest/rtl8139-test: Check whether the rtl8139 device is available by Thomas Huth · 1 year, 9 months ago
- 8c730de tests/qtest: Check for virtio-blk before using -cdrom with the arm virt machine by Thomas Huth · 1 year, 9 months ago
- 54c8ff2 tests/qtest/usb-hcd-uhci-test: Check whether "usb-storage" is available by Thomas Huth · 1 year, 9 months ago
- bdc20bf5 hw/mips: Use MachineClass->default_nic in the virt machine by Philippe Mathieu-Daudé · 1 year, 10 months ago
- 611eda5 hw/arm: Use MachineClass->default_nic in the sbsa-ref machine by Thomas Huth · 1 year, 10 months ago
- 69720ff hw/xtensa: Use MachineClass->default_nic in the virt machine by Thomas Huth · 1 year, 10 months ago
- 240294c hw/loongarch64: Use MachineClass->default_nic in the virt machine by Thomas Huth · 1 year, 10 months ago
- 50989d0 hw/arm: Use MachineClass->default_nic in the virt machine by Thomas Huth · 1 year, 10 months ago
- cdd684b hw/alpha: Use MachineClass->default_nic in the alpha machine by Thomas Huth · 1 year, 10 months ago
- 9f8981a hw/hppa: Use MachineClass->default_nic in the hppa machine by Thomas Huth · 1 year, 10 months ago
- a3cb6d5 Merge tag 'pull-tcg-20230525' of https://gitlab.com/rth7680/qemu into staging by Richard Henderson · 1 year, 9 months ago
- 6ad2c71 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Richard Henderson · 1 year, 9 months ago
- a30498f tcg/riscv: Support CTZ, CLZ from Zbb by Richard Henderson · 1 year, 10 months ago
- a18d783 tcg/riscv: Implement movcond by Richard Henderson · 1 year, 10 months ago
- f645369 tcg/riscv: Improve setcond expansion by Richard Henderson · 1 year, 10 months ago
- 0956ecd tcg/riscv: Support CPOP from Zbb by Richard Henderson · 1 year, 10 months ago
- 7b4d527 tcg/riscv: Support REV8 from Zbb by Richard Henderson · 1 year, 10 months ago
- 19d016a tcg/riscv: Support rotates from Zbb by Richard Henderson · 1 year, 10 months ago
- eda1515 tcg/riscv: Use ADD.UW for guest address generation by Richard Henderson · 1 year, 10 months ago
- d1c3f4e tcg/riscv: Support ADD.UW, SEXT.B, SEXT.H, ZEXT.H from Zba+Zbb by Richard Henderson · 1 year, 10 months ago
- 99f4ec6 tcg/riscv: Support ANDN, ORN, XNOR from Zbb by Richard Henderson · 1 year, 10 months ago
- 9e3e0bc tcg/riscv: Probe for Zba, Zbb, Zicond extensions by Richard Henderson · 1 year, 10 months ago
- d397be9 disas/riscv: Decode czero.{eqz,nez} by Richard Henderson · 1 year, 10 months ago
- b56d5a8 tcg/mips: Replace MIPS_BE with HOST_BIG_ENDIAN by Richard Henderson · 1 year, 10 months ago