qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-05 18:05:25 to 2023-07-06 11:35:47 UTC [more...]

[PULL 00/11] target-arm queue
 2023-07-06 11:35 UTC  (4+ messages)

[PATCH] linux-user: make sure brk(0) returns a page-aligned value
 2023-07-06 11:34 UTC 

[PATCH v3] target/ppc: Make checkstop actually stop the system
 2023-07-06 11:33 UTC  (6+ messages)

[PATCH v2 0/4] virtio-mem: Support "x-ignore-shared" migration
 2023-07-06 11:27 UTC  (13+ messages)
` [PATCH v2 1/4] softmmu/physmem: Warn with ram_block_discard_range() on MAP_PRIVATE file mapping
` [PATCH v2 2/4] virtio-mem: Skip most of virtio_mem_unplug_all() without plugged memory
` [PATCH v2 3/4] migration/ram: Expose ramblock_is_ignored() as migrate_ram_is_ignored()
` [PATCH v2 4/4] virtio-mem: Support "x-ignore-shared" migration

[PATCH v2] Hexagon: move GETPC() calls to top level helpers
 2023-07-06 11:22 UTC  (4+ messages)

[PATCH v2 00/14] PPC440 devices misc clean up
 2023-07-06 11:19 UTC  (23+ messages)
` [PATCH v2 01/14] ppc440: Change ppc460ex_pcie_init() parameter type
` [PATCH v2 02/14] ppc440: Add cpu link property to PCIe controller model
` [PATCH v2 03/14] ppc440: Add a macro to shorten PCIe controller DCR registration
` [PATCH v2 04/14] ppc440: Rename parent field of PPC460EXPCIEState to match code style
` [PATCH v2 05/14] ppc440: Rename local variable in dcr_read_pcie()
` [PATCH v2 06/14] ppc440: Stop using system io region for PCIe buses
` [PATCH v2 07/14] ppc/sam460ex: Remove address_space_mem local variable
` [PATCH v2 08/14] ppc440: Add busnum property to PCIe controller model
` [PATCH v2 09/14] ppc440: Remove ppc460ex_pcie_init legacy init function
` [PATCH v2 10/14] ppc4xx_pci: Rename QOM type name define
` [PATCH v2 11/14] ppc4xx_pci: Add define for ppc4xx-host-bridge type name
` [PATCH v2 12/14] ppc440_pcix: Rename QOM type define abd move it to common header
` [PATCH v2 13/14] ppc440_pcix: Don't use iomem for regs
` [PATCH v2 14/14] ppc440_pcix: Stop using system io region for PCI bus

[PATCH v3 0/4] PPC440 devices misc clean up
 2023-07-06 11:16 UTC  (10+ messages)
