index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
python
/
qemu
/
utils
/
qemu_ga_client.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-08
tests/migration-test: Wait for cancellation sooner in multifd cancel
Juraj Marcin
1
-2
/
+10
2024-10-08
util/userfaultfd: Remove unused uffd_poll_events
Dr. David Alan Gilbert
2
-29
/
+0
2024-10-08
migration/postcopy: Use uffd helpers
Dr. David Alan Gilbert
1
-34
/
+14
2024-10-08
util/userfaultfd: Return -errno on error
Dr. David Alan Gilbert
1
-9
/
+12
2024-10-08
migration: Remove unused socket_send_channel_create_sync
Dr. David Alan Gilbert
2
-19
/
+0
2024-10-08
migration: Deprecate zero-blocks capability
Fabiano Rosas
3
-1
/
+14
2024-10-08
migration: Remove unused migrate_zero_blocks
Dr. David Alan Gilbert
2
-8
/
+0
2024-10-08
migration: Remove migrate_cap_set
Dr. David Alan Gilbert
2
-21
/
+0
2024-10-08
migration/multifd: Ensure packet->ramblock is null-terminated
Fabiano Rosas
1
-1
/
+3
2024-10-08
memory: notify hypervisor of all eventfds during listener (de)registration
Ani Sinha
1
-0
/
+83
2024-10-07
tests/functional: Bump timeout of some tests
Thomas Huth
1
-3
/
+6
2024-10-07
tests/functional: Switch back to the gitlab URLs for the advent calendar tests
Thomas Huth
8
-8
/
+8
2024-10-07
target/s390x: Use explicit big-endian LD/ST API
Philippe Mathieu-Daudé
2
-18
/
+18
2024-10-07
target/s390x: Replace ldtul_p() -> ldq_p()
Philippe Mathieu-Daudé
1
-15
/
+15
2024-10-07
hw/s390x: Use explicit big-endian LD/ST API
Philippe Mathieu-Daudé
2
-85
/
+85
2024-10-07
target/m68k: Use explicit big-endian LD/ST API
Philippe Mathieu-Daudé
2
-6
/
+6
2024-10-07
hw/m68k: Use explicit big-endian LD/ST API
Philippe Mathieu-Daudé
4
-18
/
+18
2024-10-07
gitlab-ci/build-oss-fuzz: print FAILED marker in case the test failed and run...
Michael Tokarev
1
-1
/
+4
2024-10-07
disas: Remove CRIS disassembler
Philippe Mathieu-Daudé
6
-2877
/
+0
2024-10-07
.gitlab-ci.d/cirrus: Add manual testing of macOS 15 (Sequoia)
Philippe Mathieu-Daudé
5
-1
/
+35
2024-10-07
.gitlab-ci.d/cirrus: Drop support for macOS 13 (Ventura)
Philippe Mathieu-Daudé
3
-34
/
+0
2024-10-07
docs: Mark "gluster" support in QEMU as deprecated
Thomas Huth
3
-1
/
+18
2024-10-04
MAINTAINERS: Add myself as maintainer of e500 machines
Bernhard Beschow
1
-2
/
+4
2024-10-04
docs/devel: Mention post_load hook restrictions where we document the hook
Peter Maydell
2
-0
/
+9
2024-10-04
tests/functional: Fix hash validation
Thomas Huth
1
-1
/
+1
2024-10-03
qom: update object_resolve_path*() documentation
Marc-André Lureau
1
-6
/
+6
2024-10-03
qom: set *ambiguous on all paths
Marc-André Lureau
1
-0
/
+3
2024-10-03
qom: rename object_resolve_path_type() "ambiguousp"
Marc-André Lureau
1
-5
/
+5
2024-10-03
target/i386/kvm: Report which action failed in kvm_arch_put/get_registers
Julia Suvorova
1
-0
/
+23
2024-10-03
kvm: Allow kvm_arch_get/put_registers to accept Error**
Julia Suvorova
9
-25
/
+48
2024-10-03
hw/arm: xenpvh: Enable PCI for ARM PVH
Edgar E. Iglesias
1
-0
/
+14
2024-10-03
hw/xen: xenpvh: Add pci-intx-irq-base property
Edgar E. Iglesias
1
-0
/
+36
2024-10-03
hw/xen: xenpvh: Disable buffered IOREQs for ARM
Edgar E. Iglesias
4
-1
/
+10
2024-10-03
hw/xen: Expose handle_bufioreq in xen_register_ioreq
Edgar E. Iglesias
5
-41
/
+73
2024-10-03
accel/kvm: refactor dirty ring setup
Ani Sinha
1
-38
/
+50
2024-10-03
minikconf: print error entirely on stderr
Paolo Bonzini
1
-1
/
+1
2024-10-03
9p: remove 'proxy' filesystem backend driver
Paolo Bonzini
19
-2772
/
+14
2024-10-03
hw/char: Extract serial-mm
Bernhard Beschow
50
-206
/
+276
2024-10-03
hw/char/serial.h: Extract serial-isa.h
Bernhard Beschow
10
-15
/
+46
2024-10-03
hw: Remove unused inclusion of hw/char/serial.h
Bernhard Beschow
4
-4
/
+0
2024-10-03
target/i386: Expose IBPB-BRTYPE and SBPB CPUID bits to the guest
Fabiano Rosas
1
-2
/
+2
2024-10-03
kvm: refactor core virtual machine creation into its own function
Ani Sinha
1
-33
/
+56
2024-10-03
kvm/i386: replace identity_base variable with a constant
Paolo Bonzini
1
-18
/
+18
2024-10-03
kvm/i386: refactor kvm_arch_init and split it into smaller functions
Ani Sinha
1
-126
/
+201
2024-10-03
hw/mips: Build fw_cfg.c once
Philippe Mathieu-Daudé
1
-1
/
+1
2024-10-03
tests/tcg/plugins: Remove remainder of the cris target
Thomas Huth
1
-1
/
+0
2024-10-03
block-backend: Remove deadcode
Dr. David Alan Gilbert
2
-81
/
+0
2024-10-03
hw/net/rocker: Remove unused rocker_fp_ports
Dr. David Alan Gilbert
2
-6
/
+0
2024-10-03
hw/pci: Remove unused pcie_chassis_find_slot
Dr. David Alan Gilbert
2
-11
/
+0
2024-10-03
replay: Remove unused replay_disable_events
Dr. David Alan Gilbert
2
-11
/
+0
[next]