qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-19 08:23:12 to 2021-11-19 17:58:10 UTC [more...]

[PATCH v2] hw/arm/virt: Expose empty NUMA nodes through ACPI
 2021-11-19 17:56 UTC  (20+ messages)

[PATCH v1 0/9] Xilinx Versal's PMC SLCR and OSPI support
 2021-11-19 17:16 UTC  (17+ messages)
` [PATCH v1 1/9] hw/misc: Add a model of Versal's PMC SLCR
` [PATCH v1 2/9] hw/arm/xlnx-versal: Connect "
` [PATCH v1 4/9] hw/dma: Add the DMA control interface
` [PATCH v1 5/9] hw/dma/xlnx_csu_dma: Implement "
` [PATCH v1 6/9] hw/ssi: Add a model of Xilinx Versal's OSPI flash memory controller
` [PATCH v1 7/9] hw/arm/xlnx-versal: Connect the OSPI flash memory controller model
` [PATCH v1 8/9] hw/block/m25p80: Add support for Micron Xccela flash mt35xu01g
` [PATCH v1 9/9] hw/arm/xlnx-versal-virt: Connect mt35xu01g flashes to the OSPI

[PATCH-for-7.0 0/5] hw/display: QOM'ify vga_mmio_init() as TYPE_VGA_MMIO
 2021-11-19 17:12 UTC  (6+ messages)
` [PATCH-for-7.0 1/5] hw/display: Rename VGA_ISA_MM -> VGA_MMIO
` [PATCH-for-7.0 2/5] hw/display/vga-mmio: Inline vga_mm_init()
` [PATCH-for-7.0 3/5] hw/display/vga-mmio: QOM'ify vga_mmio_init() as TYPE_VGA_MMIO
` [PATCH-for-7.0 4/5] hw/mips/jazz: Inline vga_mmio_init() and remove it
` [NOTFORMERGE PATCH 5/5] tests/avocado: Test NetBSD 9.2 on the Jazz Magnum machine

[PATCH 00/11] migration: Make multifd use only one write on the send path
 2021-11-19 16:59 UTC  (10+ messages)
` [PATCH 01/11] migration: Remove is_zero_range()
` [PATCH 02/11] dump: Remove is_zero_page()
` [PATCH 03/11] multifd: Fill offset and block for reception
` [PATCH 04/11] multifd: Make zstd compression method not use iovs
` [PATCH 05/11] multifd: Make zlib "
` [PATCH 06/11] migration: Move iov from pages to params
` [PATCH 07/11] multifd: Make zlib use iov's
` [PATCH 08/11] multifd: Make zstd "
` [PATCH 09/11] multifd: Remove send_write() method

[PATCH v2 0/3] Fix mtfsf, mtfsfi and mtfsb1 bug
 2021-11-19 17:06 UTC  (10+ messages)
` [PATCH v2 1/3] target/ppc: Fixed call to deferred exception
` [PATCH v2 2/3] target/ppc: ppc_store_fpscr doesn't update bit 52
` [PATCH v2 3/3] test/tcg/ppc64le: test mtfsf

[PATCH 0/7] python: More fixes for 6.2
 2021-11-19 16:18 UTC  (14+ messages)
` [PATCH 1/7] python/machine: add @sock_dir property
` [PATCH 2/7] python/machine: remove _remove_monitor_sockfile property
` [PATCH 3/7] python/machine: add instance disambiguator to default nickname
` [PATCH 4/7] python/machine: move more variable initializations to _pre_launch
` [PATCH 5/7] python/machine: handle "fast" QEMU terminations
` [PATCH 7/7] python/aqmp: fix send_fd_scm for python 3.6.x

[RFC v2 PATCH 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-11-19 16:00 UTC  (18+ messages)
` [RFC v2 PATCH 01/13] mm/shmem: Introduce F_SEAL_GUEST
` [RFC v2 PATCH 02/13] KVM: Add KVM_EXIT_MEMORY_ERROR exit
` [RFC v2 PATCH 03/13] KVM: Extend kvm_userspace_memory_region to support fd based memslot
` [RFC v2 PATCH 04/13] KVM: Add fd-based memslot data structure and utils
` [RFC v2 PATCH 05/13] KVM: Implement fd-based memory using new memfd interfaces
` [RFC v2 PATCH 06/13] KVM: Register/unregister memfd backed memslot
` [RFC v2 PATCH 07/13] KVM: Handle page fault for fd based memslot
` [RFC v2 PATCH 08/13] KVM: Rename hva memory invalidation code to cover fd-based offset
` [RFC v2 PATCH 09/13] KVM: Introduce kvm_memfd_invalidate_range
` [RFC v2 PATCH 10/13] KVM: Match inode for invalidation of fd-based slot
` [RFC v2 PATCH 11/13] KVM: Add kvm_map_gfn_range
` [RFC v2 PATCH 12/13] KVM: Introduce kvm_memfd_fallocate_range
` [RFC v2 PATCH 13/13] KVM: Enable memfd based page invalidation/fallocate

