aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-14virtio: stop ioeventfd on resetPaolo Bonzini4-5/+2
2022-06-14virtio-mmio: stop ioeventfd on legacy resetPaolo Bonzini1-0/+1
2022-06-14s390x: simplify virtio_ccw_reset_virtioPaolo Bonzini1-6/+5
2022-06-14block: add more commands to preconfig modePaolo Bonzini4-48/+110
2022-06-14hmp: add filtering of statistics by namePaolo Bonzini2-13/+30
2022-06-14qmp: add filtering of statistics by namePaolo Bonzini4-9/+23
2022-06-14hmp: add filtering of statistics by providerPaolo Bonzini2-10/+36
2022-06-14qmp: add filtering of statistics by providerPaolo Bonzini5-14/+55
2022-06-14hmp: add basic "info stats" implementationMark Kanda3-0/+204
2022-06-14cutils: add functions for IEC and SI prefixesPaolo Bonzini3-9/+95
2022-06-14qmp: add filtering of statistics by target vCPUPaolo Bonzini4-7/+67
2022-06-14kvm: Support for querying fd-based statsMark Kanda2-1/+393
2022-06-14qmp: Support for querying statsMark Kanda5-0/+347
2022-06-14bsd-user: Implement acct and syncWarner Losh2-0/+31
2022-06-14bsd-user: Implement trunctate and ftruncateWarner Losh2-0/+37
2022-06-14bsd-user: Implement dup and dup2Warner Losh2-0/+20
2022-06-14bsd-user: Implement rmdir and undocumented __getcwdWarner Losh2-0/+37
2022-06-14bsd-user: Implement mkdir and mkdiratWarner Losh2-0/+35
2022-06-14Merge tag 'kraxel-20220614-pull-request' of git://git.kraxel.org/qemu into st...Richard Henderson28-51/+707
2022-06-14virtio-gpu: Respect UI refresh rate for EDIDAkihiko Odaki3-0/+3
2022-06-14ui: Deliver refresh rate via QemuUIInfoAkihiko Odaki7-34/+42
2022-06-14ui/console: Do not return a value with ui_infoAkihiko Odaki4-12/+9
2022-06-14virtio-gpu: update done only on the scanout associated with rectDongwon Kim1-0/+3
2022-06-14usbredir: avoid queuing hello packet on snapshot restoreJoelle van Dyne1-1/+2
2022-06-14hw/usb/hcd-ehci: fix writeback orderArnout Engelen1-1/+4
2022-06-14MAINTAINERS: add myself as CanoKey maintainerHongren (Zenithal) Zheng1-0/+8
2022-06-14docs/system/devices/usb: Add CanoKey to USB devices examplesHongren (Zenithal) Zheng1-0/+4
2022-06-14docs: Add CanoKey documentationHongren (Zenithal) Zheng2-0/+169
2022-06-14meson: Add CanoKeyHongren (Zenithal) Zheng5-0/+21
2022-06-14hw/usb/canokey: Add trace eventsHongren (Zenithal) Zheng2-0/+29
2022-06-14hw/usb: Add CanoKey ImplementationHongren (Zenithal) Zheng2-0/+369
2022-06-14ui/cocoa: Fix poweroff request codeAkihiko Odaki1-1/+5
2022-06-14ui/gtk-gl-area: create the requested GL context versionVolker Rümelin2-1/+31
2022-06-14ui/gtk-gl-area: implement GL context destructionVolker Rümelin2-1/+8
2022-06-13Merge tag 'pull-testing-next-140622-1' of https://github.com/stsquad/qemu int...Richard Henderson9-43/+44
2022-06-14.gitlab: use less aggressive nproc on our aarch64/32 runnersAlex Bennée2-14/+14
2022-06-14gitlab: compare CIRRUS_nn vars against 'null' not ""Daniel P. Berrangé1-1/+1
2022-06-14tests/tcg: disable xtensa-linux-user againPaolo Bonzini1-1/+4
2022-06-14tests/docker: fix the IMAGE for build invocationAlex Bennée1-1/+1
2022-06-14gitlab-ci: Fix the build-cfi-aarch64 and build-cfi-ppc64-s390x jobsThomas Huth1-12/+10
2022-06-14tests/tcg/i386: Use explicit suffix on fist insnsRichard Henderson2-13/+13
2022-06-14test/tcg/arm: Use -mfloat-abi=soft for test-armv6m-undefRichard Henderson1-1/+1
2022-06-13bsd-user: Implement link, linkat, unlink and unlinkatWarner Losh2-0/+70
2022-06-13bsd-user: Implement rename and renameatWarner Losh2-0/+53
2022-06-13bsd-user: Implement chdir and fchdirWarner Losh2-0/+27
2022-06-13bsd-user: Implement revoke, access, eaccess and faccessatWarner Losh2-0/+69
2022-06-13bsd-user: Implement fdatasync, fsync and close_fromWarner Losh2-0/+31
2022-06-13bsd-user: Implement open, openat and closeWarner Losh3-0/+69
2022-06-11Merge tag 'mips-20220611' of https://github.com/philmd/qemu into stagingRichard Henderson1-1/+2
2022-06-11Merge tag 'bsd-user-preen-2022q2-pull-request' of ssh://github.com/qemu-bsd-u...Richard Henderson3-4/+418