qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-24 09:17:15 to 2023-02-24 19:07:44 UTC [more...]

[PATCH v3 00/15] audio: improve callback interface for audio frontends
 2023-02-24 19:05 UTC  (13+ messages)
` [PATCH v3 01/15] audio: change type of mix_buf and conv_buf
` [PATCH v3 02/15] audio: change type and name of the resample buffer
` [PATCH v3 03/15] audio: make the resampling code greedy
` [PATCH v3 06/15] audio: rename variables in audio_pcm_sw_write()
` [PATCH v3 07/15] audio: don't misuse audio_pcm_sw_write()
` [PATCH v3 08/15] audio: remove unused noop_conv() function
` [PATCH v3 09/15] audio: make playback packet length calculation exact
` [PATCH v3 10/15] audio: replace the resampling loop in audio_pcm_sw_read()
` [PATCH v3 12/15] audio: make recording packet length calculation exact
` [PATCH v3 13/15] audio: handle leftover audio frame from upsampling
` [PATCH v3 14/15] audio/audio_template: substitute sw->hw with hw
` [PATCH v3 15/15] audio: remove sw->ratio

[PULL] Fourth RISC-V PR for QEMU 8.0, Attempt 2
 2023-02-24 18:59 UTC  (9+ messages)
` [PULL 1/8] hw/riscv: handle 32 bit CPUs kernel_entry in riscv_load_kernel()
` [PULL 2/8] hw/riscv/boot.c: consolidate all kernel init "
` [PULL 3/8] hw/riscv/boot.c: make riscv_load_initrd() static
` [PULL 4/8] target/riscv: Remove privileged spec version restriction for RVV
` [PULL 5/8] MAINTAINERS: Add some RISC-V reviewers
` [PULL 6/8] target/riscv: Smepmp: Skip applying default rules when address matches
` [PULL 7/8] target/riscv: avoid env_archcpu() in cpu_get_tb_cpu_state()
` [PULL 8/8] target/riscv: Fix vslide1up.vf and vslide1down.vf

[PATCH v5 0/8] hw/cxl: RAS error emulation and injection
 2023-02-24 19:02 UTC  (12+ messages)
` [PATCH v5 8/8] hw/mem/cxl_type3: Add CXL RAS Error Injection Support

[PULL 0/9] Fourth RISC-V PR for QEMU 8.0
 2023-02-24 19:01 UTC  (4+ messages)

[PULL 00/13] testing updates (gitlab, cirrus, docker, avocado, windows)
 2023-02-24 18:55 UTC  (2+ messages)

[PULL 00/12] Error reporting patches patches for 2023-02-23
 2023-02-24 18:50 UTC  (2+ messages)

[PULL 00/29] Block layer patches
 2023-02-24 18:50 UTC  (2+ messages)

[RFC QEMU] docs: vhost-user: Add custom memory mapping support
 2023-02-24 18:20 UTC  (2+ messages)

[PATCH 0/7] testing/next: docker.py removal and kaniko updates
 2023-02-24 18:08 UTC  (8+ messages)
` [PATCH 1/7] configure: expose the direct container command
` [PATCH 2/7] tests/dockerfiles: unify debian-toolchain references
` [PATCH 3/7] tests/lcitool: append user setting stanza to dockerfiles
` [PATCH 4/7] tests/docker: add USER stanzas to non-lci images
` [PATCH 5/7] tests/docker: use direct RUNC call to build containers
` [PATCH 6/7] tests/docker: use direct RUNC call to run test jobs
` [PATCH 7/7] tests/gitlab: use kaniko to build images

[PATCH v3 0/6] Python: Drop support for Python 3.6
 2023-02-24 18:04 UTC  (4+ messages)