[PATCH for-6.2] Revert "arm: tcg: Adhere to SMCCC 1.3 section 5.2"
 2021-11-19 16:34 UTC 

[RFC PATCH for-7.0 00/35] target/ppc fpu fixes and cleanups
 2021-11-19 16:05 UTC  (36+ messages)
` [PATCH 01/35] softfloat: Extend float_exception_flags to 16 bits
` [PATCH 02/35] softfloat: Add flag specific to Inf - Inf
` [PATCH 03/35] softfloat: Add flag specific to Inf * 0
` [PATCH 04/35] softfloat: Add flags specific to Inf / Inf and 0 / 0
` [PATCH 05/35] softfloat: Add flag specific to sqrt(-x)
` [PATCH 06/35] softfloat: Add flag specific to convert non-nan to int
` [PATCH 07/35] softfloat: Add flag specific to signaling nans
` [PATCH 08/35] target/ppc: Update float_invalid_op_addsub for new flags
` [PATCH 09/35] target/ppc: Update float_invalid_op_mul "
` [PATCH 10/35] target/ppc: Update float_invalid_op_div "
` [PATCH 11/35] target/ppc: Move float_check_status from FPU_FCTI to translate
` [PATCH 12/35] target/ppc: Update float_invalid_cvt for new flags
` [PATCH 13/35] target/ppc: Fix VXCVI return value
` [PATCH 14/35] target/ppc: Remove inline from do_fri
` [PATCH 15/35] target/ppc: Use FloatRoundMode in do_fri
` [PATCH 16/35] target/ppc: Tidy inexact handling "
` [PATCH 17/35] target/ppc: Clean up do_fri
` [PATCH 18/35] target/ppc: Update fmadd for new flags
` [PATCH 19/35] target/ppc: Split out do_fmadd
` [PATCH 20/35] target/ppc: Do not call do_float_check_status from do_fmadd
` [PATCH 21/35] target/ppc: Split out do_frsp
` [PATCH 22/35] target/ppc: Update do_frsp for new flags
` [PATCH 23/35] target/ppc: Use helper_todouble in do_frsp
` [PATCH 24/35] target/ppc: Update sqrt for new flags
` [PATCH 25/35] target/ppc: Update xsrqpi and xsrqpxp to "
` [PATCH 26/35] target/ppc: Update fre "
` [PATCH 27/35] softfloat: Add float64r32 arithmetic routines
` [PATCH 28/35] target/ppc: Add helpers for fmadds et al
` [PATCH 29/35] target/ppc: Add helper for fsqrts
` [PATCH 30/35] target/ppc: Add helpers for fadds, fsubs, fdivs
` [PATCH 31/35] target/ppc: Add helper for fmuls
` [PATCH 32/35] target/ppc: Add helper for frsqrtes
` [PATCH 33/35] target/ppc: Update fres to new flags and float64r32
` [PATCH 34/35] target/ppc: Use helper_todouble/tosingle in helper_xststdcsp
` [PATCH 35/35] test/tcg/ppc64le: Add float reference files

[PATCH] tests/avocado: ppc: Add smoke tests for MPC7400 and MPC7450 families
 2021-11-19 16:26 UTC  (3+ messages)

[PATCH for 7.0 V10 0/6] Add passthrough support to object with network processing function
 2021-11-19 16:02 UTC  (7+ messages)
` [PATCH for 7.0 V10 1/6] qapi/net: Add IPFlowSpec and QMP command for filter passthrough
` [PATCH for 7.0 V10 2/6] util/qemu-sockets.c: Add inet_parse_base to handle InetSocketAddressBase
` [PATCH for 7.0 V10 6/6] net/net.c: Add handler for passthrough filter command

[PATCH-for-6.2? v2 0/3] misc: Spell QEMU all caps
 2021-11-19 15:43 UTC  (5+ messages)
