qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-09 08:29:05 to 2021-09-10 07:42:37 UTC [more...]

[PATCH v9 00/16] machine: smp parsing fixes and improvement
 2021-09-10  7:30 UTC  (14+ messages)
` [PATCH v9 01/16] machine: Deprecate "parameter=0" SMP configurations
` [PATCH v9 02/16] machine: Minor refactor/fix for the smp parsers
` [PATCH v9 03/16] machine: Uniformly use maxcpus to calculate the omitted parameters
` [PATCH v9 04/16] machine: Set the value of cpus to match maxcpus if it's omitted
` [PATCH v9 05/16] machine: Improve the error reporting of smp parsing
` [PATCH v9 06/16] qtest/numa-test: Use detailed -smp CLIs in pc_dynamic_cpu_cfg
` [PATCH v9 08/16] machine: Prefer cores over sockets in smp parsing since 6.2
` [PATCH v9 09/16] machine: Use ms instead of global current_machine in sanity-check
` [PATCH v9 10/16] machine: Tweak the order of topology members in struct CpuTopology
` [PATCH v9 11/16] machine: Make smp_parse generic enough for all arches
` [PATCH v9 12/16] machine: Remove smp_parse callback from MachineClass
` [PATCH v9 13/16] machine: Move smp_prefer_sockets to struct SMPCompatProps
` [PATCH v9 14/16] machine: Put all sanity-check in the generic SMP parser

[PATCH v11 0/7] RISC-V Pointer Masking implementation
 2021-09-10  7:15 UTC  (11+ messages)
` [PATCH v11 1/7] [RISCV_PM] Add J-extension into RISC-V
` [PATCH v11 2/7] [RISCV_PM] Add CSR defines for RISC-V PM extension
` [PATCH v11 3/7] [RISCV_PM] Support CSRs required for RISC-V PM extension except for the h-mode
` [PATCH v11 4/7] [RISCV_PM] Print new PM CSRs in QEMU logs
` [PATCH v11 5/7] [RISCV_PM] Support pointer masking for RISC-V for i/c/f/d/a types of instructions
` [PATCH v11 6/7] [RISCV_PM] Implement address masking functions required for RISC-V Pointer Masking extension
` [PATCH v11 7/7] [RISCV_PM] Allow experimental J-ext to be turned on

Questions on setting guest CPU models with ARM kvm enabled
 2021-09-10  2:40 UTC 

[PULL 0/7] Migration.next patches
 2021-09-10  7:00 UTC  (17+ messages)
` [PULL 1/7] multifd: Implement yank for multifd send side
` [PULL 2/7] multifd: Unconditionally unregister yank function
` [PULL 3/7] migration/rdma: Try to register On-Demand Paging memory region
` [PULL 4/7] migration/rdma: advise prefetch write for ODP region
` [PULL 5/7] migration/ram: Don't passs RAMState to migration_clear_memory_region_dirty_bitmap_*()
` [PULL 6/7] migration: allow multifd for socket protocol only
` [PULL 7/7] migration: allow enabling mutilfd for specific "

[PATCH v3 0/2] enable fsdax rdma migration
 2021-09-10  7:02 UTC  (3+ messages)
` [PATCH v3 1/2] migration/rdma: Try to register On-Demand Paging memory region
` [PATCH v3 2/2] migration/rdma: advise prefetch write for ODP region

[PATCH 0/4] target/arm: Use TCG vector ops for MVE
 2021-09-10  6:46 UTC  (6+ messages)
` [PATCH 1/4] target/arm: Add TB flag for "MVE insns not predicated"

[PATCH] vhost-vsock: fix migration issue when seqpacket is supported
 2021-09-10  6:35 UTC  (5+ messages)

Implementing isochronous transfers in hw/hcd-ohci.c
 2021-09-10  6:12 UTC  (3+ messages)

[PATCH RFC v2 00/16] vfio-user implementation
 2021-09-10  6:07 UTC  (17+ messages)
