qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-02 05:34:20 to 2024-01-03 17:30:03 UTC [more...]

[PATCH] docs: use "buses" rather than "busses"
 2024-01-03 17:28 UTC 

[PATCH] tests/unit/test-qga: do not qualify executable paths
 2024-01-03 17:00 UTC  (2+ messages)

[PATCH] hw/vfio: fix iteration over global VFIODevice list
 2024-01-03 16:19 UTC  (5+ messages)

[PATCH v2 0/3] Add "num-prio-bits" property for Cortex-M devices
 2024-01-03 15:53 UTC  (4+ messages)
` [PATCH v2 1/3] hw/intc/armv7m_nvic: add "num-prio-bits" property
` [PATCH v2 2/3] hw/arm/armv7m: alias the NVIC "
` [PATCH v2 3/3] hw/arm/socs: configure priority bits for existing SOCs

[PATCH] pc-bios/optionrom: Fix pvh.img ld build failure on fedora rawhide
 2024-01-03 15:44 UTC  (3+ messages)
  `  "

[PATCH v3 00/33] linux-user: Improve host and guest page size handling
 2024-01-03 15:32 UTC  (13+ messages)
` [PATCH v3 01/33] accel/tcg: Remove qemu_host_page_size from page_protect/page_unprotect
` [PATCH v3 12/33] hw/tpm: Remove HOST_PAGE_ALIGN from tpm_ppi_init
` [PATCH v3 13/33] softmmu/physmem: Remove qemu_host_page_size
` [PATCH v3 15/33] linux-user: Remove qemu_host_page_size from main
` [PATCH v3 26/33] *-user: Deprecate and disable -p pagesize
` [PATCH v3 31/33] linux-user: Bound mmap_min_addr by host page size

[PATCH V6 00/14] fix migration of suspended runstate
 2024-01-03 14:47 UTC  (8+ messages)
` [PATCH V6 03/14] cpus: stop vm in "

[PATCH v2] scripts/checkpatch: Support codespell checking
 2024-01-03 14:36 UTC  (3+ messages)

chacha20-s390 broken in 8.2.0 in TCG on s390x
 2024-01-03 14:37 UTC  (6+ messages)

[PATCH] softmmu: remove obsolete comment about libvirt timeouts
 2024-01-03 14:49 UTC  (2+ messages)

[PATCH trivial] chardev/char.c: fix "abstract device type" error message
 2024-01-03 14:16 UTC  (2+ messages)

[PATCH 0/2] Cleanup unused included header in core.c & cluster.c
 2024-01-03 14:13 UTC  (4+ messages)
` [PATCH 2/2] hw/cpu/cluster: Cleanup unused included header in cluster.c

[PATCH] ui: drop VNC feature _MASK constants
 2024-01-03 13:57 UTC  (3+ messages)

[PATCH 0/2] backends/iommufd: Remove mutex
 2024-01-03 13:43 UTC  (6+ messages)
` [PATCH 1/2] backends/iommufd: Remove check on number of backend users
` [PATCH 2/2] backends/iommufd: Remove mutex

[RFC 0/3] aio-posix: call ->poll_end() when removing AioHandler
 2024-01-03 13:35 UTC  (6+ messages)

[PATCH v3 0/4] virtio: Refactor vhost input stub
 2024-01-03 13:25 UTC  (4+ messages)

[PATCH 00/20] tcg: vector improvements
 2024-01-03 13:21 UTC  (3+ messages)
` [PATCH 04/20] tcg/s390x: Implement vector NAND, NOR, EQV

[PATCH v2 0/2] topic: meson: add more compiler hardening flags
 2024-01-03 12:34 UTC  (3+ messages)
` [PATCH v2 1/2] meson: mitigate against ROP exploits with -fzero-call-used-regs
` [PATCH v2 2/2] meson: mitigate against use of uninitialize stack for exploits

[PATCH] qtest: use correct boolean type for failover property
 2024-01-03 12:30 UTC 

[PATCH v2 00/12] hw/isa/vt82c686: Implement relocation and toggling of SuperI/O functions
 2024-01-03 12:26 UTC  (7+ messages)
` [PATCH v2 12/12] "

[PATCH v3 0/2] Introduce SPAPR_IRQ_NR_IPIS and fix max-cpus
 2024-01-03 12:23 UTC  (11+ messages)