` [PATCH v3 1/6] configure: Look for auxiliary Python installations

[PATCH 0/4] RISCVCPUConfig related cleanups
 2023-02-24 17:45 UTC  (5+ messages)
` [PATCH 1/4] target/riscv/csr.c: use env_archcpu() in ctr()
` [PATCH 2/4] target/riscv/csr.c: simplify mctr()
` [PATCH 3/4] target/riscv/csr.c: use riscv_cpu_cfg() to avoid env_cpu() pointers
` [PATCH 4/4] target/riscv/csr.c: avoid env_archcpu() usages when reading RISCVCPUConfig

question: QEMU guest with Virtiofs but without virtiofsd
 2023-02-24 17:23 UTC  (2+ messages)

[PATCH v16 00/11] s390x: CPU Topology
 2023-02-24 17:15 UTC  (3+ messages)
` [PATCH v16 08/11] qapi/s390x/cpu topology: set-cpu-topology monitor command

[PATCH 0/5] Pegasos2 fixes and audio output support
 2023-02-24 17:14 UTC  (9+ messages)
` [PATCH 3/5] hw/ppc/pegasos2: Fix PCI interrupt routing
` [PATCH 5/5] hw/audio/via-ac97: Basic implementation of audio playback

[PATCH] hw/display/sm501: Implement more 2D raster operations
 2023-02-24 16:55 UTC  (2+ messages)

[PATCH] hw/mips/gt64xxx_pci: Don't endian-swap GT_PCI0_CFGADDR
 2023-02-24 16:49 UTC  (2+ messages)

[PATCH v2 00/10] Resolve isabus global
 2023-02-24 16:22 UTC  (4+ messages)
` [PATCH v2 07/10] hw/ide/piix: Require an ISABus only for user-created instances

[PATCH 00/10] Add basic ACPI support for risc-v virt
 2023-02-24 16:14 UTC  (8+ messages)
` [PATCH 04/10] hw/riscv/virt: virt-acpi-build.c: Add basic ACPI tables

[PATCH v4 00/15] Dynamically switch to vhost shadow virtqueues at vdpa net migration
 2023-02-24 15:54 UTC  (16+ messages)
` [PATCH v4 01/15] vdpa net: move iova tree creation from init to start
` [PATCH v4 02/15] vdpa: Remember last call fd set
` [PATCH v4 03/15] vdpa: stop svq at vhost_vdpa_dev_start(false)
` [PATCH v4 04/15] vdpa: Negotiate _F_SUSPEND feature
` [PATCH v4 05/15] vdpa: move vhost reset after get vring base
` [PATCH v4 06/15] vdpa: add vhost_vdpa->suspended parameter
` [PATCH v4 07/15] vdpa: add vhost_vdpa_suspend
` [PATCH v4 08/15] vdpa: rewind at get_base, not set_base
` [PATCH v4 09/15] vdpa: add vdpa net migration state notifier
` [PATCH v4 10/15] vdpa: disable RAM block discard only for the first device
` [PATCH v4 11/15] vdpa net: block migration if the device has CVQ
` [PATCH v4 12/15] vdpa: block migration if device has unsupported features
` [PATCH v4 13/15] vdpa: block migration if SVQ does not admit a feature
` [PATCH v4 14/15] vdpa net: allow VHOST_F_LOG_ALL
` [PATCH v4 15/15] vdpa: return VHOST_F_LOG_ALL in vhost-vdpa devices

[PATCH 0/2] qapi: Simplify enum generation
 2023-02-24 15:54 UTC  (3+ messages)
` [PATCH 1/2] qapi: Do not generate default switch case in gen_visit_object_members()
` [PATCH 2/2] qapi: Generate enum count as definition in gen_enum_lookup()

[PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking
 2023-02-24 15:56 UTC  (12+ messages)
` [PATCH v2 17/20] vfio/common: Support device dirty page tracking with vIOMMU

[PATCH 00/33] pci(pc/q35): acpi-index support on non-hotpluggable slots
 2023-02-24 15:38 UTC  (34+ messages)
