qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-13 09:31:27 to 2022-10-13 21:57:23 UTC [more...]

[PATCH v3 00/35] target/i386: new decoder + AVX implementation
 2022-10-13 21:46 UTC  (9+ messages)
` [PATCH 01/35] target/i386: Define XMMReg and access macros, align ZMM registers
` [PATCH 02/35] target/i386: make ldo/sto operations consistent with ldq
` [PATCH 03/35] target/i386: add core of new i386 decoder
` [PATCH 04/35] target/i386: add ALU load/writeback core
` [PATCH 05/35] target/i386: add CPUID[EAX=7, ECX=0].ECX to DisasContext
` [PATCH 06/35] target/i386: add CPUID feature checks to new decoder
` [PATCH 09/35] target/i386: validate SSE prefixes directly in the decoding table
` [PATCH 11/35] target/i386: Prepare ops_sse_header.h for 256 bit AVX

[PATCH v2 0/8] hw/arm/virt: Fix dt-schema warnings
 2022-10-13 21:27 UTC  (4+ messages)
` [PATCH v2 8/8] hw/arm/virt: Fix devicetree warnings about node names

[PATCH 00/10] Misc ppc/mac machines clean up
 2022-10-13 21:25 UTC  (7+ messages)
` [PATCH 03/10] mac_{old|new}world: Set default values for some local variables

[PATCH v2 0/9] target/i386: Use atomic operations for pte updates
 2022-10-13 21:15 UTC  (2+ messages)

[RFC PATCH v2 0/1] block: vhost-blk backend
 2022-10-13 21:01 UTC  (3+ messages)
` [RFC PATCH v2 1/1] block: add "

[PATCH] tests/tcg: include CONFIG_PLUGIN in config-host.mak
 2022-10-13 20:57 UTC  (3+ messages)

[PATCH] hw/i386: Use device_cold_reset() to reset the APIC
 2022-10-13 20:43 UTC  (3+ messages)

[PATCH v3] hyperv: fix SynIC SINT assertion failure on guest reset
 2022-10-13 20:40 UTC  (2+ messages)

[PATCH RFC 0/1] tcg: add perfmap and jitdump
 2022-10-13 20:35 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 0/2] scsi: Switch to bus_cold_reset() and device_cold_reset()
 2022-10-13 20:36 UTC  (4+ messages)
` [PATCH 1/2] scsi: Use device_cold_reset() and bus_cold_reset()
` [PATCH 2/2] hw/scsi/vmw_pvscsi.c: Use device_cold_reset() to reset SCSI devices

[PATCH] configure: don't enable firmware for targets that are not built
 2022-10-13 20:35 UTC 

[PULL 0/7] Win32 patches
 2022-10-13 20:29 UTC  (2+ messages)

[PULL 00/37] SCSI, i386 patches for 2022-10-11
 2022-10-13 20:29 UTC  (2+ messages)

[PULL 00/16] qtest patches (and one unit test and one avocado fix)
 2022-10-13 20:29 UTC  (2+ messages)

[PULL 00/26] Kraxel 20221013 patches
 2022-10-13 20:29 UTC  (2+ messages)

[PATCH v2 0/7] testing/next (configure, RUNC, win32|64)
 2022-10-13 20:26 UTC  (10+ messages)
` [PATCH v2 1/7] tests/docker: update fedora-win[32|64]-cross with lcitool
` [PATCH v2 2/7] tests/docker: update test-mingw to run single build
` [PATCH v2 3/7] tests/docker: Add flex/bison to `debian-all-test`
` [PATCH v2 4/7] configure: don't enable cross compilers unless in target_list
` [PATCH v2 5/7] configure: fix the --enable-static --disable-pie case
` [PATCH v2 6/7] configure: expose the direct container command
` [PATCH v2 7/7] tests/docker: use direct RUNC call in debian-toolchain

[PATCH v2] configure: Avoid using strings binary
 2022-10-13 20:22 UTC  (2+ messages)

