qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-06 20:22:56 to 2023-10-09 06:10:36 UTC [more...]

[PATCH v3 0/3] hexagon: GETPC() fixes, shadowing fixes
 2023-10-09  6:10 UTC  (5+ messages)
` [PATCH v3 1/3] target/hexagon: move GETPC() calls to top level helpers
` [PATCH v3 2/3] target/hexagon: fix some occurrences of -Wshadow=local
` [PATCH v3 3/3] target/hexagon: avoid shadowing globals

[PATCH v2 0/3] hexagon: GETPC() and shadowing fixes
 2023-10-09  6:09 UTC  (5+ messages)
` [PATCH v2 3/3] target/hexagon: avoid shadowing globals

[PATCH] hw/virtio/vhost: Silence compiler warnings in vhost code when using -Wshadow
 2023-10-09  6:02 UTC  (7+ messages)

[PATCH v8 0/5] Implement reconnect for vhost-user-scsi
 2023-10-09  4:47 UTC  (6+ messages)
` [PATCH v8 1/5] vhost-user-common: send get_inflight_fd once
` [PATCH v8 2/5] vhost: move and rename the conn retry times
` [PATCH v8 3/5] vhost-user-scsi: support reconnect to backend
` [PATCH v8 4/5] vhost-user-scsi: start vhost when guest kicks
` [PATCH v8 5/5] vhost-user: fix lost reconnect

[PATCH v7 0/5] Implement reconnect for vhost-user-scsi
 2023-10-09  4:34 UTC  (8+ messages)
` [PATCH v7 1/5] vhost-user-common: send get_inflight_fd once
` [PATCH v7 2/5] vhost: move and rename the conn retry times
` [PATCH v7 3/5] vhost-user-scsi: support reconnect to backend
` [PATCH v7 4/5] vhost-user-scsi: start vhost when guest kicks
` [PATCH v7 5/5] vhost-user: fix lost reconnect

[PATCH 0/2] riscv: add extension properties for all cpus
 2023-10-09  2:37 UTC  (4+ messages)
` [PATCH 2/2] target/riscv/tcg-cpu.c: "

[PATCH 0/6] riscv: RVA22U64 profile support
 2023-10-09  2:32 UTC  (7+ messages)

[PATCH 0/3] vfio: memory leak fix and code cleanup
 2023-10-09  2:20 UTC  (4+ messages)
` [PATCH 1/3] vfio/pci: Fix a potential memory leak in vfio_listener_region_add
` [PATCH 2/3] vfio/ap: Remove pointless apdev variable
` [PATCH 3/3] vfio/ccw: Remove redundant definition of TYPE_VFIO_CCW

[PATCH] target/riscv: deprecate capital 'Z' CPU properties
 2023-10-09  1:39 UTC  (4+ messages)

[PATCH v2] target/riscv: pmp: Ignore writes when RW=01
 2023-10-09  1:25 UTC  (3+ messages)

[PATCH v4 00/15] Prerequisite changes for IOMMUFD support
 2023-10-09  1:25 UTC  (5+ messages)
` [PATCH v4 10/15] vfio/ccw: Use vfio_[attach/detach]_device

[PATCH v3 0/5] Risc-V/gdb: replace exit calls with proper shutdown
 2023-10-09  1:21 UTC  (5+ messages)
` [PATCH v3 4/5] hw/char: riscv_htif: "

[PATCH] target/riscv/tcg: remove RVG warning
 2023-10-09  1:19 UTC  (3+ messages)

[PATCH 0/2] riscv, kvm: support KVM_GET_REG_LIST
 2023-10-09  1:14 UTC  (2+ messages)

[PATCH v2 0/2] riscv, kvm: support KVM_GET_REG_LIST
 2023-10-09  1:13 UTC  (5+ messages)
` [PATCH v2 1/2] target/riscv/kvm: improve 'init_multiext_cfg' error msg
` [PATCH v2 2/2] target/riscv/kvm: support KVM_GET_REG_LIST

[PATCH 0/3] Support discontinuous PMU counters
 2023-10-09  0:57 UTC  (7+ messages)
` [PATCH 1/3] target/riscv: Propagate error from PMU setup
` [PATCH 2/3] target/riscv: Support discontinuous PMU counters

[PATCH v2] target/riscv: Use a direct cast for better performance
 2023-10-08 21:50 UTC  (2+ messages)