` [PATCH RFC v2 04/16] vfio-user: connect vfio proxy to remote server
` [PATCH RFC v2 09/16] vfio-user: region read/write
` [PATCH RFC v2 11/16] vfio-user: get and set IRQs

[PATCH 0/4] hw/dma: Align SiFive PDMA behavior with real hardware
 2021-09-10  5:56 UTC  (5+ messages)
` [PATCH 1/4] hw/dma: sifive_pdma: reset Next* registers when Control.claim is set
` [PATCH 2/4] hw/dma: sifive_pdma: claim bit must be set before DMA transactions
` [PATCH 3/4] hw/dma: sifive_pdma: allow non-multiple transaction size transactions
` [PATCH 4/4] hw/dma: sifive_pdma: don't set Control.error if 0 bytes to transfer

[PATCH 0/2] hmp: Unbreak "change vnc", tidy up set_password's doc
 2021-09-10  5:29 UTC  (6+ messages)
` [PATCH 1/2] hmp: Unbreak "change vnc"
` [PATCH 2/2] hmp: Drop a bogus sentence from set_password's documentation

[PATCH] hw/misc: deprecate the 'sga' device
 2021-09-10  5:29 UTC  (2+ messages)

[PATCH v2] qemu-options: show -spice options only if #ifdef CONFIG_SPICE
 2021-09-10  4:40 UTC  (2+ messages)

[PATCH V3 00/10] vhost-vDPA multiqueue
 2021-09-10  1:49 UTC  (9+ messages)
` [PATCH V3 04/10] vhost-vdpa: let net_vhost_vdpa_init() returns NetClientState *
` [PATCH V3 05/10] net: introduce control client

[PATCH 0/5] ebpf: Added ebpf helper for libvirtd
 2021-09-10  1:37 UTC  (24+ messages)
` [PATCH 4/5] ebpf_rss_helper: Added helper for eBPF RSS
` [PATCH 5/5] qmp: Added qemu-ebpf-rss-path command

[RFC v3 00/32] Rust binding for QAPI and qemu-ga QMP handler examples
 2021-09-10  1:18 UTC  (14+ messages)
` [RFC v3 12/32] rust: provide a common crate for QEMU
` [RFC v3 13/32] rust: use vendored-sources

[PATCH 0/8] Handing IPMI for emulating BMC
 2021-09-10  0:53 UTC  (14+ messages)
` [PATCH 1/8] docs: enable sphinx blockdiag extension
` [PATCH 2/8] docs/specs: IPMI device emulation: main processor
` [PATCH 3/8] docs/specs: IPMI device emulation: BMC
` [PATCH 4/8] hw/ipmi: Refactor IPMI interface
` [PATCH 5/8] hw/ipmi: Take out common from ipmi_bmc_extern.c
` [PATCH 6/8] hw/ipmi: Move handle_command to IPMICoreClass
` [PATCH 7/8] hw/ipmi: Add an IPMI external host device
` [PATCH 8/8] hw/ipmi: Add a KCS Module for NPCM7XX

[PATCH 0/2] Require hypervisor privilege for tlbie[l] when PSR=0 and HR=1
 2021-09-09 20:34 UTC  (3+ messages)
` [PATCH 1/2] target/ppc: add LPCR[HR] to DisasContext and hflags
` [PATCH 2/2] target/ppc: Check privilege level based on PSR and LPCR[HR] in tlbie[l]

[ RFC v2 0/9] Improve PMU support
 2021-09-09 20:26 UTC  (10+ messages)
` [ RFC v2 1/9] target/riscv: Fix PMU CSR predicate function
` [ RFC v2 2/9] target/riscv: pmu: Rename the counters extension to pmu
` [ RFC v2 3/9] target/riscv: pmu: Make number of counters configurable
` [ RFC v2 4/9] target/riscv: Implement mcountinhibit CSR
` [ RFC v2 5/9] target/riscv: Add support for hpmcounters/hpmevents
` [ RFC v2 6/9] target/riscv: Support mcycle/minstret write operation
` [ RFC v2 7/9] target/riscv: Add sscofpmf extension support
` [ RFC v2 8/9] target/riscv: Add few cache related PMU events
` [ RFC v2 9/9] hw/riscv: virt: Add PMU DT node to the device tree

SMMU Stage 2 translation in QEMU
 2021-09-09 20:17 UTC 

[RFC PATCH 00/10] security: Introduce qemu_security_policy_taint() API
 2021-09-09 19:05 UTC  (16+ messages)
` [RFC PATCH 01/10] sysemu: "
` [RFC PATCH 02/10] accel: Use qemu_security_policy_taint(), mark KVM and Xen as safe
` [RFC PATCH 03/10] block: Use qemu_security_policy_taint() API
` [RFC PATCH 06/10] qdev: "

[PATCH] memory: remove incorrect RCU comment for address_space_read()
 2021-09-09 16:43 UTC  (3+ messages)

[PATCH v1 2/3] io: Add zerocopy and errqueue
 2021-09-09 16:40 UTC  (17+ messages)

[PATCH v3 0/6] qapi: Add support for aliases
 2021-09-09 16:39 UTC  (4+ messages)
` [PATCH v3 5/6] "

[PATCH v2 00/22] QEMU RISC-V AIA support
 2021-09-09 16:35 UTC  (4+ messages)
` [PATCH v2 04/22] target/riscv: Improve fidelity of guest external interrupts

[PULL 00/42] bsd-user updates to run hello world
 2021-09-09 16:31 UTC  (6+ messages)

[PATCH v2] hw/arm: Add support for kudo-bmc board
 2021-09-09 16:15 UTC  (2+ messages)

[PATCH] coroutine: resize pool periodically instead of limiting size
 2021-09-09 16:08 UTC  (7+ messages)

[PATCH v2 0/3] hw/arm/virt_acpi_build: Generate DBG2 table
 2021-09-09 15:41 UTC  (3+ messages)

[RFC PATCH 0/5] Make Intel PT configurable
 2021-09-09 14:41 UTC  (6+ messages)