[PATCH v7 0/5] QEMU PCIe DOE for PCIe 4.0/5.0 and CXL 2.0
 2022-10-13 19:40 UTC  (23+ messages)
` [PATCH v7 3/5] hw/cxl/cdat: CXL CDAT Data Object Exchange implementation
` [PATCH v7 4/5] hw/mem/cxl-type3: Add CXL CDAT Data Object Exchange
    ` [PATCH 2/5] hw/mem/cxl_type3: Pull validation checks ahead of functional code
    ` [PATCH 3/5] hw/mem/cxl_type3: CDAT pre-allocate and check resources prior to work
    ` [PATCH 4/5] hw/mem/cxl_type3: Change the CDAT allocation/free strategy
    ` [PATCH 5/5] hw/mem/cxl_type3: Refactor CDAT sub-table entry initialization into a function

[PATCH] hw/hyperv/hyperv.c: Use device_cold_reset() instead of device_legacy_reset()
 2022-10-13 19:39 UTC  (2+ messages)

[PATCH] disas/mips: Fix branch displacement for BEQZC and BNEZC
 2022-10-13 19:26 UTC  (2+ messages)

[PATCH v7 00/13] blkio: add libblkio BlockDriver
 2022-10-13 18:59 UTC  (14+ messages)
` [PATCH v7 01/13] coroutine: add flag to re-queue at front of CoQueue
` [PATCH v7 02/13] blkio: add libblkio block driver
` [PATCH v7 03/13] numa: call ->ram_block_removed() in ram_block_notifer_remove()
` [PATCH v7 04/13] block: pass size to bdrv_unregister_buf()
` [PATCH v7 05/13] block: use BdrvRequestFlags type for supported flag fields
` [PATCH v7 06/13] block: add BDRV_REQ_REGISTERED_BUF request flag
` [PATCH v7 07/13] block: return errors from bdrv_register_buf()
` [PATCH v7 08/13] numa: use QLIST_FOREACH_SAFE() for RAM block notifiers
` [PATCH v7 09/13] block: add BlockRAMRegistrar
` [PATCH v7 10/13] exec/cpu-common: add qemu_ram_get_fd()
` [PATCH v7 11/13] stubs: add qemu_ram_block_from_host() and qemu_ram_get_fd()
` [PATCH v7 12/13] blkio: implement BDRV_REQ_REGISTERED_BUF optimization
` [PATCH v7 13/13] virtio-blk: use BDRV_REQ_REGISTERED_BUF optimization hint

[PATCH 2/2] tcg/loongarch64: Add direct jump support
 2022-10-13 18:52 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v6 00/13] blkio: add libblkio BlockDriver
 2022-10-13 18:42 UTC  (13+ messages)
` [PATCH v6 02/13] blkio: add libblkio block driver
` [PATCH v6 09/13] block: add BlockRAMRegistrar
` [PATCH v6 12/13] blkio: implement BDRV_REQ_REGISTERED_BUF optimization

[PATCH] include/hw/scsi/scsi.h: Remove unused scsi_legacy_handle_cmdline() prototype
 2022-10-13 18:40 UTC  (3+ messages)

[PATCH] hw/s390x/s390-pci-inst.c: Use device_cold_reset() to reset PCI devices
 2022-10-13 18:36 UTC  (2+ messages)

[PATCH v2] Properly sign extend BBIT branch offset during calculation
 2022-10-13 18:32 UTC  (2+ messages)

[PATCH 0/3] s390x: Fix for vistr instruction & addition to TCG tests
 2022-10-13 18:24 UTC  (5+ messages)
` [PATCH 1/3] tests/tcg/s390x: Test compiler flags only once, not every time
` [PATCH 3/3] tests/tcg/s390x: Add a test for the vistr instruction

[PATCH] bsd-user: Catch up with sys/param.h requirement for machine/pmap.h
 2022-10-13 18:21 UTC  (3+ messages)

[PATCH] target/riscv: pmp: Fixup TLB size calculation
 2022-10-13 18:16 UTC  (2+ messages)

