qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-06 15:08:56 to 2024-02-07 09:36:40 UTC [more...]

[PATCH v6 0/3] Support RISC-V IOPMP
 2024-02-07  9:34 UTC  (3+ messages)
` [PATCH v6 2/3] Add RISC-V IOPMP support
` [PATCH v6 3/3] hw/riscv/virt: Add "

[PATCH] vhost-vdpa: check vhost_vdpa_set_vring_ready() return value
 2024-02-07  9:27 UTC 

[PATCH v2 0/4] hw/pci-host: Build ppc4xx_pci.c/ppc440_pcix.c once
 2024-02-07  9:21 UTC  (8+ messages)
` [PATCH v2 1/4] hw/ppc/ppc4xx_pci: Remove unused "hw/ppc/ppc.h" header
` [PATCH v2 2/4] hw/ppc/ppc4xx_pci: Extract PCI host definitions to hw/pci-host/ppc4xx.h
` [PATCH v2 3/4] hw/ppc/ppc4xx_pci: Move ppc4xx_pci.c to hw/pci-host/
` [PATCH v2 4/4] hw/ppc/ppc440_pcix: Move ppc440_pcix.c "

[PATCH 00/13] hw/arm: Implement new machine mps3-an536 (Cortex-R52 MPS3 AN536 FPGA image)
 2024-02-07  9:02 UTC  (33+ messages)
` [PATCH 01/13] target/arm: Use new CBAR encoding for all v8 CPUs, not all aarch64 CPUs
` [PATCH 02/13] target/arm: The Cortex-R52 has a read-only CBAR
` [PATCH 03/13] target/arm: Add Cortex-R52 IMPDEF sysregs
` [PATCH 04/13] target/arm: Allow access to SPSR_hyp from hyp mode
` [PATCH 05/13] hw/misc/mps2-scc: Fix condition for CFG3 register
` [PATCH 06/13] hw/misc/mps2-scc: Factor out which-board conditionals
` [PATCH 07/13] hw/misc/mps2-scc: Make changes needed for AN536 FPGA image
` [PATCH 08/13] hw/arm/mps3r: Initial skeleton for mps3-an536 board
` [PATCH 10/13] hw/arm/mps3r: Add UARTs
` [PATCH 11/13] hw/arm/mps3r: Add GPIO, watchdog, dual-timer, I2C devices
` [PATCH 12/13] hw/arm/mps3r: Add remaining devices
` [PATCH 13/13] docs: Add documentation for the mps3-an536 board

[PATCH] vdpa-dev: Fix initialisation order to restore VDUSE compatibility
 2024-02-07  8:53 UTC  (11+ messages)
    `  "
          `  "

[PATCH 00/15] qapi: Require member documentation (with loophole)
 2024-02-07  8:42 UTC  (32+ messages)
` [PATCH 01/15] docs/devel/qapi-code-gen: Normalize version refs x.y.0 to just x.y
` [PATCH 02/15] docs/devel/qapi-code-gen: Tweak doc comment whitespace
` [PATCH 03/15] qapi/block-core: Fix BlockLatencyHistogramInfo doc markup
` [PATCH 04/15] qapi: Indent tagged doc comment sections properly
` [PATCH 05/15] sphinx/qapidoc: Drop code to generate doc for simple union tag
` [PATCH 06/15] qapi: Require member documentation (with loophole)
` [PATCH 07/15] qga/qapi-schema: Clean up documentation of guest-set-memory-blocks
` [PATCH 08/15] qga/qapi-schema: Clean up documentation of guest-set-vcpus
` [PATCH 09/15] qga/qapi-schema: Plug trivial documentation holes
` [PATCH 10/15] qapi/yank: Clean up documentaion of yank
` [PATCH 11/15] qapi/dump: Clean up documentation of DumpGuestMemoryCapability
` [PATCH 12/15] qapi: Plug trivial documentation holes around former simple unions
` [PATCH 13/15] qapi: Improve documentation of file descriptor socket addresses
` [PATCH 14/15] qapi: Move @String out of common.json to discourage reuse
` [PATCH 15/15] qapi: Add missing union tag documentation

[PATCH 0/6] Introduce multifd zero page checking
 2024-02-07  8:41 UTC  (14+ messages)
` [PATCH 1/6] migration/multifd: Add new migration option multifd-zero-page
` [PATCH 2/6] migration/multifd: Add zero pages and zero bytes counter to migration status interface
      `  "
` [PATCH 3/6] migration/multifd: Support for zero pages transmission in multifd format
` [PATCH 4/6] migration/multifd: Zero page transmission on the multifd thread
` [PATCH 5/6] migration/multifd: Enable zero page checking from multifd threads
` [PATCH 6/6] migration/multifd: Add a new migration test case for legacy zero page checking

Regarding to the recent Intel IAA/DSA/QAT support on migration
 2024-02-07  8:38 UTC  (2+ messages)

[PATCH v2] target/riscv: Update $ra with current $pc in trans_cm_jalt()
 2024-02-07  8:18 UTC 