` [RFC PATCH 1/5] target/i386: Print CPUID subleaf info for unsupported feature
` [RFC PATCH 2/5] target/i386: Introduce FeatureWordInfo for Intel PT CPUID leaf 0xD
` [RFC PATCH 3/5] target/i386: Enable host pass through of Intel PT
` [RFC PATCH 4/5] target/i386: Define specific PT feature set for IceLake-server and Snowridge
` [RFC PATCH 5/5] target/i386: Access MSR_IA32_RTIT_ADDRn based on guest CPUID configuration

[PATCH] docs: link to archived Fedora code of conduct
 2021-09-09 14:26 UTC 

[PATCH v2] net/colo: check vnet_hdr_support flag when using virtio-net
 2021-09-09 13:43 UTC  (5+ messages)

[PULL v4 00/43] (Mostly) x86 changes for 2021-09-06
 2021-09-09 13:33 UTC  (8+ messages)
` [PULL v4 21/43] i386: Update SGX CPUID info according to hardware/KVM/user input
` [PULL v4 35/43] Kconfig: Add CONFIG_SGX support

[PATCH 0/7] The HMP/QMP interfaces in Qemu SGX
 2021-09-09 13:25 UTC  (7+ messages)
` [PATCH 5/7] qmp: Add the qmp_query_sgx_capabilities()

[PATCH v0] machine: remove non existent device tuning
 2021-09-09 12:51 UTC 

[PATCH 0/2] RX target update
 2021-09-09 12:41 UTC  (5+ messages)
` [PATCH 1/2] target/rx: Fix helper definiton
` [PATCH 2/2] target/rx: gdbstub add acc register operation

[PATCH 00/10] aspeed/smc: Cleanups and QOMification
 2021-09-09 12:33 UTC  (4+ messages)
` [PATCH 01/10] aspeed/smc: Add watchdog Control/Status Registers

[PATCH] hw/rtc/pl031: Send RTC_CHANGE QMP event
 2021-09-09 12:24 UTC 

Application of QEMUTimer in short timing
 2021-09-09 12:21 UTC  (5+ messages)

[PATCH v3 00/15] PMU-EBB support for PPC64 TCG
 2021-09-09 11:47 UTC  (3+ messages)
` [PATCH v3 08/15] PPC64/TCG: Implement 'rfebb' instruction

[PATCH] hw/nvme: select first free NSID for legacy drive configuration
 2021-09-09 11:38 UTC  (3+ messages)

[PATCH] hw/nvme: reattach subsystem namespaces on hotplug
 2021-09-09 11:37 UTC  (3+ messages)

[PATCH v1 0/4] Increase default virtqueue size to improve performance
 2021-09-09 11:26 UTC  (11+ messages)
` [PATCH v1 2/4] virtio: increase virtuqueue size for virtio-scsi and virtio-blk

[RFC PATCH v1 0/3] PCIe Root complex event collector
 2021-09-09 11:02 UTC  (4+ messages)
` [RFC PATCH v1 1/3] hw/pci/pcie.c: modify PCIe Express capability for RCiEP and RCEC
` [RFC PATCH v1 2/3] hw/pci: Add PCIe RCEC support
` [RFC PATCH v1 3/3] docs: pcie: RCEC

[PATCH v2 0/1] hw/arm/aspeed: Initialize AST2600 UART clock selection registers
 2021-09-09 10:25 UTC  (5+ messages)
` [PATCH v2 1/1] "

qcow2 perfomance: read-only IO on the guest generates high write IO on the host
 2021-09-09 10:23 UTC  (3+ messages)

[PATCH 0/5] Stop adding HMP-only commands, allow QMP for all
 2021-09-09 10:01 UTC  (14+ messages)
` [PATCH 1/5] docs/devel: document expectations for QAPI data modelling for QMP
` [PATCH 3/5] target/i386: convert to use format_state instead of dump_state
` [PATCH 4/5] qapi: introduce x-query-registers QMP command

[PATCH] ebpf: only include in system emulators
 2021-09-09  9:51 UTC  (6+ messages)

[PULL for-6.1 00/11] hw/nvme fixes
 2021-09-09  9:43 UTC  (5+ messages)
` [PULL for-6.1 06/11] hw/nvme: fix controller hot unplugging

[PATCH] qemu-options.hx: remove -spice options from --help
 2021-09-09  9:42 UTC  (2+ messages)

[PATCH] hw/nvme: reattach subsystem namespaces on hotplug
 2021-09-09  9:39 UTC 

[PATCH] hw/display/ati_2d: Fix buffer overflow in ati_2d_blt (CVE-2021-3638)
 2021-09-09  9:32 UTC  (8+ messages)

[PATCH v4 0/1] hw/pflash_cfi01: Allow an administrator to reduce the memory consumption of flash devices
 2021-09-09  9:27 UTC  (3+ messages)
` [PATCH v4 1/1] hw/pflash_cfi01: Allow backing devices to be smaller than memory region


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