[PATCH v2 0/8] rerandomize RNG seeds on reboot and handle record&replay
 2022-10-13 18:13 UTC  (2+ messages)

[PATCH] semihosting: Write back semihosting data before completion callback
 2022-10-13 18:12 UTC  (2+ messages)

[PATCH v8 0/5] QEMU PCIe DOE for PCIe 4.0/5.0 and CXL 2
 2022-10-13 17:40 UTC  (12+ messages)
` [PATCH v8 1/5] hw/pci: PCIe Data Object Exchange emulation
` [PATCH v8 2/5] hw/mem/cxl-type3: Add MSIX support
` [PATCH v8 3/5] hw/cxl/cdat: CXL CDAT Data Object Exchange implementation
` [PATCH v8 4/5] hw/mem/cxl-type3: Add CXL CDAT Data Object Exchange
` [PATCH v8 5/5] hw/pci-bridge/cxl-upstream: Add a CDAT table access DOE

[PATCH] hw/ide/microdrive: Use device_cold_reset() for self-resets
 2022-10-13 17:40 UTC 

[PULL 0/1] testing: revert pc-bios build patch
 2022-10-13 17:07 UTC  (8+ messages)
` [PULL 1/1] Revert "configure: build ROMs with container-based cross compilers"

[PATCH v4 00/10] m25p80: Add SFDP support
 2022-10-13 16:12 UTC  (11+ messages)
` [PATCH v4 01/10] m25p80: Add basic support for the SFDP command
` [PATCH v4 02/10] m25p80: Add the n25q256a SFDP table
` [PATCH v4 03/10] m25p80: Add erase size for mx25l25635e
` [PATCH v4 04/10] m25p80: Add the mx25l25635e SFPD table
` [PATCH v4 05/10] m25p80: Add the mx25l25635f "
` [PATCH v4 06/10] m25p80: Add the mx66l1g45g SFDP table
` [PATCH v4 07/10] m25p80: Add the w25q256 SFPD table
` [PATCH v4 08/10] m25p80: Add the w25q512jv "
` [PATCH v4 09/10] m25p80: Add the w25q01jvq "
` [PATCH v4 10/10] arm/aspeed: Replace mx25l25635e chip model

[PATCH v2 00/15] migration: Postcopy Preempt-Full
 2022-10-13 16:37 UTC  (6+ messages)
` [PATCH v2 06/15] migration: Yield bitmap_mutex properly when sending/sleeping

[RFC 0/7] migration patches for VFIO
 2022-10-13 16:08 UTC  (4+ messages)
` [RFC 7/7] migration: call qemu_savevm_state_pending_exact() with the guest stopped

ublk-qcow2: ublk-qcow2 is available
 2022-10-13 16:01 UTC  (7+ messages)

[PATCH] blkdebug: ignore invalid rules in non-coroutine context
 2022-10-13 15:41 UTC  (5+ messages)

[PATCH v3] qapi/qmp: Add timestamps to qmp command responses
 2022-10-13 15:40 UTC  (3+ messages)

CXL emulation in QEMU contribution
 2022-10-13 15:09 UTC  (2+ messages)

[PATCH RFC 0/2] qemu-thread: Strict unlock check
 2022-10-13 15:05 UTC  (4+ messages)

[PATCH RFC] virtio-net: fix bottom-half packet TX on asynchronous completion
 2022-10-13 14:48 UTC  (2+ messages)