` [PATCH-for-6.2? v2 1/3] docs: "
` [PATCH-for-6.2? v2 2/3] misc: "
` [PATCH-for-6.2? v2 3/3] qga: "

[RFC PATCH] gdbstub: handle a potentially racing TaskState
 2021-11-19 14:51 UTC 

[PULL 0/7] Misc bugfixes for 2021-11-19
 2021-11-19 14:45 UTC  (8+ messages)
` [PULL 1/7] meson: fix botched compile check conversions
` [PULL 2/7] nvmm: Fix support for stable version
` [PULL 3/7] esp: ensure that async_len is reset to 0 during esp_hard_reset()
` [PULL 4/7] qtest/am53c974-test: add test for reset before transfer
` [PULL 5/7] docs: Spell QEMU all caps
` [PULL 6/7] meson.build: Support ncurses on MacOS and OpenBSD
` [PULL 7/7] chardev/wctable: don't free the instance in wctablet_chr_finalize

[PULL for-6.2 0/2] ppc queue
 2021-11-19 14:25 UTC  (4+ messages)
` [PULL for-6.2 1/2] pmu: fix pmu vmstate subsection list
` [PULL for-6.2 2/2] tests/tcg/ppc64le: Fix compile flags for byte_reverse

[PATCH v4 0/6] Add vmnet.framework based network backend
 2021-11-19 14:22 UTC  (5+ messages)
` [PATCH v4 2/6] net/vmnet: add vmnet backends to qapi/net

[PULL 00/22] target-arm queue
 2021-11-19 14:15 UTC  (5+ messages)
` [PULL 02/22] arm: tcg: Adhere to SMCCC 1.3 section 5.2

[RFC PATCH 0/2] QEMU/openbios: PPC Software TLB support in the G4 family
 2021-11-19 13:44 UTC  (3+ messages)
` [RFC PATCH 1/2] ppc: Add support for MPC7450 software TLB miss interrupts
` [RFC PATCH 2/2] ppc: Add PVRs for the MPC7450 family

[PATCH v4 00/20] Support UXL filed in xstatus
 2021-11-19 13:44 UTC  (15+ messages)
` [PATCH v4 14/20] target/riscv: Adjust vsetvl according to XLEN
` [PATCH v4 15/20] target/riscv: Remove VILL field in VTYPE
` [PATCH v4 16/20] target/riscv: Ajdust vector atomic check with XLEN
` [PATCH v4 17/20] target/riscv: Fix check range for first fault only
` [PATCH v4 18/20] target/riscv: Adjust vector address with mask
` [PATCH v4 20/20] target/riscv: Enable uxl field write

[RFC PATCH v3 0/5] QMP support for cold-plugging devices
 2021-11-19 13:21 UTC  (5+ messages)
` [RFC PATCH v3 1/5] rename MachineInitPhase enum constants for QAPI compatibility
` [RFC PATCH v3 2/5] qapi: Implement query-machine-phase QMP command

[RFC PATCH-for-6.2?] hw/misc/sifive_u_otp: Do not reset OTP content on hardware reset
 2021-11-19 13:07 UTC  (2+ messages)

[PATCH for-6.2] hw/misc/sifive_u_otp: Use IF_PFLASH for the OTP device instead of IF_NONE
 2021-11-19 13:11 UTC  (6+ messages)

[PATCH-for-6.2 v2] qom/object: Ignore global properties with empty name
 2021-11-19 13:10 UTC  (2+ messages)

[PATCH v2 00/13] Eliminate drive_get_next()
 2021-11-19 13:04 UTC  (5+ messages)
` [PATCH v2 01/13] hw/sd/ssi-sd: Do not create SD card within controller's realize
` [PATCH v2 02/13] hw: Replace trivial drive_get_next() by drive_get()

[PATCH] target/riscv: Check PMP rules num before propagation
 2021-11-19 12:59 UTC  (4+ messages)

[PATCH v9 0/8] hmp,qmp: Add commands to introspect virtio devices
 2021-11-19 12:33 UTC  (9+ messages)
` [PATCH v9 5/8] qmp: decode feature & status bits in virtio-status
` [PATCH v9 7/8] qmp: add QMP command x-query-virtio-queue-element

[PATCH] block/vvfat.c fix leak when failure occurs
 2021-11-19 11:25 UTC  (2+ messages)
