qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-04 08:59:12 to 2023-10-04 13:54:10 UTC [more...]

[PULL 0/1] Block patches
 2023-10-04 13:53 UTC 

[PATCH v2 00/53] migration/rdma: Error handling fixes
 2023-10-04 13:52 UTC  (8+ messages)
` [PATCH v2 16/53] migration/rdma: Fix or document problematic uses of errno
` [PATCH v2 52/53] migration/rdma: Use error_report() & friends instead of stderr

[PATCH 00/13] misc: Rename 'softmmu' -> 'system'
 2023-10-04 13:49 UTC  (24+ messages)
` [PATCH 01/13] softmmu/trace-events: Fix a typo
` [PATCH 02/13] travis-ci: Correct invalid mentions of 'softmmu' by 'system'
` [PATCH 03/13] cpu: Correct invalid mentions of 'softmmu' by 'system-mode'
` [PATCH 04/13] fuzz: Correct invalid mentions of 'softmmu' by 'system'
` [PATCH 05/13] tcg: Correct invalid mentions of 'softmmu' by 'system-mode'
` [PATCH 06/13] accel: Rename accel_softmmu* -> accel_system*
` [PATCH 07/13] gdbstub: Rename 'softmmu' -> 'system'
` [PATCH 08/13] semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user()
` [PATCH 09/13] target/i386: Rename i386_softmmu_kvm_ss -> i386_kvm_ss
` [PATCH 10/13] hw/virtio/meson: Rename softmmu_virtio_ss -> system_virtio_ss
` [PATCH 11/13] meson: Rename softmmu_mods -> system_mods
` [PATCH 12/13] meson: Rename target_softmmu_arch -> target_system_arch
` [PATCH 13/13] system: Rename softmmu/ directory as system/

[PATCH v3 00/15] Prerequisite changes for IOMMUFD support
 2023-10-04 13:48 UTC  (19+ messages)
` [PATCH v3 04/15] vfio/common: Propagate KVM_SET_DEVICE_ATTR error if any
` [PATCH v3 09/15] vfio/ap: Use vfio_[attach/detach]_device
` [PATCH v3 10/15] vfio/ccw: "
` [PATCH v3 13/15] vfio/common: Store the parent container in VFIODevice

[PATCH v3 00/16] (few more) Steps towards enabling -Wshadow
 2023-10-04 13:47 UTC  (23+ messages)
` [PATCH v3 01/16] hw/audio/soundhw: Clean up global variable shadowing
` [PATCH v3 02/16] hw/ide/ahci: Clean up local "
` [PATCH v3 03/16] net/net: Clean up global "
` [PATCH v3 04/16] os-posix: "
` [PATCH v3 05/16] plugins/loader: "
` [PATCH v3 06/16] qemu-img: "
` [PATCH v3 07/16] qemu-io: "
` [PATCH v3 08/16] qom/object_interfaces: "
` [PATCH v3 09/16] semihosting: "
` [PATCH v3 10/16] ui/cocoa: "
` [PATCH v3 11/16] util/cutils: Clean up global variable shadowing in get_relocated_path()
` [PATCH v3 12/16] util/guest-random: Clean up global variable shadowing
` [PATCH v3 13/16] semihosting/arm-compat: Clean up local "
` [PATCH v3 14/16] softmmu/vl: Clean up global "
` [PATCH v3 15/16] sysemu/tpm: "
` [PATCH v3 16/16] trace/control: "

[PULL 00/11] Migration 20231004 patches
 2023-10-04 13:47 UTC  (14+ messages)
` [PULL 01/11] migration/vmstate: Introduce vmstate_save_state_with_err
` [PULL 02/11] migration: Update error description outside migration.c
` [PULL 03/11] MAINTAINERS: Add entry for rdma migration
` [PULL 04/11] migration: Add co-maintainers for migration
` [PULL 05/11] migration/rdma: zore out head.repeat to make the error more clear
` [PULL 06/11] i386/a-b-bootblock: factor test memory addresses out into constants
` [PULL 07/11] i386/a-b-bootblock: zero the first byte of each page on start
` [PULL 08/11] s390x/a-b-bios: "
` [PULL 09/11] migration: file URI
` [PULL 10/11] migration: file URI offset
` [PULL 11/11] migration: Unify and trace vmstate field_exists() checks

[PATCH v11 00/10] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
 2023-10-04 13:45 UTC  (6+ messages)
` [PATCH v11 02/10] migration: convert migration 'uri' into 'MigrateAddress'

[PATCH v5 0/2] migration: Update error description outside migration.c
 2023-10-04 13:37 UTC  (8+ messages)
` [PATCH v5 2/2] "

[PATCH] hw/isa/vt82c686: Respect SCI interrupt assignment
 2023-10-04 13:33 UTC  (3+ messages)

[PATCH v3 0/7] vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronously
 2023-10-04 13:28 UTC  (6+ messages)