` [PATCH v3 1/2] ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs
` [PATCH v3 2/2] ppc/spapr: Initialize max_cpus limit to SPAPR_IRQ_NR_IPIS

[PATCH v2] qemu_init: increase NOFILE soft limit on POSIX
 2024-01-03 12:19 UTC  (2+ messages)

[PATCH] docs/system: Document running Linux on amigaone machine
 2024-01-03 12:00 UTC  (6+ messages)

QEMU developers call
 2024-01-03 11:57 UTC  (3+ messages)

[PATCH] edu: fix DMA range upper bound check
 2024-01-03 11:51 UTC  (2+ messages)

[PATCH for 8.2.1] hw/net: cadence_gem: Fix MDIO_OP_xxx values
 2024-01-03 11:48 UTC  (5+ messages)

[PATCH v3 0/2] block: commit/stream: Allow users to request only format driver names in backing file format
 2024-01-03 11:38 UTC  (2+ messages)

[PATCH trivial] audio/audio.c: remove trailing newline in error_setg
 2024-01-03 11:32 UTC  (2+ messages)

[PATCH for 9.0 00/12] Map memory at destination .load_setup in vDPA-net migration
 2024-01-03 11:11 UTC  (12+ messages)
` [PATCH for 9.0 08/12] vdpa: add vhost_vdpa_load_setup

[PATCH v3 0/2] target/i386: add support for LAM
 2024-01-03  9:25 UTC  (4+ messages)
` [PATCH v3 2/2] target/i386: add control bits "

[PATCH 00/33] hw/cpu/arm: Remove one use of qemu_get_cpu() in A7/A15 MPCore priv
 2024-01-03  9:19 UTC  (29+ messages)
` [PATCH 01/33] hw/arm/boot: Propagate vCPU to arm_load_dtb()
` [PATCH 02/33] hw/arm/fsl-imx6: Add a local 'gic' variable
` [PATCH 03/33] hw/arm/fsl-imx6ul: "
` [PATCH 04/33] hw/arm/fsl-imx7: "
` [PATCH 05/33] hw/cpu: Remove dead Kconfig
` [PATCH 06/33] hw/cpu/arm: Rename 'busdev' -> 'gicsbd' in a15mp_priv_realize()
` [PATCH 07/33] hw/cpu/arm: Alias 'num-cpu' property on TYPE_REALVIEW_MPCORE
` [PATCH 08/33] hw/cpu/arm: Declare CPU QOM types using DEFINE_TYPES() macro
` [PATCH 09/33] hw/cpu/arm: Merge {a9mpcore.h, a15mpcore.h} as cortex_mpcore.h
` [PATCH 10/33] hw/cpu/arm: Introduce abstract CORTEX_MPCORE_PRIV QOM type
` [PATCH 11/33] hw/cpu/arm: Have A9MPCORE/A15MPCORE inheritate common CORTEX_MPCORE_PRIV
` [PATCH 12/33] hw/cpu/arm: Create MPCore container in QOM parent

[RFC PATCH 0/5] qdev-properties: Try to improve use of dynamic property introspection
 2024-01-03  9:12 UTC  (8+ messages)
` [RFC PATCH 1/5] qdev-properties: Add qdev_property_del_static()
` [RFC PATCH 2/5] qdev-properties: Add OptionalBool QAPI type
` [RFC PATCH 3/5] hw/arm/armv7m: Convert ARMv7MState::vfp from bool to OptionalBool
` [RFC PATCH 4/5] hw/arm/armv7m: Error if trying to set unavailable ARMCPU::vfp property
` [RFC PATCH 5/5] hw/arm/armv7m: Do not expose 'vfp' property if ARM CPU doesn't have it

[PATCH 0/2] Fix PIC interrupt handling of x86 CPUs if APIC is globally disabled
 2024-01-03  9:12 UTC  (5+ messages)
` [PATCH 1/2] hw/i386/x86: Fix PIC interrupt handling if APIC "
` [PATCH 2/2] target/i386/cpu: Fix small typo in comment

[PATCH v3 0/4] tests/vm/freebsd: Get up-to-date package list from lcitool
 2024-01-03  9:07 UTC  (10+ messages)
` [PATCH v3 2/4] tests/lcitool: Refresh generated files