[PATCH trivial] qemu-nbd: mention --tls-hostname option in qemu-nbd --help
 2024-02-07  8:08 UTC  (2+ messages)

[PATCH] docs/style: allow C99 mixed declarations
 2024-02-07  7:37 UTC  (5+ messages)

[PATCH 0/2] Fix issues with npcm7xx and recent NIC cleanup
 2024-02-07  7:33 UTC  (8+ messages)
` [PATCH 1/2] hw/arm/npcm7xx: Call qemu_configure_nic_device() for GMAC modules
` [PATCH 2/2] tests/qtest/npcm7xx_emc-test: Connect all NICs to a backend

[RFC PATCH 0/4] Confidential Guest Support: Introduce kvm_init() and kvm_reset() virtual functions
 2024-02-07  7:29 UTC  (6+ messages)
` [RFC PATCH 2/4] i386/sev: Switch to use confidential_guest_kvm_init()

[PATCH v3 0/6] Optimize buffer_is_zero
 2024-02-07  7:13 UTC  (17+ messages)
` [PATCH v3 1/6] util/bufferiszero: remove SSE4.1 variant
` [PATCH v3 2/6] util/bufferiszero: introduce an inline wrapper
` [PATCH v3 3/6] util/bufferiszero: remove AVX512 variant
` [PATCH v3 4/6] util/bufferiszero: remove useless prefetches
` [PATCH v3 5/6] util/bufferiszero: optimize SSE2 and AVX2 variants
` [PATCH v3 6/6] util/bufferiszero: improve scalar variant

[PATCH 0/5] virtio-blk: iothread-vq-mapping cleanups
 2024-02-07  7:04 UTC  (14+ messages)
` [PATCH 1/5] virtio-blk: enforce iothread-vq-mapping validation
` [PATCH 2/5] virtio-blk: clarify that there is at least 1 virtqueue
` [PATCH 3/5] virtio-blk: add vq_rq[] bounds check in virtio_blk_dma_restart_cb()
` [PATCH 4/5] virtio-blk: declare VirtIOBlock::rq with a type
` [PATCH 5/5] monitor: use aio_co_reschedule_self()

[PATCH] qapi/migration: Add missing tls-authz documentation
 2024-02-07  6:54 UTC  (3+ messages)

[PATCH] hw/intc: Handle the error of IOAPICCommonClass.realize()
 2024-02-07  6:51 UTC  (5+ messages)

[PATCH v3 00/17] TCG Plugin inline operation enhancement
 2024-02-07  6:05 UTC  (14+ messages)
` [PATCH v3 03/17] plugins: fix order of init/idle/resume callback
` [PATCH v3 04/17] cpu: call plugin init hook asynchronously
` [PATCH v3 05/17] plugins: scoreboard API
` [PATCH v3 07/17] plugins: implement inline operation relative to cpu_index
` [PATCH v3 08/17] plugins: add inline operation per vcpu

[PATCH v8 00/21] Introduce smp.modules for x86 in QEMU
 2024-02-07  6:00 UTC  (5+ messages)
` [PATCH v8 08/21] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()
` [PATCH v8 10/21] i386: Split topology types of CPUID[0x1F] from the definitions of CPUID[0xB]

[PATCH] hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
 2024-02-07  5:02 UTC 

[PATCH] hw/char/pl011: Add support for loopback
 2024-02-07  5:03 UTC 

[v0 0/2] uart base and hardcode boot address 0
 2024-02-07  3:43 UTC  (17+ messages)
` [PATCH v0 1/2] aspeed: support uart controller both 0 and 1 base
` [PATCH v0 2/2] aspeed: fix hardcode boot address 0

[PATCH] target/riscv: Update $pc after linking to $ra in trans_cm_jalt()
 2024-02-07  3:33 UTC  (4+ messages)

[PATCH v3 0/6] target/arm: assorted mte fixes
 2024-02-07  2:52 UTC  (7+ messages)
` [PATCH v3 1/6] linux-user/aarch64: Choose SYNC as the preferred MTE mode
` [PATCH v3 2/6] target/arm: Fix nregs computation in do_{ld,st}_zpa
` [PATCH v3 3/6] target/arm: Adjust and validate mtedesc sizem1
` [PATCH v3 4/6] target/arm: Split out make_svemte_desc
` [PATCH v3 5/6] target/arm: Handle mte in do_ldrq, do_ldro
` [PATCH v3 6/6] target/arm: Fix SVE/SME gross MTE suppression checks

[PATCH v3 0/6] migration/multifd: Fix channel creation vs. cleanup races
 2024-02-07  2:29 UTC  (8+ messages)
` [PATCH v3 1/6] migration/multifd: Join the TLS thread
` [PATCH v3 2/6] migration/multifd: Remove p->running
` [PATCH v3 3/6] migration/multifd: Move multifd_send_setup error handling in to the function
` [PATCH v3 4/6] migration/multifd: Move multifd_send_setup into migration thread
` [PATCH v3 5/6] migration/multifd: Unify multifd and TLS connection paths
` [PATCH v3 6/6] migration/multifd: Add a synchronization point for channel creation

[PATCH v2 0/6] target/arm: assorted mte fixes
 2024-02-07  2:10 UTC  (12+ messages)
` [PATCH v2 1/6] linux-user/aarch64: Extend PR_SET_TAGGED_ADDR_CTRL for FEAT_MTE3
` [PATCH v2 2/6] target/arm: Fix nregs computation in do_ld_zpa

[PATCH v2 0/3] ci: Fixes on the recent cross-binary test case
 2024-02-07  0:54 UTC  (4+ messages)
` [PATCH v2 1/3] tests/migration-test: Stick with gicv3 in aarch64 test
` [PATCH v2 2/3] ci: Remove tag dependency for build-previous-qemu
` [PATCH v2 3/3] ci: Update comment for migration-compat-aarch64