[PATCH v2] pci: Assert that capabilities never overlap
 2022-10-13 14:45 UTC  (8+ messages)

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-13 13:34 UTC  (10+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd

[PATCH 00/20] tests/9p: introduce declarative function calls
 2022-10-13 13:34 UTC  (4+ messages)

[PATCH 0/4] Qemu SEV reduced-phys-bits fixes
 2022-10-13 14:01 UTC  (9+ messages)
` [PATCH 1/4] qapi, i386/sev: Change the reduced-phys-bits value from 5 to 1
` [PATCH 2/4] qemu-options.hx: Update the reduced-phys-bits documentation
` [PATCH 3/4] i386/sev: Update checks and information related to reduced-phys-bits
` [PATCH 4/4] i386/cpu: Update how the EBX register of CPUID 0x8000001F is set

[PATCH v3 00/29] PowerPC interrupt rework
 2022-10-13 13:11 UTC  (19+ messages)
` [PATCH v3 03/29] target/ppc: split interrupt masking and delivery from ppc_hw_interrupt
` [PATCH v3 04/29] target/ppc: prepare to split interrupt masking and delivery by excp_model
` [PATCH v3 05/29] target/ppc: create an interrupt masking method for POWER9/POWER10
` [PATCH v3 06/29] target/ppc: remove unused interrupts from p9_next_unmasked_interrupt
` [PATCH v3 07/29] target/ppc: create an interrupt deliver method for POWER9/POWER10
` [PATCH v3 08/29] target/ppc: remove unused interrupts from p9_deliver_interrupt
` [PATCH v3 09/29] target/ppc: remove generic architecture checks "
` [PATCH v3 10/29] target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER9
` [PATCH v3 11/29] target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_interrupt

[PATCH] configure: Avoid using strings binary
 2022-10-13 13:26 UTC  (8+ messages)

[PATCH] RISC-V: Add support for Ztso
 2022-10-13 10:25 UTC  (6+ messages)

[PATCH 00/24] More coroutine_fn fixes
 2022-10-13 12:37 UTC  (25+ messages)
` [PATCH 01/24] backup: remove incorrect coroutine_fn annotation
` [PATCH 02/24] block: "
` [PATCH 03/24] monitor: add missing "
` [PATCH 04/24] ssh: "
` [PATCH 05/24] block: add missing coroutine_fn annotation to prototypes
` [PATCH 06/24] coroutine-lock: "
` [PATCH 07/24] coroutine-io: "
` [PATCH 08/24] block: add missing coroutine_fn annotation to BlockDriverState callbacks
` [PATCH 09/24] qcow2: add coroutine_fn annotation for indirect-called functions
` [PATCH 10/24] blkdebug: add missing "
` [PATCH 11/24] qcow: manually add more coroutine_fn annotations
` [PATCH 12/24] qcow2: "
` [PATCH 13/24] vmdk: "
` [PATCH 14/24] commit: switch to *_co_* functions
` [PATCH 15/24] block: "
` [PATCH 16/24] mirror: "
` [PATCH 17/24] parallels: "
` [PATCH 18/24] qcow: "
` [PATCH 19/24] qcow2: "
` [PATCH 20/24] qed: "
` [PATCH 21/24] vdi: "
` [PATCH 22/24] vhdx: "
` [PATCH 23/24] vmdk: "
` [PATCH 24/24] monitor: "

[PATCH v4 0/7] qga: Add FreeBSD support
 2022-10-13 12:10 UTC  (9+ messages)
` [PATCH v4 1/7] qga: Add initial "
` [PATCH v4 2/7] qga: Move Linux-specific FS freeze/thaw code to a separate file
` [PATCH v4 3/7] qga: Add UFS freeze/thaw support for FreeBSD
` [PATCH v4 4/7] qga: Add shutdown/halt/reboot "
` [PATCH v4 5/7] qga: Add support for user password setting in FreeBSD
` [PATCH v4 6/7] qga: Move HW address getting to a separate function
` [PATCH v4 7/7] qga: Add HW address getting for FreeBSD

[PATCH] tests/docker: Add flex/bison to `debian-all-test`
 2022-10-13 10:49 UTC  (2+ messages)

[PATCH] net: print a more actionable error when slirp is not found
 2022-10-13 10:14 UTC  (4+ messages)

[PATCH v2] qapi-gen: mark coroutine QMP command functions as coroutine_fn
 2022-10-13  9:50 UTC 

[PATCH] qapi-gen: mark coroutine QMP command functions as coroutine_fn
 2022-10-13  9:35 UTC 

[PATCH v2] migration/channel-block: fix return value for qio_channel_block_{readv, writev}
 2022-10-13  8:41 UTC 


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