` [PATCH v3 1/7] vhost-user: strip superfluous whitespace

[PULL 00/63] virtio,pci: features, cleanups
 2023-10-04 13:28 UTC  (21+ messages)
` [PULL 11/63] virtio-net: Expose MAX_VLAN
` [PULL 18/63] vdpa: move vhost_vdpa_set_vring_ready to the caller
` [PULL 24/63] vhost-user: strip superfluous whitespace
` [PULL 27/63] vhost-user: flatten "enforce_reply" into "vhost_user_write_sync"
` [PULL 29/63] vhost-user: allow "vhost_set_vring" to wait for a reply
` [PULL 30/63] vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronously
` [PULL 35/63] hw/i386/acpi-build: Use pc_madt_cpu_entry() directly
` [PULL 43/63] vdpa: fix gcc cvq_isolated uninitialized variable warning
` [PULL 52/63] vdpa net: follow VirtIO initialization properly at cvq isolation probing
` [PULL 54/63] hw/i386/pc: improve physical address space bound check for 32-bit x86 systems
` [PULL 55/63] pcie_sriov: unregister_vfs(): fix error path
` [PULL 59/63] virtio: remove unused next argument from virtqueue_split_read_next_desc()
` [PULL 62/63] vhost-user: add shared_object msg
` [PULL 63/63] libvhost-user: handle "

[PATCH] target/i386: Check for USER_ONLY definition instead of SOFTMMU one
 2023-10-04 13:18 UTC  (2+ messages)

[PATCH] util/log: re-allow switching away from stderr log file
 2023-10-04 13:17 UTC  (2+ messages)

[PATCH v2 0/2] sysemu/accel: Simplify sysemu/hvf.h
 2023-10-04 13:16 UTC  (4+ messages)
` [PATCH v2 1/2] target/i386/hvf: Remove unused includes in 'hvf-i386.h'
` [PATCH v2 2/2] sysemu/kvm: Restrict hvf_get_supported_cpuid() to x86 targets

Wshadow: Better name for 'optarg'?
 2023-10-04 13:14 UTC  (3+ messages)

[PATCH] dump: Silence compiler warning in dump code when compiling with -Wshadow
 2023-10-04 13:13 UTC 

[PATCH v2] hw/usb: Silence compiler warnings in USB code when compiling with -Wshadow
 2023-10-04 13:08 UTC 

[PATCH] hw/usb: Silence compiler warnings in USB code when compiling with -Wshadow
 2023-10-04 13:03 UTC  (3+ messages)

[PATCH v4 0/8] vhost-user: Back-end state migration
 2023-10-04 12:59 UTC  (9+ messages)
` [PATCH v4 1/8] vhost-user.rst: Deprecate [GS]ET_STATUS
` [PATCH v4 2/8] vhost-user.rst: Improve [GS]ET_VRING_BASE doc
` [PATCH v4 3/8] vhost-user.rst: Clarify enabling/disabling vrings
` [PATCH v4 4/8] vhost-user.rst: Introduce suspended state
` [PATCH v4 5/8] vhost-user.rst: Migrating back-end-internal state
` [PATCH v4 6/8] vhost-user: Interface for migration state transfer
` [PATCH v4 7/8] vhost: Add high-level state save/load functions
` [PATCH v4 8/8] vhost-user-fs: Implement internal migration

[PATCH] hw/virtio/vhost: Silence compiler warnings in vhost code when using -Wshadow
 2023-10-04 12:51 UTC  (2+ messages)

[PATCH v2 00/10] Removal of QEMUFileHooks
 2023-10-04 12:49 UTC  (11+ messages)
` [PATCH v2 01/10] migration: Create migrate_rdma()
` [PATCH v2 02/10] migration/rdma: Unfold ram_control_before_iterate()
` [PATCH v2 03/10] migration/rdma: Unfold ram_control_after_iterate()
` [PATCH v2 04/10] migration/rdma: Remove all uses of RAM_CONTROL_HOOK
` [PATCH v2 05/10] migration/rdma: Unfold hook_ram_load()
` [PATCH v2 06/10] migration/rdma: Create rdma_control_save_page()
` [PATCH v2 07/10] qemu-file: Remove QEMUFileHooks
` [PATCH v2 08/10] migration/rdma: Move rdma constants from qemu-file.h to rdma.h
` [PATCH v2 09/10] migration/rdma: Remove qemu_ prefix from exported functions
` [PATCH v2 10/10] migration/rdma: Check sooner if we are in postcopy for save_page()

[PATCH v1 0/9] qapi-go: add generator for Golang interface
 2023-10-04 12:43 UTC  (6+ messages)
` [PATCH v1 1/9] qapi: golang: Generate qapi's enum types in Go

[PULL 0/2] hex queue
 2023-10-04 12:41 UTC  (3+ messages)

[PATCH 0/2] Fix usage of GETPC(), variable shadowing
 2023-10-04 12:39 UTC  (3+ messages)
` [PATCH 1/2] target/hexagon: move GETPC() calls to top level helpers
` [PATCH 2/2] target/hexagon: fix some occurrences of -Wshadow=local

[PATCH v2] hw/isa/vt82c686: Respect SCI interrupt assignment
 2023-10-04 12:28 UTC  (4+ messages)