` [PATCH] block vvfat.c "

[PATCH-for-6.2] qom/object: Ignore global properties with empty name
 2021-11-19 11:32 UTC 

[PATCH 0/5] hw/core: Remove uses of obsolete QERR_ definitions
 2021-11-19 11:27 UTC  (7+ messages)
` [PATCH 3/5] hw/core: Remove uses of QERR_DEVICE_NO_HOTPLUG
` [PATCH 5/5] hw/core: Remove uses of QERR_INVALID_PARAMETER_VALUE

[PULL for-6.2 0/3] hw/nvme fixes
 2021-11-19 11:19 UTC  (2+ messages)

[PATCH-for-6.2 0/2] hw/display: Do not allow multiple (identical) VGA devices
 2021-11-19 11:10 UTC  (10+ messages)
` [PATCH-for-6.2 2/2] hw/display: Do not allow multiple identical "

[PATCH v4 00/25] block layer: split block APIs in global state and I/O
 2021-11-19 10:42 UTC  (11+ messages)
` [PATCH v4 08/25] block: introduce assert_bdrv_graph_writable

[PATCH 0/3] vdpa: Fix SIGSEGV on failed vdpa devices
 2021-11-19 10:20 UTC  (4+ messages)
` [PATCH 1/3] virtio-net: Fix indentation
` [PATCH 2/3] vdpa: Add dummy receive callbacks
` [PATCH 3/3] virtio-net: Fix log message

[PATCH for-6.2] Fix some typos in documentation (found by codespell)
 2021-11-19 10:15 UTC  (3+ messages)

[qemu-web PATCH] Update URLs of "SubmitAPatch" wiki doc
 2021-11-19 10:15 UTC  (3+ messages)
  ` Other pages for docs/devel/ [Was: Re: ... Update URLs of "SubmitAPatch" ...]

[PATCH v5 0/6] Add vmnet.framework based network backend
 2021-11-19 10:10 UTC  (5+ messages)
` [PATCH v5 3/6] net/vmnet: implement shared mode (vmnet-shared)

[PULL 0/3] Net patches
 2021-11-19 10:01 UTC  (2+ messages)

Chardev: delete the QemuOpts reserved in vm_config_groups
 2021-11-19  9:55 UTC  (4+ messages)
    ` =?gb18030?B?u9i4tKO6IENoYXJkZXY6IGRlbGV0ZSB0aGUgUWVtdU9wdHMgcmVzZXJ2ZWQgaW4gdm1fY29uZmlnX2dyb3Vwcw==?=

[PATCH v1 0/2] vl: flush all task from rcu queue before exiting
 2021-11-19  9:42 UTC  (2+ messages)
` [Ping] "

[PATCH v1] chardev/wctable: don't free the instance in wctablet_chr_finalize
 2021-11-19  9:24 UTC  (3+ messages)

[PATCH] ui/gtk: mon_num parameter to specify target monitor for launching Qemu
 2021-11-19  9:24 UTC  (3+ messages)

[PATCH v2 for-6.2] meson.build: Support ncurses on MacOS and OpenBSD
 2021-11-19  9:18 UTC  (2+ messages)

[PATCH-for-6.2?] docs: Spell QEMU all caps
 2021-11-19  9:19 UTC  (3+ messages)

[PATCH v5 0/4] tests/qtest: add some tests for virtio-net failover
 2021-11-19  9:07 UTC  (5+ messages)
` [PATCH v5 1/4] qtest/libqos: add a function to initialize secondary PCI buses
` [PATCH v5 2/4] tests/qtest: add some tests for virtio-net failover
` [PATCH v5 3/4] failover: fix unplug pending detection
` [PATCH v5 4/4] tests/libqtest: update virtio-net failover test

[PATCH for-6.2 0/2] esp: add fix for reset before transfer
 2021-11-19  9:14 UTC  (2+ messages)

[PATCH] nvmm: Fix support for stable version
 2021-11-19  9:05 UTC  (4+ messages)

[PATCH v4 0/3] tests/qtest: add some tests for virtio-net failover
 2021-11-19  9:03 UTC  (5+ messages)
` [PATCH v4 1/3] qtest/libqos: add a function to initialize secondary PCI buses
` [PATCH v4 2/3] tests/qtest: add some tests for virtio-net failover
` [PATCH v4 3/3] failover: fix unplug pending detection

[PATCH v2 0/2] iotests: Fix crypto algorithm failures
 2021-11-19  8:53 UTC  (3+ messages)
` [PATCH v2 1/2] iotests: Use aes-128-cbc

[PATCH v1 0/9] hw/mos6522: VIA timer emulation fixes and improvements
 2021-11-19  8:39 UTC  (4+ messages)


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