` [PATCH 01/33] tests: acpi: whitelist new q35.noacpihp test and pc.hpbrroot
` [PATCH 02/33] tests: acpi: add test_acpi_q35_tcg_no_acpi_hotplug test and extend test_acpi_piix4_no_acpi_pci_hotplug
` [PATCH 03/33] tests: acpi: update expected blobs
` [PATCH 04/33] tests: acpi: whitelist q35/DSDT.multi-bridge before extending testcase
` [PATCH 05/33] tests: acpi: extend multi-bridge case with case 'root-port, id=HOHP, hotplug=off root-port, bus=NOHP'
` [PATCH 06/33] x86: pcihp: fix missing PCNT callchain when intermediate root-port has 'hotplug=off' set
` [PATCH 07/33] tests: acpi: whitelist pc/DSDT.hpbrroot and pc/DSDT.hpbridge tests
` [PATCH 08/33] x86: pcihp: fix missing bridge AML when intermediate root-port has 'hotplug=off' set
` [PATCH 09/33] tests: acpi: update expected blobs
` [PATCH 10/33] pcihp: piix4: do not redirect hotplug controller to piix4 when ACPI hotplug is disabled
` [PATCH 11/33] pci: fix 'hotplugglable' property behavior
` [PATCH 12/33] tests: acpi: whitelist DSDT blobs before isolating PCI _DSM func 0 prolog
` [PATCH 13/33] pcihp: move PCI _DSM function 0 prolog into separate function
` [PATCH 14/33] tests: acpi: update expected blobs
` [PATCH 15/33] tests: acpi: whitelist DSDT before adding EDSM method
` [PATCH 16/33] acpi: pci: add EDSM method to DSDT
` [PATCH 17/33] tests: acpi: update expected blobs
` [PATCH 18/33] tests: acpi: whitelist DSDT before adding device with acpi-index to testcases
` [PATCH 19/33] tests: acpi: add device with acpi-index on non-hotpluggble bus
` [PATCH 20/33] acpi: pci: support acpi-index for non-hotpluggable devices
` [PATCH 21/33] tests: acpi: update expected blobs
` [PATCH 22/33] tests: acpi: whitelist DSDT before exposing non zero functions
` [PATCH 23/33] acpi: pci: describe all functions on populated slots
` [PATCH 24/33] tests: acpi: update expected blobs
` [PATCH 25/33] tests: acpi: whitelist DSDT before adding non-0 function device with acpi-index to testcases
` [PATCH 26/33] tests: acpi: add non zero function device with acpi-index on non-hotpluggble bus
` [PATCH 27/33] tests: acpi: update expected blobs
` [PATCH 28/33] pci: move acpi-index uniqueness check to generic PCI device code
` [PATCH 29/33] acpi: pci: drop BSEL usage when deciding that device isn't hotpluggable
` [PATCH 30/33] acpi: pci: move BSEL into build_append_pcihp_slots()
` [PATCH 31/33] acpi: pci: move out ACPI PCI hotplug generator from generic slot generator build_append_pci_bus_devices()
` [PATCH 32/33] pcihp: move fields enabling hotplug into AcpiPciHpState
` [PATCH 33/33] pcihp: add ACPI PCI hotplug specific is_hotpluggable_bus() callback

[PATCH] hw/ide: Remove unuseful IDE_DMA__COUNT definition
 2023-02-24 15:34 UTC 

[RFC PATCH] target/arm: properly document FEAT_CRC32
 2023-02-24 15:27 UTC  (8+ messages)

[PATCH 0/2] block/qcow2: QAPI'fy Qcow2DiscardType
 2023-02-24 15:20 UTC  (3+ messages)
` [PATCH 1/2] block/qcow2: Rename QCOW2_DISCARD_TYPE enum definitions
` [PATCH 2/2] block/qcow2: QAPI'fy Qcow2DiscardType

[PATCH 0/3] qga: Add optional `merge-output` flag to guest-exec QAPI
 2023-02-24  4:50 UTC  (2+ messages)

[PATCH 0/6] hw/cxl: Poison get, inject, clear
 2023-02-24 15:10 UTC  (4+ messages)
` [PATCH 1/6] hw/cxl: Move enum ret_code definition to cxl_device.h

