summary refs log tree commit diff stats
path: root/scripts/qapi/expr.py (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-13blockdev: Clean up abuse of DriveBackup member formatMarkus Armbruster1-8/+9
2022-12-13qapi audio: Elide redundant has_FOO in generated CMarkus Armbruster8-29/+21
2022-12-13qapi acpi: Elide redundant has_FOO in generated CMarkus Armbruster4-10/+7
2022-12-13qapi tests: Elide redundant has_FOO in generated CMarkus Armbruster7-25/+18
2022-12-13qapi: Start to elide redundant has_FOO in generated CMarkus Armbruster8-15/+77
2022-12-13docs/devel/qapi-code-gen: Extend example for next commit's changeMarkus Armbruster1-1/+20
2022-12-13qapi: Tidy up whitespace in generated codeMarkus Armbruster3-6/+3
2022-12-13docs/devel/qapi-code-gen: Update example to match current codeMarkus Armbruster1-1/+1
2022-12-06Update VERSION for v7.2.0-rc4Stefan Hajnoczi1-1/+1
2022-12-05Revert "hw/loongarch/virt: Add cfi01 pflash device"Song Gao4-86/+0
2022-12-03hw/display/next-fb: Fix comment typoEvgeny Ermakov1-1/+1
2022-12-03target/s390x/tcg: Fix and improve the SACF instructionThomas Huth2-1/+8
2022-12-03tests/qtest/migration-test: Fix unlink error and memory leaksThomas Huth1-4/+16
2022-12-02hw/loongarch/virt: Add cfi01 pflash deviceXiaojuan Yang4-0/+86
2022-12-01target/i386: Always completely initialize TranslateFaultRichard Henderson1-15/+19
2022-12-01target/i386: allow MMX instructions with CR4.OSFXSR=0Paolo Bonzini1-1/+2
2022-12-01hw/nvme: remove copy bh schedulingKlaus Jensen1-49/+14
2022-12-01hw/nvme: fix aio cancel in dsmKlaus Jensen1-26/+8
2022-12-01hw/nvme: fix aio cancel in zone resetKlaus Jensen1-25/+11
2022-12-01hw/nvme: fix aio cancel in flushKlaus Jensen1-15/+6
2022-12-01hw/nvme: fix aio cancel in formatKlaus Jensen1-16/+12
2022-12-01include/hw: VM state takes precedence in virtio_device_should_startAlex Bennée1-5/+18
2022-12-01hw/virtio: generalise CHR_EVENT_CLOSED handlingAlex Bennée4-37/+104
2022-12-01hw/virtio: add started_vu status field to vhost-user-gpioAlex Bennée2-7/+14
2022-12-01vhost: enable vrings in vhost_dev_start() for vhost-user devicesStefano Garzarella13-31/+67
2022-12-01tests/qtests: override "force-legacy" for gpio virtio-mmio testsAlex Bennée1-1/+2
2022-11-29Update VERSION for v7.2.0-rc3Stefan Hajnoczi1-1/+1
2022-11-29target/arm: Set TCGCPUOps.restore_state_to_opc for v7mEvgeny Ermakov3-3/+8
2022-11-29block-backend: avoid bdrv_unregister_buf() NULL pointer derefStefan Hajnoczi1-2/+13
2022-11-29hw/display/qxl: Assert memory slot fits in preallocated MemoryRegionPhilippe Mathieu-Daudé1-0/+1
2022-11-29hw/display/qxl: Avoid buffer overrun in qxl_phys2virt (CVE-2022-4144)Philippe Mathieu-Daudé2-5/+24
2022-11-29hw/display/qxl: Pass requested buffer size to qxl_phys2virt()Philippe Mathieu-Daudé4-13/+36
2022-11-29hw/display/qxl: Document qxl_phys2virt()Philippe Mathieu-Daudé1-0/+19
2022-11-29hw/display/qxl: Have qxl_log_command Return early if no log_cmd handlerPhilippe Mathieu-Daudé1-0/+11
2022-11-29replay: Fix declaration of replay_read_next_clockRichard Henderson1-1/+1
2022-11-28update seabios binaries to 1.16.1Gerd Hoffmann12-0/+0
2022-11-28update seabios source from 1.16.0 to 1.16.1Gerd Hoffmann1-0/+0
2022-11-27Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issuesStefan Weil via3-5/+6
2022-11-27MAINTAINERS: Add subprojects/libvhost-user to section "vhost"Stefan Weil via1-0/+1
2022-11-27libvhost-user: Add format attribute to local function vu_panicStefan Weil via1-1/+12
2022-11-27libvhost-user: Fix two more format stringsStefan Weil via1-1/+2
2022-11-27libvhost-user: Fix format stringsStefan Weil via1-2/+2
2022-11-27libvhost-user: Fix wrong type of argument to formatting function (reported by...Stefan Weil via1-1/+1
2022-11-25virtiofsd: Add `sigreturn` to the seccomp whitelistMarc Hartmayer1-0/+1
2022-11-23hw/audio/intel-hda: Drop unnecessary prototypePeter Maydell1-2/+0
2022-11-23hw/audio/intel-hda: don't reset codecs twicePeter Maydell1-3/+1
2022-11-23hw/usb/hcd-xhci: Reset the XHCIState with device_cold_reset()Peter Maydell2-2/+2
2022-11-23ui/gtk: prevent ui lock up when dpy_gl_update called again before current dra...Dongwon Kim2-2/+2
2022-11-23hw/usb/hcd-xhci.c: spelling: tranferMichael Tokarev1-1/+1
2022-11-23gtk: disable GTK Clipboard with a new meson optionClaudio Fontana5-1/+21