messages from 2023-10-06 11:39:12 to 2023-10-07 12:43:10 UTC [more...]
[PATCH v8 00/29] Consolidate PIIX south bridges
2023-10-07 12:38 UTC (26+ messages)
` [PATCH v8 01/29] hw/i386/pc: Merge two if statements into one
` [PATCH v8 02/29] hw/i386/pc_piix: Allow for setting properties before realizing PIIX3 south bridge
` [PATCH v8 03/29] hw/i386/pc_piix: Assign PIIX3's ISA interrupts before its realize()
` [PATCH v8 04/29] hw/isa/piix3: Resolve redundant PIIX_NUM_PIC_IRQS
` [PATCH v8 05/29] hw/i386/pc_piix: Wire PIIX3's ISA interrupts by new "isa-irqs" property
` [PATCH v8 06/29] hw/i386/pc_piix: Remove redundant "piix3" variable
` [PATCH v8 07/29] hw/isa/piix3: Rename "pic" attribute to "isa_irqs_in"
` [PATCH v8 08/29] hw/i386/pc_q35: Wire ICH9 LPC function's interrupts before its realize()
` [PATCH v8 09/29] hw/isa/piix3: Wire PIC IRQs to ISA bus in host device
` [PATCH v8 11/29] hw/isa/piix3: Create IDE controller "
` [PATCH v8 12/29] hw/isa/piix3: Create USB "
` [PATCH v8 13/29] hw/isa/piix3: Create power management "
` [PATCH v8 14/29] hw/isa/piix3: Drop the "3" from PIIX base class name
` [PATCH v8 15/29] hw/isa/piix4: Remove unused inbound ISA interrupt lines
` [PATCH v8 16/29] hw/isa/piix4: Rename "isa" attribute to "isa_irqs_in"
` [PATCH v8 17/29] hw/isa/piix4: Rename reset control operations to match PIIX3
` [PATCH v8 18/29] hw/isa/piix4: Reuse struct PIIXState from PIIX3
` [PATCH v8 19/29] hw/isa/piix3: Merge hw/isa/piix4.c
` [PATCH v8 20/29] hw/isa/piix: Allow for optional PIC creation in PIIX3
` [PATCH v8 21/29] hw/isa/piix: Allow for optional PIT "
` [PATCH v8 23/29] hw/isa/piix: Share PIIX3's base class with PIIX4
` [PATCH v8 25/29] hw/isa/piix: Rename functions to be shared for PCI interrupt triggering
` [PATCH v8 26/29] hw/isa/piix: Reuse PIIX3's PCI interrupt triggering in PIIX4
` [PATCH v8 27/29] hw/isa/piix: Resolve duplicate code regarding PCI interrupt wiring
` [PATCH v8 29/29] hw/i386/pc_piix: Make PIIX4 south bridge usable in PC machine
[PATCH v11 00/10] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
2023-10-07 12:36 UTC (14+ messages)
` [PATCH v11 02/10] migration: convert migration 'uri' into 'MigrateAddress'
` [PATCH v11 05/10] migration: convert exec backend to accept MigrateAddress
[PATCH] target/riscv: Use a direct cast for better performance
2023-10-07 12:08 UTC (3+ messages)
[PATCH 00/19] parallels: Add full dirty bitmap support
2023-10-07 11:21 UTC (5+ messages)
` [PATCH 15/19] parallels: Remove unnecessary data_end field
[PATCH 0/3] Add emulation of AmigaOne XE board
2023-10-07 10:21 UTC (4+ messages)
` [PATCH 2/3] hw/pci-host: Add emulation of Mai Logic Articia S
[PULL 00/21] vfio queue
2023-10-07 10:14 UTC (8+ messages)
[PATCH] hw/virtio/vhost: Silence compiler warnings in vhost code when using -Wshadow
2023-10-07 9:28 UTC (6+ messages)
[PATCH] libvduse: Fix compiler warning with -Wshadow=local
2023-10-07 8:03 UTC (2+ messages)
[PATCH] docs/about: Deprecate the 'next-cube' m68k machine
2023-10-07 7:23 UTC
[PATCH] i386/pc: Drop pc_machine_kvm_type()
2023-10-07 6:58 UTC
[PATCH v2 1/2] migration: Fix rdma migration failed
2023-10-07 6:03 UTC (5+ messages)
Introduce: Storage stability testing and DATA consistency verifying tools and system
2023-10-07 5:53 UTC
[PATCH v2 00/53] migration/rdma: Error handling fixes
2023-10-07 5:36 UTC (15+ messages)
` [PATCH v2 06/53] migration/rdma: Fix unwanted integer truncation
` [PATCH v2 07/53] migration/rdma: Clean up two more harmless signed vs. unsigned issues
` [PATCH v2 16/53] migration/rdma: Fix or document problematic uses of errno
` [PATCH v2 22/53] migration/rdma: Drop dead qemu_rdma_data_init() code for !@host_port
` [PATCH v2 51/53] migration/rdma: Downgrade qemu_rdma_cleanup() errors to warnings
` [PATCH v2 52/53] migration/rdma: Use error_report() & friends instead of stderr
` [PATCH v2 53/53] migration/rdma: Replace flawed device detail dump by tracing
[PATCH 00/52] migration/rdma: Error handling fixes
2023-10-07 3:40 UTC (7+ messages)
` [PATCH 39/52] migration/rdma: Convert qemu_rdma_write_one() to Error
[PATCH v4 0/8] vhost-user: Back-end state migration
2023-10-07 2:22 UTC (21+ messages)
` [PATCH v4 1/8] vhost-user.rst: Deprecate [GS]ET_STATUS
` (no subject)
` [Virtio-fs] "
` [PATCH v4 2/8] vhost-user.rst: Improve [GS]ET_VRING_BASE doc
` [Virtio-fs] "
Introduce: Storage stability testing and DATA consistency verifying tools and system
2023-10-07 1:46 UTC
[PULL 33/63] hw/cxl: Add QTG _DSM support for ACPI0017 device
2023-10-06 22:15 UTC (9+ messages)
` [PATCH v3] "
` [PATCH v4] "
[PATCH 0/4] Python: Enable python3.12 support
2023-10-06 21:06 UTC (11+ messages)
` [PATCH 1/4] Python/iotests: Add type hint for nbd module
` [PATCH 2/4] python/qmp: remove Server.wait_closed() call for Python 3.12
` [PATCH 3/4] configure: fix error message to say Python 3.8
` [PATCH 4/4] Python: Enable python3.12 support
[PATCH] hw/display: fix memleak from virtio_add_resource
2023-10-06 20:39 UTC
[PATCH] hw/ppc: Add nest1 chiplet control scoms
2023-10-06 16:34 UTC
[PATCH 0/4] vhost-user-blk: live resize additional APIs
2023-10-06 20:20 UTC (5+ messages)
` [PATCH 1/4] vhost-user-blk: simplify and fix vhost_user_blk_handle_config_change
` [PATCH 2/4] qapi: introduce device-sync-config
` [PATCH 3/4] qapi: device-sync-config: check runstate
` [PATCH 4/4] qapi: introduce CONFIG_READ event
[v3] Help wanted for enabling -Wshadow=local
2023-10-06 19:08 UTC (5+ messages)
[Stable-8.1.2 00/57] Patch Round-up for stable 8.1.2, freeze on 2023-10-14
2023-10-06 18:14 UTC (13+ messages)
` [Stable-8.1.2 46/57] subprojects/berkeley-testfloat-3: Update to fix a problem with compiler warnings
` [Stable-8.1.2 47/57] target/i386: generalize operand size "ph" for use in CVTPS2PD
` [Stable-8.1.2 48/57] target/i386: fix memory operand size for CVTPS2PD
` [Stable-8.1.2 49/57] win32: avoid discarding the exception handler
` [Stable-8.1.2 50/57] hw/display/ramfb: plug slight guest-triggerable leak on mode setting
` [Stable-8.1.2 51/57] chardev/char-pty: Avoid losing bytes when the other side just (re-)connected
` [Stable-8.1.2 52/57] linux-user/hppa: Fix struct target_sigcontext layout
` [Stable-8.1.2 53/57] vdpa net: zero vhost_vdpa iova_tree pointer at cleanup
` [Stable-8.1.2 54/57] vdpa net: fix error message setting virtio status
` [Stable-8.1.2 55/57] vdpa net: stop probing if cannot set features
` [Stable-8.1.2 56/57] vdpa net: follow VirtIO initialization properly at cvq isolation probing
` [Stable-8.1.2 57/57] amd_iommu: Fix APIC address check
[PATCH v2 00/21] Graph locking part 4 (node management)
2023-10-06 18:10 UTC (5+ messages)
` [PATCH v2 03/21] preallocate: Don't poll during permission updates
[PATCH v4 00/15] vfio: VFIO migration support with vIOMMU
2023-10-06 17:59 UTC (12+ messages)
` [PATCH v4 01/15] hw/pci: Add a pci_setup_iommu_ops() helper
` [PATCH v4 05/15] memory/iommu: Add IOMMU_ATTR_DMA_TRANSLATION attribute
` [PATCH v4 07/15] vfio/common: Track whether DMA Translation is enabled on the vIOMMU
[PATCH v7 00/15] iotests: use vm.cmd()
2023-10-06 17:42 UTC (19+ messages)
` [PATCH v7 01/15] python/qemu/qmp/legacy: cmd(): drop cmd_id unused argument
` [PATCH v7 02/15] qmp_shell.py: _fill_completion() use .command() instead of .cmd()
` [PATCH v7 03/15] scripts/cpu-x86-uarch-abi.py: "
` [PATCH v7 04/15] python: rename QEMUMonitorProtocol.cmd() to cmd_raw()
` [PATCH v7 05/15] python/qemu: rename command() to cmd()
` [PATCH v7 06/15] python/machine.py: upgrade vm.cmd() method
` [PATCH v7 07/15] iotests: QemuStorageDaemon: add cmd() method like in QEMUMachine
` [PATCH v7 08/15] iotests: add some missed checks of qmp result
` [PATCH v7 09/15] iotests: refactor some common qmp result checks into generic pattern
` [PATCH v7 10/15] iotests: drop some extra semicolons
` [PATCH v7 11/15] iotests: drop some extra ** in qmp() call
` [PATCH v7 12/15] iotests.py: pause_job(): drop return value
` [PATCH v7 13/15] tests/vm/basevm.py: use cmd() instead of qmp()
` [PATCH v7 14/15] scripts: add python_qmp_updater.py
` [PATCH v7 15/15] python: use vm.cmd() instead of vm.qmp() where appropriate
[PATCH] contrib/vhost-user-gpu: Fix compiler warning when compiling with -Wshadow
2023-10-06 17:35 UTC
[PATCH] hw/virtio/virtio-gpu: Fix compiler warning when compiling with -Wshadow
2023-10-06 16:45 UTC
[PATCH v4 00/21] Support smp.clusters for x86 in QEMU
2023-10-06 16:36 UTC (6+ messages)
` [PATCH v4 21/21] i386: Add new property to control L2 cache topo in CPUID.04H
Introduce: Storage stability testing and DATA consistency verifying tools and system
2023-10-06 16:02 UTC
[PATCH v2 0/3] hexagon: GETPC() and shadowing fixes
2023-10-06 16:00 UTC (5+ messages)
` [PATCH v2 2/3] target/hexagon: fix some occurrences of -Wshadow=local
` [PATCH v2 3/3] target/hexagon: avoid shadowing globals
[PATCH v3 0/4] block: clean up coroutine versions of bdrv_{is_allocated, block_status}*
2023-10-06 15:58 UTC (2+ messages)
` [PATCH v3 0/4] block: clean up coroutine versions of bdrv_{is_allocated,block_status}*
[PATCH 0/5] migration: Downtime observability improvements
2023-10-06 14:27 UTC (10+ messages)
` [PATCH 4/5] migration: Provide QMP access to downtime stats
` [PATCH 5/5] migration: Print expected-downtime on completion
[PATCH v2 00/10] riscv: RVA22U64 profile support
2023-10-06 13:21 UTC (11+ messages)
` [PATCH v2 01/10] target/riscv/cpu.c: add zicntr extension flag
` [PATCH v2 02/10] target/riscv/cpu.c: add zihpm "
` [PATCH v2 03/10] target/riscv: add rva22u64 profile definition
` [PATCH v2 04/10] target/riscv/kvm: add 'rva22u64' flag as unavailable
` [PATCH v2 05/10] target/riscv/tcg: add user flag for profile support
` [PATCH v2 06/10] target/riscv/tcg: commit profiles during realize()
` [PATCH v2 07/10] target/riscv/tcg: add MISA user options hash
` [PATCH v2 08/10] target/riscv/tcg: add riscv_cpu_write_misa_bit()
` [PATCH v2 09/10] target/riscv/tcg: handle MISA bits on profile commit
` [PATCH v2 10/10] target/riscv/tcg: add hash table insert helpers
[PATCH v2 0/9] tests/migration-test: Allow testing older machine types
2023-10-06 12:39 UTC (10+ messages)
` [PATCH v2 1/9] tests/qtest: Allow qtest_qemu_binary to use a custom environment variable
` [PATCH v2 2/9] tests/qtest: Introduce qtest_init_with_env
` [PATCH v2 3/9] tests/qtest: Allow qtest_get_machines to use an alternate QEMU binary
` [PATCH v2 4/9] tests/qtest: Introduce qtest_has_machine_with_env
` [PATCH v2 5/9] tests/qtest: Introduce qtest_resolve_machine_alias
` [PATCH v2 6/9] tests/qtest/migration: Introduce find_common_machine_version
` [PATCH v2 7/9] tests/qtest/migration: Define a machine for all architectures
` [PATCH v2 8/9] tests/qtest/migration: Support more than one QEMU binary
` [PATCH v2 9/9] tests/qtest: Don't print messages from query instances
deadlock when using iothread during backup_clean()
2023-10-06 12:18 UTC (5+ messages)
[PATCH] libvhost-user: Fix compiler warning with -Wshadow=local
2023-10-06 12:11 UTC
[RFC] Proposal of QEMU PCI Endpoint test environment
2023-10-06 12:07 UTC (6+ messages)
[PULL 00/32] -Wshadow=local patches patches for 2023-10-06
2023-10-06 11:36 UTC (28+ messages)
` [PULL 01/32] hw/cxl: Fix local variable shadowing of cap_hdrs
` [PULL 02/32] target/loongarch: Clean up local variable shadowing
` [PULL 04/32] hw/i386: changes towards enabling -Wshadow=local for x86 machines
` [PULL 05/32] audio/ossaudio: Fix compiler warning with -Wshadow
` [PULL 06/32] hw/net/vhost_net: Silence compiler warning when compiling "
` [PULL 07/32] hw/virtio/virtio-pci: Avoid compiler warning "
` [PULL 08/32] hw/virtio/vhost: Silence compiler warnings in vhost code when using -Wshadow
` [PULL 09/32] dump: Silence compiler warning in dump code when compiling with -Wshadow
` [PULL 11/32] hw/ide/ahci: Clean up local variable shadowing
` [PULL 12/32] net/net: Clean up global "
` [PULL 13/32] os-posix: "
` [PULL 14/32] plugins/loader: "
` [PULL 15/32] qemu-img: "
` [PULL 16/32] qemu-io: "
` [PULL 17/32] qom/object_interfaces: "
` [PULL 20/32] util/cutils: Clean up global variable shadowing in get_relocated_path()
` [PULL 21/32] util/guest-random: Clean up global variable shadowing
` [PULL 22/32] semihosting/arm-compat: Clean up local "
` [PULL 23/32] softmmu/vl: Clean up global "
` [PULL 24/32] sysemu/tpm: "
` [PULL 25/32] trace/control: "
` [PULL 26/32] target/ppc: Clean up local variable shadowing in kvm_arch_*_registers()
` [PULL 28/32] linux-user/flatload: clean up local variable shadowing
` [PULL 29/32] linux-user/mmap.c: "
` [PULL 30/32] linux-user/syscall.c: clean up local variable shadowing in do_ioctl_dm()
` [PULL 31/32] linux-user/syscall.c: clean up local variable shadowing in TARGET_NR_getcpu
` [PULL 32/32] linux-user/syscall.c: clean up local variable shadowing in xattr syscalls
[PATCH] target/riscv: pmp: Clear pmp/smepmp bits on reset
2023-10-06 11:38 UTC (2+ messages)
[PATCH v2] pc-bios/meson.build: Silent unuseful DTC warnings
2023-10-06 11:40 UTC (7+ messages)
[PATCH v3 00/16] (few more) Steps towards enabling -Wshadow
2023-10-06 11:37 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).