[PULL 0/4] Misc + target/i386 pull request for 2023-02-22
 2023-02-24 15:07 UTC  (2+ messages)

[PULL 0/2] Python patches
 2023-02-24 15:07 UTC  (2+ messages)

[PULL 0/8] QAPI patches patches for 2023-02-23
 2023-02-24 15:07 UTC  (2+ messages)

[PATCH v3 00/25] target/arm: Implement FEAT_RME
 2023-02-24 15:06 UTC  (21+ messages)
` [PATCH v3 01/25] target/arm: Handle m-profile in arm_is_secure
` [PATCH v3 02/25] target/arm: Stub arm_hcr_el2_eff for m-profile
` [PATCH v3 03/25] target/arm: Diagnose incorrect usage of arm_is_secure subroutines
` [PATCH v3 04/25] target/arm: Rewrite check_s2_mmu_setup
` [PATCH v3 07/25] target/arm: SCR_EL3.NS may be RES1
` [PATCH v3 13/25] target/arm: Remove __attribute__((nonnull)) from ptw.c
` [PATCH v3 15/25] target/arm: NSTable is RES0 for the RME EL3 regime
` [PATCH v3 16/25] target/arm: Handle Block and Page bits for security space
` [PATCH v3 17/25] target/arm: Handle no-execute for Realm and Root regimes
` [PATCH v3 20/25] target/arm: Use get_phys_addr_with_struct for stage2

[PATCH 0/9] mirror: allow switching from background to active mode
 2023-02-24 14:48 UTC  (10+ messages)
` [PATCH 1/9] blockjob: introduce block-job-change QMP command
` [PATCH 2/9] block/mirror: set actively_synced even after the job is ready
` [PATCH 3/9] mirror: implement mirror_change method
` [PATCH 4/9] qapi/block-core: use JobType for BlockJobInfo's type
` [PATCH 5/9] qapi/block-core: turn BlockJobInfo into a union
` [PATCH 6/9] blockjob: query driver-specific info via a new 'query' driver method
` [PATCH 7/9] mirror: return mirror-specific information upon query
` [PATCH 8/9] mirror: return the remaining dirty bytes "
` [PATCH 9/9] mirror: return the total number of bytes sent "

[PATCH v5 00/14] Hexagon: COF overrides, new generator, test/bug update
 2023-02-24 14:30 UTC  (7+ messages)
` [PATCH v5 12/14] Hexagon (target/hexagon) Remove gen_log_predicated_reg_write[_pair]
` [PATCH v5 13/14] Hexagon (target/hexagon) Reduce manipulation of slot_cancelled
` [PATCH v5 14/14] Hexagon (target/hexagon) Improve code gen for predicated HVX instructions

[PATCH 0/4] Support x2APIC mode with TCG accelerator
 2023-02-24 14:29 UTC  (3+ messages)
` [PATCH 1/4] apic: add support for x2APIC mode

[PATCH V4 0/8] Add basic ACPI support for risc-v virt
 2023-02-24 14:26 UTC  (8+ messages)
` [PATCH V4 5/8] hw/riscv/virt: virt-acpi-build.c: Add RINTC in MADT
` [PATCH V4 6/8] hw/riscv/virt: virt-acpi-build.c: Add RHCT Table
` [PATCH V4 8/8] MAINTAINERS: Add entry for RISC-V ACPI

[PATCH v2 0/4] NUMA: Apply socket-NUMA-node boundary for aarch64 and RiscV machines
 2023-02-24 14:20 UTC  (7+ messages)

out of CI pipeline minutes again
 2023-02-24 14:07 UTC  (7+ messages)

[PATCH v8 0/4] riscv: Add support for Zicbo[m,z,p] instructions
 2023-02-24 13:25 UTC  (5+ messages)