[PATCH 0/1] Sending small fix for NPCM GMAC test to properly test on Nuvoton 7xx
 2024-02-07  0:39 UTC  (3+ messages)
` [PATCH 1/1] tests/qtest: Fixing GMAC test to run in 7xx

[PATCH] hw/net/tulip: add chip status register values
 2024-02-06 22:33 UTC  (2+ messages)

[PATCH v3 0/9] Enabling DCD emulation support in Qemu
 2024-02-06 22:24 UTC  (4+ messages)
` [PATCH v3 5/9] hw/mem/cxl_type3: Add host backend and address space handling for DC regions

[PULL v2 00/39] tcg patch queue
 2024-02-06 21:45 UTC  (3+ messages)

[PATCH v2] hw: riscv: Allow large kernels to boot by moving the initrd further away in RAM
 2024-02-06 20:51 UTC  (3+ messages)

[PULL 11/33] scsi: only access SCSIDevice->requests from one thread
 2024-02-06 19:32 UTC  (11+ messages)

[PATCH V2] loongarch: Change the UEFI loading mode to loongarch
 2024-02-06 19:10 UTC  (3+ messages)
  `  "

[PATCH v2 0/5] virtio-blk: iothread-vq-mapping cleanups
 2024-02-06 19:08 UTC  (7+ messages)
` [PATCH v2 1/5] virtio-blk: enforce iothread-vq-mapping validation
` [PATCH v2 2/5] virtio-blk: clarify that there is at least 1 virtqueue
` [PATCH v2 3/5] virtio-blk: add vq_rq[] bounds check in virtio_blk_dma_restart_cb()
` [PATCH v2 4/5] virtio-blk: declare VirtIOBlock::rq with a type
` [PATCH v2 5/5] monitor: use aio_co_reschedule_self()

[PATCH] virtio-blk: do not use C99 mixed declarations
 2024-02-06 18:52 UTC  (4+ messages)

[PATCH v2 0/3] virtio: Re-enable notifications after drain
 2024-02-06 18:39 UTC  (2+ messages)

test-x86-cpuid-compat qtest produces warnings on TCG
 2024-02-06 17:16 UTC  (2+ messages)

[PATCH 0/2] block: Allow concurrent BB context changes
 2024-02-06 16:56 UTC  (6+ messages)
` [PATCH 1/2] block-backend: Allow concurrent "
` [PATCH 2/2] scsi: Await request purging

[RFC] hw/i386/multiboot2: add multiboot2 support
 2024-02-06 16:42 UTC  (3+ messages)

[PATCH] tests/qtest/meson.build: Don't include qtests_npcm7xx in qtests_aarch64
 2024-02-06 16:38 UTC  (2+ messages)

[PATCH 0/8] hw/pci-host/designware: QOM shuffling (Host bridge <-> Root function)
 2024-02-06 16:35 UTC  (4+ messages)
` [PATCH 2/8] hw/pci-host/designware: Initialize root function in host bridge realize

[PATCH v16 0/6] Implementation of GMAC Networking Module
 2024-02-06 16:29 UTC  (3+ messages)
` [PATCH v16 3/6] tests/qtest: Creating qtest for GMAC Module

[PATCH v4] target/riscv: mcountinhibit, mcounteren, scounteren, hcounteren is 32-bit
 2024-02-06 16:29 UTC  (2+ messages)

[PATCH 0/4] hw/pci: Have functions acess memory regions via pci_address_space()
 2024-02-06 16:14 UTC  (6+ messages)
` [PATCH 3/4] hw/pci-host/bonito: Access memory regions via pci_address_space[_io]()

[PATCH 0/4] mips: do not list individual devices from configs/
 2024-02-06 16:11 UTC  (4+ messages)
` [PATCH 2/4] isa: extract FDC37M81X to a separate file

[PATCH] hw/block/tc58128: Don't emit deprecation warning under qtest
 2024-02-06 15:51 UTC  (2+ messages)

[PULL 0/1] Block patches
 2024-02-06 15:31 UTC  (2+ messages)
` [PULL 1/1] virtio-blk: avoid using ioeventfd state in irqfd conditional


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