[PATCH 0/3] hvf x86 correctness and efficiency improvements
 2023-10-08 19:29 UTC  (8+ messages)
` [PATCH 1/3] i386: hvf: Adds support for INVTSC cpuid bit
` [PATCH 2/3] i386: hvf: In kick_vcpu use hv_vcpu_interrupt to force exit

[PATCH 0/3] Add emulation of AmigaOne XE board
 2023-10-08 18:08 UTC  (9+ messages)
` [PATCH 1/3] via-ide: Fix legacy mode emulation
` [PATCH 2/3] hw/pci-host: Add emulation of Mai Logic Articia S

[PATCH v8 00/29] Consolidate PIIX south bridges
 2023-10-08 17:56 UTC  (31+ 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 10/29] hw/i386/pc: Wire RTC ISA IRQs in south bridges
` [PATCH v8 11/29] hw/isa/piix3: Create IDE controller in host device
` [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 22/29] hw/isa/piix: Harmonize names of reset control memory regions
` [PATCH v8 23/29] hw/isa/piix: Share PIIX3's base class with PIIX4
` [PATCH v8 24/29] hw/isa/piix: Reuse PIIX3 base class' realize method in 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 28/29] hw/isa/piix: Implement multi-process QEMU support also for PIIX4
` [PATCH v8 29/29] hw/i386/pc_piix: Make PIIX4 south bridge usable in PC machine

[PATCH 00/19] parallels: Add full dirty bitmap support
 2023-10-08 13:54 UTC  (8+ messages)
` [PATCH 15/19] parallels: Remove unnecessary data_end field

[PATCH QEMU] tulip: Fix LXT970 PHY registers
 2023-10-08  6:54 UTC 

[PATCH QEMU] tulip: Fix LXT970 PHY registers
 2023-10-08  6:54 UTC 

[PATCH] hw/virtio/virtio-gpu: Fix compiler warning when compiling with -Wshadow
 2023-10-08 11:49 UTC  (4+ messages)

[PATCH] migration: Use g_autofree to simplify ram_dirty_bitmap_reload()
 2023-10-08 11:40 UTC 

[PATCH v3 00/10] migration: Better error handling in rp thread, allow failures in recover
 2023-10-08 11:39 UTC  (5+ messages)
` [PATCH v3 03/10] migration: Refactor error handling in source return path

[PATCH] contrib/vhost-user-gpu: Fix compiler warning when compiling with -Wshadow
 2023-10-08  8:58 UTC  (4+ messages)

[PATCH] vhost-user-scsi: support reconnect to backend
 2023-10-08  8:53 UTC  (12+ messages)
` [PATCH v6 0/5] Implement reconnect for vhost-user-scsi
  ` [PATCH v6 1/5] vhost-user-common: send get_inflight_fd once
  ` [PATCH v6 3/5] vhost-user-scsi: support reconnect to backend

[PULL 0/2] loongarch-to-apply queue
 2023-10-08  7:03 UTC  (3+ messages)
` [PULL 1/2] target/loongarch: fix ASXE flag conflict
` [PULL 2/2] target/loongarch: Add preldx instruction

[PULL 00/20] Q800 for 8.2 patches
 2023-10-08  6:23 UTC  (21+ messages)
` [PULL 01/20] q800-glue.c: convert to Resettable interface
` [PULL 02/20] q800: add djMEMC memory controller
` [PULL 03/20] q800: add machine id register
` [PULL 04/20] q800: implement additional machine id bits on VIA1 port A
` [PULL 05/20] q800: add IOSB subsystem
` [PULL 06/20] q800: allow accesses to RAM area even if less memory is available
` [PULL 07/20] audio: add Apple Sound Chip (ASC) emulation
` [PULL 08/20] asc: generate silence if FIFO empty but engine still running
` [PULL 09/20] q800: add Apple Sound Chip (ASC) audio to machine
` [PULL 10/20] q800: add easc bool machine class property to switch between ASC and EASC
` [PULL 11/20] swim: add trace events for IWM and ISM registers
` [PULL 12/20] swim: split into separate IWM and ISM register blocks
` [PULL 13/20] swim: update IWM/ISM register block decoding
` [PULL 14/20] mac_via: work around underflow in TimeDBRA timing loop in SETUPTIMEK
` [PULL 15/20] mac_via: workaround NetBSD ADB bus enumeration issue
` [PULL 16/20] mac_via: implement ADB_STATE_IDLE state if shift register in input mode
` [PULL 17/20] mac_via: always clear ADB interrupt when switching to A/UX mode
` [PULL 18/20] q800: add ESCC alias at 0xc000
` [PULL 19/20] q800: add alias for MacOS toolbox ROM at 0x40000000
` [PULL 20/20] mac_via: extend timer calibration hack to work with A/UX