` [PATCH v8 1/4] tcg: add 'size' param to probe_access_flags()
` [PATCH v8 2/4] target/riscv: implement Zicboz extension
` [PATCH v8 3/4] target/riscv: implement Zicbom extension
` [PATCH v8 4/4] target/riscv: add Zicbop cbo.prefetch{i, r, m} placeholder

[PATCH] tests/avocado: Enable TuxRun/mips64 (big-endian) test
 2023-02-24 13:18 UTC  (2+ messages)

[PATCH] hw/display/sm501: Add alternatives to pixman routines
 2023-02-24 13:08 UTC  (4+ messages)

[PULL v2 0/8] tcg patch queue
 2023-02-24 13:05 UTC  (3+ messages)

[PATCH v2] Deprecate the "-no-acpi" command line switch
 2023-02-24 12:57 UTC  (4+ messages)

[RFC PATCH v2 0/3] ci: Speed up container stage
 2023-02-24 12:52 UTC  (4+ messages)
` [RFC PATCH v2 1/3] gitlab: Use plain docker in container-template.yml
` [RFC PATCH v2 2/3] gitlab: Cache container images
` [RFC PATCH v2 3/3] gitlab: Remove COMMON_TAG from container-template.yml

[PATCH 0/6] target/riscv: Add support for Svadu extension
 2023-02-24 12:36 UTC  (15+ messages)
` [PATCH 1/6] target/riscv: Fix the relationship between menvcfg.PBMTE/STCE and Svpbmt/Sstc extensions
` [PATCH 2/6] target/riscv: Fix the relationship of PBMTE/STCE fields between menvcfg and henvcfg
` [PATCH 3/6] target/riscv: Add csr support for svadu
` [PATCH 4/6] target/riscv: Add *envcfg.PBMTE related check in address translation
` [PATCH 5/6] target/riscv: Add *envcfg.HADE "
` [PATCH 6/6] target/riscv: Export Svadu property

[PATCH 0/2] hw/mem: CXL Type-3 Volatile Memory Support
 2023-02-24 12:01 UTC  (7+ messages)
` [PATCH 2/2] hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)

[PATCH v2 0/7] Implement Most ARMv8.3 Pointer Authentication Features
 2023-02-24 11:23 UTC  (4+ messages)
` [PATCH v2 7/7] target/arm: Add CPU properties for most v8.3 PAC features

[PATCH 0/2] ui/kbd-state: QAPI'fy QKbdModifier
 2023-02-24 11:01 UTC  (3+ messages)
` [PATCH 1/2] ui/kbd-state: Rename QKbdModifier enum definitions
` [PATCH 2/2] ui/kbd-state: QAPI'fy QKbdModifier

[PATCH v1 0/6] hw/arm/virt: Support dirty ring
 2023-02-24 10:19 UTC  (8+ messages)
` [PATCH v1 5/6] hw/arm/virt: Enable backup bitmap for "

[RFC PATCH 1/2] mm: restrictedmem: Allow userspace to specify mount_path for memfd_restricted
 2023-02-24  9:36 UTC  (3+ messages)

[PATCH v3 0/5] Support Flexible Data Placement (FDP)
 2023-02-24  9:34 UTC  (7+ messages)
` [PATCH v3 3/5] hw/nvme: add basic endurance group support
  ` [PATCH v3 1/5] hw/nvme: move adjustment of data_units{read,written}

[PATCH] MAINTAINERS: Cover RCU documentation
 2023-02-24  9:27 UTC  (2+ messages)

[PATCH] accel/tcg: Add 'size' param to probe_access_full
 2023-02-24  9:27 UTC  (2+ messages)

[PATCH v7 0/4] riscv: Add support for Zicbo[m,z,p] instructions
 2023-02-24  9:20 UTC  (5+ messages)
` [PATCH v7 1/4] tcg: add 'size' param to probe_access_flags()


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