[PULL 00/53] virtio,pc,pci: fixes, features, cleanups
 2024-01-03  8:51 UTC  (11+ messages)
` [PULL 31/53] hw/i386/pc: Default to use SMBIOS 3.0 for newer machine models

[PATCH v6 00/11] Support blob memory and venus on qemu
 2024-01-03  8:48 UTC  (27+ messages)
` [PATCH v6 01/11] linux-headers: Update to kernel headers to add venus capset
` [PATCH v6 03/11] virtio-gpu: Support context init feature with virglrenderer
` [PATCH v6 04/11] virtio-gpu: Don't require udmabuf when blobs and virgl are enabled
` [PATCH v6 05/11] virtio-gpu: Introduce virgl_gpu_resource structure
` [PATCH v6 07/11] virtio-gpu: Handle resource blob commands
` [PATCH v6 08/11] virtio-gpu: Resource UUID
` [PATCH v6 10/11] virtio-gpu: Initialize Venus

[PATCH 0/1] Leaving Red Hat
 2024-01-03  6:37 UTC  (4+ messages)
` [PATCH 1/1] Leaving Migration

[PATCH v3 0/9] Add loongarch kvm accel support
 2024-01-03  2:24 UTC  (16+ messages)
` [PATCH v3 1/9] linux-headers: Synchronize linux headers from linux v6.7.0-rc7
` [PATCH v3 2/9] target/loongarch: Define some kvm_arch interfaces
` [PATCH v3 3/9] target/loongarch: Supplement vcpu env initial when vcpu reset
` [PATCH v3 4/9] target/loongarch: Implement kvm get/set registers
` [PATCH v3 5/9] target/loongarch: Implement kvm_arch_init function
` [PATCH v3 6/9] target/loongarch: Implement kvm_arch_init_vcpu
` [PATCH v3 7/9] target/loongarch: Implement kvm_arch_handle_exit

[PATCH 0/2] Adjust the output of x-query-virtio-status
 2024-01-03  1:30 UTC  (4+ messages)
` [PATCH 1/2] qapi/virtio: Keep feature and status bits in the QMP output

[PATCH v2] target/i386: Fix CPUID encoding of Fn8000001E_ECX
 2024-01-02 23:17 UTC 

[PATCH v2 0/5] Make Big QEMU Lock naming consistent
 2024-01-02 21:37 UTC  (5+ messages)
` [PATCH v2 1/5] system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()

[PATCH] docs/devel: Document conventional file prefixes and suffixes
 2024-01-02 20:44 UTC  (2+ messages)

[PATCH v2 00/16] target/riscv: deprecate riscv_cpu_options[]
 2024-01-02 19:45 UTC  (8+ messages)
` [PATCH v2 08/16] target/riscv: move 'vlen' to riscv_cpu_properties[]
` [PATCH v2 10/16] target/riscv: create finalize_features() for KVM

[PATCH 00/11] migration: Misc cleanups and fixes
 2024-01-02 19:42 UTC  (25+ messages)
` [PATCH 01/11] migration: Remove migrate_max_downtime() declaration
` [PATCH 02/11] migration: Remove nulling of hostname in migrate_init()
` [PATCH 03/11] migration: Refactor migration_incoming_setup()
` [PATCH 04/11] migration: Remove errp parameter in migration_fd_process_incoming()
` [PATCH 05/11] migration/multifd: Fix error message in multifd_recv_initial_packet()
` [PATCH 06/11] migration/multifd: Simplify multifd_channel_connect() if else statement
` [PATCH 07/11] migration/multifd: Fix leaking of Error in TLS error flow
` [PATCH 08/11] migration/multifd: Remove error_setg() in migration_ioc_process_incoming()
` [PATCH 09/11] migration: Fix migration_channel_read_peek() error path
` [PATCH 10/11] migration: Remove unnecessary usage of local Error
` [PATCH 11/11] migration/multifd: "

Some thoughts and questions about CXL & MCE
 2024-01-02 17:29 UTC 

[PATCH 0/2] gitlab: Add config for Loongarch64 custom runner
 2024-01-02 17:22 UTC  (3+ messages)
` [PATCH 1/2] gitlab: Introduce Loongarch64 runner
` [NOTFORMERGE PATCH 2/2] gitlab: Add Loongarch64 KVM-only build

[PATCH v3 0/5] Make Big QEMU Lock naming consistent
 2024-01-02 16:05 UTC  (8+ messages)
` [PATCH v3 1/5] system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
` [PATCH v3 2/5] qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARD
` [PATCH v3 3/5] qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()
` [PATCH v3 4/5] Replace "iothread lock" with "BQL" in comments
` [PATCH v3 5/5] Rename "QEMU global mutex" to "BQL" in comments and docs

