summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "hw/loongarch/virt: Add cfi01 pflash device"HEADmasterSong Gao2022-12-054-86/+0Star
* Merge tag 'pull-request-2022-12-04' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2022-12-044-6/+25
|\
| * hw/display/next-fb: Fix comment typoEvgeny Ermakov2022-12-031-1/+1
| * target/s390x/tcg: Fix and improve the SACF instructionThomas Huth2022-12-032-1/+8
| * tests/qtest/migration-test: Fix unlink error and memory leaksThomas Huth2022-12-031-4/+16
* | Merge tag 'pull-loongarch-20221202' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi2022-12-044-0/+86
|\ \
| * | hw/loongarch/virt: Add cfi01 pflash deviceXiaojuan Yang2022-12-024-0/+86
| |/
* | Merge tag 'nvme-next-pull-request' of git://git.infradead.org/qemu-nvme into ...Stefan Hajnoczi2022-12-041-131/+51Star
|\ \
| * | hw/nvme: remove copy bh schedulingKlaus Jensen2022-12-011-49/+14Star
| * | hw/nvme: fix aio cancel in dsmKlaus Jensen2022-12-011-26/+8Star
| * | hw/nvme: fix aio cancel in zone resetKlaus Jensen2022-12-011-25/+11Star
| * | hw/nvme: fix aio cancel in flushKlaus Jensen2022-12-011-15/+6Star
| * | hw/nvme: fix aio cancel in formatKlaus Jensen2022-12-011-16/+12Star
| |/
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-12-042-16/+21
|\ \
| * | target/i386: Always completely initialize TranslateFaultRichard Henderson2022-12-011-15/+19
| * | target/i386: allow MMX instructions with CR4.OSFXSR=0Paolo Bonzini2022-12-011-1/+2
* | | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2022-12-0418-81/+205
|\ \ \ | |_|/ |/| |
| * | include/hw: VM state takes precedence in virtio_device_should_startAlex Bennée2022-12-011-5/+18
| * | hw/virtio: generalise CHR_EVENT_CLOSED handlingAlex Bennée2022-12-014-37/+104
| * | hw/virtio: add started_vu status field to vhost-user-gpioAlex Bennée2022-12-012-7/+14
| * | vhost: enable vrings in vhost_dev_start() for vhost-user devicesStefano Garzarella2022-12-0113-31/+67
| * | tests/qtests: override "force-legacy" for gpio virtio-mmio testsAlex Bennée2022-12-011-1/+2
* | | Update VERSION for v7.2.0-rc3Stefan Hajnoczi2022-11-301-1/+1
* | | target/arm: Set TCGCPUOps.restore_state_to_opc for v7mEvgeny Ermakov2022-11-303-3/+8
* | | block-backend: avoid bdrv_unregister_buf() NULL pointer derefStefan Hajnoczi2022-11-301-2/+13
* | | hw/display/qxl: Assert memory slot fits in preallocated MemoryRegionPhilippe Mathieu-Daudé2022-11-301-0/+1
* | | hw/display/qxl: Avoid buffer overrun in qxl_phys2virt (CVE-2022-4144)Philippe Mathieu-Daudé2022-11-302-5/+24
* | | hw/display/qxl: Pass requested buffer size to qxl_phys2virt()Philippe Mathieu-Daudé2022-11-304-13/+36
* | | hw/display/qxl: Document qxl_phys2virt()Philippe Mathieu-Daudé2022-11-301-0/+19
* | | hw/display/qxl: Have qxl_log_command Return early if no log_cmd handlerPhilippe Mathieu-Daudé2022-11-301-0/+11
* | | Merge tag 'seabios-1.16.1-20221128-pull-request' of https://gitlab.com/kraxel...Stefan Hajnoczi2022-11-2913-0/+0
|\ \ \
| * | | update seabios binaries to 1.16.1Gerd Hoffmann2022-11-2812-0/+0
| * | | update seabios source from 1.16.0 to 1.16.1Gerd Hoffmann2022-11-281-0/+0
| | |/ | |/|
* | | replay: Fix declaration of replay_read_next_clockRichard Henderson2022-11-291-1/+1
* | | Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issuesStefan Weil via2022-11-273-5/+6
* | | MAINTAINERS: Add subprojects/libvhost-user to section "vhost"Stefan Weil via2022-11-271-0/+1
* | | libvhost-user: Add format attribute to local function vu_panicStefan Weil via2022-11-271-1/+12
* | | libvhost-user: Fix two more format stringsStefan Weil via2022-11-271-1/+2
* | | libvhost-user: Fix format stringsStefan Weil via2022-11-271-2/+2
* | | libvhost-user: Fix wrong type of argument to formatting function (reported by...Stefan Weil via2022-11-271-1/+1
* | | virtiofsd: Add `sigreturn` to the seccomp whitelistMarc Hartmayer2022-11-251-0/+1
* | | Merge tag 'fixes-20221123-pull-request' of https://gitlab.com/kraxel/qemu int...Stefan Hajnoczi2022-11-2312-13/+28
|\ \ \
| * | | hw/audio/intel-hda: Drop unnecessary prototypePeter Maydell2022-11-231-2/+0Star
| * | | hw/audio/intel-hda: don't reset codecs twicePeter Maydell2022-11-231-3/+1Star
| * | | hw/usb/hcd-xhci: Reset the XHCIState with device_cold_reset()Peter Maydell2022-11-232-2/+2
| * | | ui/gtk: prevent ui lock up when dpy_gl_update called again before current dra...Dongwon Kim2022-11-232-2/+2
| * | | hw/usb/hcd-xhci.c: spelling: tranferMichael Tokarev2022-11-231-1/+1
| * | | gtk: disable GTK Clipboard with a new meson optionClaudio Fontana2022-11-235-1/+21
| * | | Revert "usbredir: avoid queuing hello packet on snapshot restore"Joelle van Dyne2022-11-231-2/+1Star
| |/ /
* | | Merge tag 'pull-request-2022-11-23' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2022-11-238-39/+55
|\ \ \ | |/ / |/| |