[PATCH 1/6] tap: Fix virtio-net header buffer size
 2023-10-08  6:25 UTC  (7+ messages)
` [PATCH 2/6] virtio-net: Copy header only when necessary
` [PATCH 3/6] virtio-net: Disable RSS on reset
` [PATCH 4/6] virtio-net: Unify the logic to update NIC state for RSS
` [PATCH 5/6] virtio-net: Return an error when vhost cannot enable RSS
` [PATCH 6/6] virtio-net: Do not clear VIRTIO_NET_F_RSS

[PATCH] libvhost-user: Fix compiler warning with -Wshadow=local
 2023-10-08  6:21 UTC  (2+ messages)

[PULL 00/26] Audio, source reorg, HVF changes for 2023-10-06
 2023-10-08  6:13 UTC  (2+ messages)

[RFC PATCH 1/4] net: Allow to offload virtio-net hashing
 2023-10-08  5:42 UTC  (4+ messages)
` [RFC PATCH 2/4] virtio-net: Offload hashing without eBPF
` [RFC PATCH 3/4] virtio-net: Add hash type options
` [RFC PATCH 4/4] docs/devel/ebpf_rss.rst: Update for kernel RSS

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

[PATCH v2] virtio: use shadow_avail_idx while checking number of heads
 2023-10-08  5:17 UTC  (2+ messages)

[PATCH] target/loongarch: fix ASXE flag conflict
 2023-10-08  3:58 UTC  (3+ messages)

[RFC PATCH v2 00/21] QEMU gmem implemention
 2023-10-08  2:59 UTC  (6+ messages)
` [RFC PATCH v2 02/21] RAMBlock: Add support of KVM private gmem

[PATCH v4 0/8] vdpa: Send all CVQ state load commands in parallel
 2023-10-08  2:24 UTC  (13+ messages)
` [PATCH v4 3/8] vhost: Expose vhost_svq_available_slots()
` [PATCH v4 4/8] vdpa: Avoid using vhost_vdpa_net_load_*() outside vhost_vdpa_net_load()
` [PATCH v4 7/8] vdpa: Introduce cursors to vhost_vdpa_net_loadx()
` [PATCH v4 8/8] vdpa: Send cvq state load commands in parallel

On integrating LoongArch EDK2 firmware into QEMU build process
 2023-10-08  1:09 UTC  (4+ messages)

[PATCH v4 0/8] vhost-user: Back-end state migration
 2023-10-07 21:29 UTC  (23+ 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] "

[PULL 33/63] hw/cxl: Add QTG _DSM support for ACPI0017 device
 2023-10-07 21:17 UTC  (7+ messages)
` [PATCH v3] "

[PATCH v2 0/3] acpi: report numa nodes for device memory using GI
 2023-10-07 20:17 UTC  (4+ messages)
` [PATCH v2 1/3] qom: new object to associate device to numa node
` [PATCH v2 2/3] hw/acpi: Implement the SRAT GI affinity structure
` [PATCH v2 3/3] qom: Link multiple numa nodes to device using a new object

[PATCH v11 00/10] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
 2023-10-07 16:56 UTC  (16+ messages)
` [PATCH v11 02/10] migration: convert migration 'uri' into 'MigrateAddress'
` [PATCH v11 05/10] migration: convert exec backend to accept MigrateAddress
` [PATCH v11 08/10] migration: Implement MigrateChannelList to qmp migration flow
` [PATCH v11 09/10] migration: Implement MigrateChannelList to hmp "

[PULL 00/21] vfio queue
 2023-10-07 15:33 UTC  (9+ messages)

[PATCH] target/riscv: Use a direct cast for better performance
 2023-10-07 12:08 UTC  (3+ 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  (3+ 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

Introduce: Storage stability testing and DATA consistency verifying tools and system
 2023-10-07  1:46 UTC 

[PATCH v3] hw/cxl: Add QTG _DSM support for ACPI0017 device
 2023-10-06 22:15 UTC  (2+ messages)
` [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  (2+ messages)
` [PATCH 1/4] vhost-user-blk: simplify and fix vhost_user_blk_handle_config_change


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).