[PATCH 0/6] qemu-iotests fixes for Kevin's block tree
 2024-01-02 15:32 UTC  (3+ messages)
` [PATCH 5/6] nbd/server: only traverse NBDExport->clients from main loop thread

[PATCH 0/8] vga: improve emulation fidelity
 2024-01-02 15:13 UTC  (12+ messages)
` [PATCH 1/8] vga: remove unused macros
` [PATCH 2/8] vga: introduce VGADisplayParams
` [PATCH 5/8] vga: optimize horizontal pel panning in 256-color modes
` [PATCH 6/8] vga: reindent memory access code

[PATCH v13 00/26] riscv: RVA22 profiles support
 2024-01-02 15:12 UTC  (3+ messages)
  `  "

[PATCH] roms/opensbi: Upgrade from v1.3.1 to v1.4
 2024-01-02 15:11 UTC 

[PATCH v2 0/1] Implementation of resource_query_layout
 2024-01-02 13:39 UTC  (3+ messages)
` [PATCH v2 1/1] virgl: Implement resource_query_layout

[QEMU-devel][RFC PATCH 0/1] Introduce HostMemType for 'memory-backend-*'
 2024-01-02 13:03 UTC  (4+ messages)
` [QEMU-devel][RFC PATCH 1/1] backends/hostmem: qapi/qom: Add an ObjectOption for memory-backend-* called HostMemType and its arg 'cxlram'

[PATCH v6 0/2] acpi: report numa nodes for device memory using GI
 2024-01-02 12:58 UTC  (4+ messages)
` [PATCH v6 1/2] qom: new object to associate device to numa node

[RFC PATCH] hw/arm: Prefer arm_feature() over object_property_find()
 2024-01-02 12:28 UTC  (5+ messages)

[PATCH v2 1/2] target/loongarch/meson: move gdbstub.c to loongarch.ss
 2024-01-02 12:05 UTC  (5+ messages)
` [PATCH v2 2/2] target/loongarch: move translate modules to tcg/

PCIe with Designware RC
 2024-01-02 11:26 UTC  (2+ messages)

[PATCH] virtio-net: correctly copy vnet header when flushing TX
 2024-01-02 11:25 UTC  (3+ messages)

[PATCH] vhost_net: add NOTIFICATION_DATA and IN_ORDER feature bits to vdpa_feature_bits
 2024-01-02 11:14 UTC 

[PATCH] vfio/migration: Add helper function to set state or reset device
 2024-01-02 10:22 UTC  (4+ messages)

[PATCH] tcg/ppc: Use new registers for LQ destination
 2024-01-02 10:18 UTC  (2+ messages)

[PATCH] mailmap: Fix Stefan Weil author email again
 2024-01-02 10:10 UTC  (5+ messages)

Adding custom CSR to riscv-qemu
 2024-01-02  8:20 UTC 

[PATCH 0/2] hw/s390x/ccw: Cleanup basename() and dirname()
 2024-01-02  8:29 UTC  (5+ messages)
` [PATCH 1/2] hw/s390x/ccw: Replace basename() with g_path_get_basename()
` [PATCH 2/2] hw/s390x/ccw: Replace dirname() with g_path_get_dirname()

[PATCH] vfio/container: Rename vfio_init_container to vfio_set_iommu
 2024-01-02  8:16 UTC  (2+ messages)

[PATCH] vfio/iommufd: Remove the use of stat() to check file existence
 2024-01-02  8:10 UTC  (2+ messages)

[PATCH] vhost-user: add VIRTIO_F_IN_ORDER and VIRTIO_F_NOTIFICATION_DATA feature
 2024-01-02  5:56 UTC  (2+ messages)
      ` FW: "


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