` [PATCH v3 1/4] ppc440_pcix: Stop using system io region for PCI bus
  ` [RESEND PATCH "
` [PATCH v3 2/4] ppc4xx_pci: Rename QOM type name define
  ` [RESEND PATCH "
` [PATCH v3 3/4] ppc4xx_pci: Add define for ppc4xx-host-bridge type name
  ` [RESEND PATCH "
` [PATCH v3 4/4] ppc440_pcix: Rename QOM type define abd move it to common header
  ` [RESEND PATCH "
` [RESEND PATCH v3 0/4] PPC440 devices misc clean up

[PATCH v3 0/3] vdpa: Return -EIO if device ack is VIRTIO_NET_ERR
 2023-07-06 11:03 UTC  (4+ messages)

[PATCH 0/4] QGA VSS Logging
 2023-07-06 10:58 UTC  (9+ messages)
` [PATCH 1/4] QGA VSS: Add wrapper to send log to debugger and stderr
` [PATCH 2/4] QGA VSS: Replace 'fprintf(stderr' with PRINT_DEBUG

[PATCH] target/riscv: Fix LMUL check to use minimum SEW
 2023-07-06 10:44 UTC 

[PATCH 00/21] q800: add support for booting MacOS Classic - part 2
 2023-07-06 10:34 UTC  (10+ messages)
` [PATCH 11/21] swim: add trace events for IWM and ISM registers
` [PATCH 14/21] mac_via: work around underflow in TimeDBRA timing loop in SETUPTIMEK

[PATCH 0/2] migration: trivialities
 2023-07-06 10:29 UTC  (3+ messages)
` [PATCH 1/2] migration: factor out "resume_requested" in qmp_migrate()
` [PATCH 2/2] migration: unexport migrate_fd_error()

[PATCH] target/arm: Avoid over-length shift in arm_cpu_sve_finalize() error case
 2023-07-06 10:27 UTC  (4+ messages)

[PATCH v9 00/20] target/riscv, KVM: fixes and enhancements
 2023-07-06 10:17 UTC  (21+ messages)
` [PATCH v9 01/20] target/riscv: skip features setup for KVM CPUs
` [PATCH v9 02/20] hw/riscv/virt.c: skip 'mmu-type' FDT if satp mode not set
` [PATCH v9 03/20] target/riscv/cpu.c: restrict 'mvendorid' value
` [PATCH v9 04/20] target/riscv/cpu.c: restrict 'mimpid' value
` [PATCH v9 05/20] target/riscv/cpu.c: restrict 'marchid' value
` [PATCH v9 06/20] target/riscv: use KVM scratch CPUs to init KVM properties
` [PATCH v9 07/20] target/riscv: read marchid/mimpid in kvm_riscv_init_machine_ids()
` [PATCH v9 08/20] target/riscv: handle mvendorid/marchid/mimpid for KVM CPUs
` [PATCH v9 09/20] linux-headers: Update to v6.4-rc1
` [PATCH v9 10/20] target/riscv/kvm.c: init 'misa_ext_mask' with scratch CPU
` [PATCH v9 11/20] target/riscv/cpu: add misa_ext_info_arr[]
` [PATCH v9 12/20] target/riscv: add KVM specific MISA properties
` [PATCH v9 13/20] target/riscv/kvm.c: update KVM MISA bits
` [PATCH v9 14/20] target/riscv/kvm.c: add multi-letter extension KVM properties
` [PATCH v9 15/20] target/riscv/cpu.c: add satp_mode properties earlier
` [PATCH v9 16/20] target/riscv/cpu.c: remove priv_ver check from riscv_isa_string_ext()
` [PATCH v9 17/20] target/riscv/cpu.c: create KVM mock properties
` [PATCH v9 18/20] target/riscv: update multi-letter extension KVM properties
` [PATCH v9 19/20] target/riscv/kvm.c: add kvmconfig_get_cfg_addr() helper
` [PATCH v9 20/20] target/riscv/kvm.c: read/write (cbom|cboz)_blocksize in KVM

[PATCH] docs/migration: Update postcopy bits
 2023-07-06 10:15 UTC  (2+ messages)

[PATCH v3] kconfig: Add PCIe devices to s390x machines
 2023-07-06 10:03 UTC  (5+ messages)

[PULL 0/2] 9p queue 2023-07-06
 2023-07-06  9:57 UTC  (3+ messages)
` [PULL 2/2] MAINTAINERS: raise status of 9p to 'Maintained'
` [PULL 1/2] 9pfs: deprecate 'proxy' backend

[PATCH v8 00/20] target/riscv, KVM: fixes and enhancements
 2023-07-06  9:37 UTC  (27+ messages)
` [PATCH v8 01/20] target/riscv: skip features setup for KVM CPUs
` [PATCH v8 02/20] hw/riscv/virt.c: skip 'mmu-type' FDT if satp mode not set
` [PATCH v8 03/20] target/riscv/cpu.c: restrict 'mvendorid' value
` [PATCH v8 04/20] target/riscv/cpu.c: restrict 'mimpid' value
` [PATCH v8 05/20] target/riscv/cpu.c: restrict 'marchid' value
` [PATCH v8 06/20] target/riscv: use KVM scratch CPUs to init KVM properties
` [PATCH v8 07/20] target/riscv: read marchid/mimpid in kvm_riscv_init_machine_ids()
` [PATCH v8 08/20] target/riscv: handle mvendorid/marchid/mimpid for KVM CPUs
` [PATCH v8 09/20] linux-headers: Update to v6.4-rc1
` [PATCH v8 10/20] target/riscv/kvm.c: init 'misa_ext_mask' with scratch CPU
` [PATCH v8 11/20] target/riscv/cpu: add misa_ext_info_arr[]
` [PATCH v8 12/20] target/riscv: add KVM specific MISA properties
` [PATCH v8 13/20] target/riscv/kvm.c: update KVM MISA bits
` [PATCH v8 14/20] target/riscv/kvm.c: add multi-letter extension KVM properties
` [PATCH v8 15/20] target/riscv/cpu.c: add satp_mode properties earlier
` [PATCH v8 16/20] target/riscv/cpu.c: remove priv_ver check from riscv_isa_string_ext()
` [PATCH v8 17/20] target/riscv/cpu.c: create KVM mock properties
` [PATCH v8 18/20] target/riscv: update multi-letter extension KVM properties
` [PATCH v8 19/20] target/riscv/kvm.c: add kvmconfig_get_cfg_addr() helper
` [PATCH v8 20/20] target/riscv/kvm.c: read/write (cbom|cboz)_blocksize in KVM

[PATCH v2 0/2] VIRTIO-IOMMU/VFIO page size related fixes
 2023-07-06  9:25 UTC  (3+ messages)
` [PATCH v2 1/2] virtio-iommu: Fix 64kB host page size VFIO device assignment

[PATCH] meson.build: Remove the logic to link C code with the C++ linker
 2023-07-06  9:03 UTC  (4+ messages)

[PATCH 0/2] VIRTIO-IOMMU/VFIO page size related fixes
 2023-07-06  9:00 UTC  (12+ messages)
` [PATCH 1/2] virtio-iommu: Fix 64kB host page size VFIO device assignment
` [PATCH 2/2] virtio-iommu: Rework the trace in virtio_iommu_set_page_size_mask()

[PATCH] ppc/pnv: Log all unimp warnings with similar message
 2023-07-06  8:55 UTC  (3+ messages)

[PATCH v2] riscv: Generate devicetree only after machine initialization is complete
 2023-07-06  8:54 UTC  (2+ messages)

[PATCH v2 0/5] Migration deprecated parts
 2023-07-06  8:49 UTC  (5+ messages)
` [PATCH v2 2/5] migration: migrate 'inc' command option is deprecated
` [PATCH v2 3/5] migration: migrate 'blk' "

[PATCH v4 0/2] migration: switchover-hold flag
 2023-07-06  8:40 UTC  (3+ messages)
` [PATCH v4 1/2] migration: switchover-hold parameter

[PATCH 0/3] qga: Add new option --allow-rpcs
 2023-07-06  8:30 UTC  (4+ messages)
` [PATCH 1/3] qga: Rename ga_disable_not_allowed -> ga_disable_not_allowed_freeze
` [PATCH 2/3] qga: Add new option --allow-rpcs
` [PATCH 3/3] qga: Add tests for --allow-rpcs option

[PATCH v2 00/46] Add LoongArch LASX instructions
 2023-07-06  8:19 UTC  (11+ messages)
` [PATCH v2 10/46] target/loongarch: Implement xvaddw/xvsubw
` [PATCH v2 11/46] target/loongarch: Implement xavg/xvagr
` [PATCH v2 12/46] target/loongarch: Implement xvabsd
` [PATCH v2 13/46] target/loongarch: Implement xvadda
` [PATCH v2 14/46] target/loongarch: Implement xvmax/xvmin

[RFC PATCH 0/5] QEMU v7.2.0 aarch64 Nested Virtualization Support
 2023-07-06  8:16 UTC  (3+ messages)
` [RFC PATCH 4/5] target/arm: enable feature ARM_FEATURE_EL2 if EL2 is supported

[PATCH v3] linux-user/syscall: Implement execve without execveat
 2023-07-06  8:07 UTC  (4+ messages)

[PATCH v3] target/ppc: Machine check on invalid real address access on POWER9/10
 2023-07-06  7:50 UTC  (3+ messages)

[PATCH v2 1/1] pcie: Add hotplug detect state register to cmask
 2023-07-06  7:37 UTC  (2+ messages)

[PATCH v2 0/2] ppc/pnv: Set P10 core xscom region size to match hardware
 2023-07-06  7:19 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] tests/qtest: Add xscom tests for powernv10 machine

[PATCH v1 0/4] virtio-mem: Support "x-ignore-shared" migration
 2023-07-06  7:19 UTC  (3+ messages)

[PATCH qemu v5] aspeed add montblanc bmc reference from fuji
 2023-07-06  6:27 UTC  (7+ messages)

[PATCH] ppc/pnv: Set P10 core xscom region size to match hardware
 2023-07-06  6:15 UTC  (5+ messages)

[PULL 0/1] Block patches
 2023-07-06  6:04 UTC  (2+ messages)

[PATCH v3 0/1] target/riscv: Add support for BF16 extensions
 2023-07-06  5:51 UTC  (3+ messages)
` [PATCH v3 1/1] target/riscv: Add disas "

[PATCH v2 0/6] Add new CPU model GraniteRapids
 2023-07-06  5:49 UTC  (7+ messages)
` [PATCH v2 1/6] target/i386: Add FEAT_7_1_EDX to adjust feature level
` [PATCH v2 2/6] target/i386: Add support for MCDT_NO in CPUID enumeration
` [PATCH v2 3/6] target/i386: Allow MCDT_NO if host supports
` [PATCH v2 4/6] target/i386: Add new bit definitions of MSR_IA32_ARCH_CAPABILITIES
` [PATCH v2 5/6] target/i386: Add few security fix bits in ARCH_CAPABILITIES into SapphireRapids CPU model
` [PATCH v2 6/6] target/i386: Add new CPU model GraniteRapids

Reducing vdpa migration downtime because of memory pin / maps
 2023-07-06  5:46 UTC  (9+ messages)

[PATCH 1/1] pcie: Add hotplug detect state register to w1cmask
 2023-07-06  4:19 UTC  (11+ messages)

[PATCH v8 0/6] test and QEMU fixes to ensure proper PCIE device usage
 2023-07-06  1:48 UTC  (3+ messages)
` [PATCH v8 5/6] hw/pci: warn when PCIe device is plugged into non-zero slot of downstream port

[PATCH] ui/gtk: set the area of the scanout texture correctly
 2023-07-05 23:17 UTC  (5+ messages)

[PATCH] virtio-gpu-udmabuf: replacing scanout_width/height with backing_width/height
 2023-07-05 22:46 UTC 

[PATCH v2 0/7] migration: Better error handling in return path thread
 2023-07-05 22:34 UTC  (11+ messages)
` [PATCH v2 2/7] migration: Let migrate_set_error() take ownership
` [PATCH v2 3/7] migration: Introduce migrate_has_error()
` [PATCH v2 6/7] qemufile: Always return a verbose error
` [PATCH v2 7/7] migration: Provide explicit error message for file shutdowns

[PATCH v1 00/23] Q35 support for Xen
 2023-07-05 22:24 UTC  (4+ messages)

[PATCH v2] hw/ide/piix: properly initialize the BMIBA register
 2023-07-05 21:52 UTC  (7+ messages)

[PATCH V3] migration: simplify blockers
 2023-07-05 21:42 UTC  (4+ messages)

[PATCH v2] net: add initial support for AF_XDP network backend
 2023-07-05 20:59 UTC 

[PATCH] target/arm: gdbstub: Guard M-profile code with CONFIG_TCG
 2023-07-05 20:38 UTC  (5+ messages)

[PATCH v7 00/20] target/riscv, KVM: fixes and enhancements
 2023-07-05 19:47 UTC  (4+ messages)
` [PATCH v7 14/20] target/riscv/kvm.c: add multi-letter extension KVM properties

[RESEND][PATCH v1 2/2] xen_arm: Initialize RAM and add hi/low memory regions
 2023-07-05 18:27 UTC  (3+ messages)
` [PATCH "

[PATCH] io: remove io watch if TLS channel is closed during handshake
 2023-07-05 18:17 UTC 


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