[PATCH v2 0/3] vhost: clean up device reset
 2023-10-04 12:23 UTC  (9+ messages)
` [PATCH v2 1/3] vhost-user: do not send RESET_OWNER on "
` [PATCH v2 2/3] vhost-backend: remove vhost_kernel_reset_device()
` [PATCH v2 3/3] virtio: call ->vhost_reset_device() during reset

[PATCH 0/3] sysemu/accel: Simplify sysemu/xen.h
 2023-10-04 12:16 UTC  (4+ messages)
` [PATCH 2/3] sysemu/xen: Remove unreachable xen_ram_alloc() code

[PATCH 0/8] ppc: Clean up local variable shadowing
 2023-10-04 11:56 UTC  (3+ messages)

[PATCH] hw/virtio/virtio-pci: Avoid compiler warning with -Wshadow
 2023-10-04 11:33 UTC  (6+ messages)

[PATCH v2] hw/virtio/virtio-pci: Avoid compiler warning with -Wshadow
 2023-10-04 11:30 UTC  (3+ messages)

[PATCH] migration: Unify and trace vmstate field_exists() checks
 2023-10-04 11:19 UTC  (2+ messages)

[PATCH V5 0/2] migration file URI
 2023-10-04 11:17 UTC  (5+ messages)
` [PATCH V5 1/2] migration: "
` [PATCH V5 2/2] migration: file URI offset

[PATCH V2 00/10] Add architecture agnostic code to support vCPU Hotplug
 2023-10-04 10:48 UTC  (5+ messages)
` [PATCH V2 08/10] physmem: Add helper function to destroy CPU AddressSpace

[PATCH] hw/net/vhost_net: Silence compiler warning when compiling with -Wshadow
 2023-10-04 10:44 UTC  (3+ messages)

[PATCH] audio/ossaudio: Fix compiler warning with -Wshadow
 2023-10-04 10:43 UTC  (2+ messages)

[PATCH v3] hw/i386: changes towards enabling -Wshadow=local for x86 machines
 2023-10-04 10:40 UTC  (2+ messages)

[PATCH v2] target/ppc: Rename variables to avoid local variable shadowing in VUPKPX
 2023-10-04 10:38 UTC  (2+ messages)

[PATCH 1/1] target/loongarch: Clean up local variable shadowing
 2023-10-04 10:34 UTC  (2+ messages)

[PATCH] hw/cxl: Fix local variable shadowing of cap_hdrs
 2023-10-04 10:32 UTC  (2+ messages)

[PATCH v2] hw/i386/acpi-build: Remove build-time assertion on PIIX/ICH9 reset registers being identical
 2023-10-04 10:27 UTC  (2+ messages)

[PATCH 0/7] vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronously
 2023-10-04 10:17 UTC  (6+ messages)
` [PATCH 7/7] "

[PATCH 00/15] Nested PAPR API (KVM on PowerVM)
 2023-10-04  9:42 UTC  (5+ messages)
` [PATCH RESEND 10/15] ppc: spapr: Initialize the GSB Elements lookup table

[Qemu-devel] [PATCH] ahci: enable pci bus master MemoryRegion before loading ahci engines
 2023-10-04  9:41 UTC  (7+ messages)

[PATCH v2 00/22] (few more) Steps towards enabling -Wshadow
 2023-10-04  9:41 UTC  (4+ messages)
` [PATCH v2 18/22] semihosting/arm-compat: Clean up local variable shadowing

[PATCH 0/3] Support discontinuous PMU counters
 2023-10-04  9:35 UTC  (4+ messages)
` [PATCH 2/3] target/riscv: "

[PATCH v2 0/3] hw/cxl: Add dummy ACPI QTG DSM
 2023-10-04  9:35 UTC  (5+ messages)
` [PATCH v2 2/3] hw/cxl: Add QTG _DSM support for ACPI0017 device

[PATCH 0/2] sysemu/accel: Simplify sysemu/hvf.h
 2023-10-04  9:25 UTC  (4+ messages)
` [PATCH 2/2] sysemu/kvm: Restrict hvf_get_supported_cpuid() to x86 targets

[PATCH RFC V2 00/37] Support of Virtual CPU Hotplug for ARMv8 Arch
 2023-10-04  9:17 UTC  (6+ messages)
` [PATCH RFC V2 31/37] physmem, gdbstub: Common helping funcs/changes to *unrealize* vCPU
  ` [PATCH RFC V2 31/37] physmem,gdbstub: "

[PATCH 0/5] m68k: Instantiate ESP and next-net in the next-cube machine
 2023-10-04  9:11 UTC  (2+ messages)

[Stable-8.1.2 00/45] Patch Round-up for stable 8.1.2, freeze on 2023-10-14
 2023-10-04  8:57 UTC  (4+ messages)

[PATCH v2 0/3] migration-qtest: zero the first byte of each page on start
 2023-10-04  8:53 UTC  (3+ messages)
` [PATCH v2 3/3] s390x/a-b-bios: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).