messages from 2020-12-01 13:46:36 to 2020-12-02 04:47:49 UTC [more...]
[PATCH] arm/hvf: Optimize and simplify WFI handling
2020-12-02 4:44 UTC (12+ messages)
[PATCH v3 1/3] Revert "hvf: Actually set SIG_IPI mask"
2020-12-02 4:44 UTC (3+ messages)
` [PATCH v3 2/3] arm/hvf: Do some cleanups
` [PATCH v3 3/3] arm/hvf: Add a WFI handler
[RFC PATCH v2 0/5] eBPF RSS support for virtio-net
2020-12-02 4:05 UTC (5+ messages)
` [RFC PATCH v2 4/5] virtio-net: Added eBPF RSS to virtio-net
[PATCH for-6.0 v2 0/4] spapr: Perform hotplug sanity checks at pre-plug
2020-12-02 3:16 UTC (2+ messages)
[PATCH] target/ppc: Remove "compat" property of server class POWER CPUs
2020-12-02 3:16 UTC (3+ messages)
[PATCH] qemu-nbd: Fix a memleak in nbd_client_thread()
2020-12-02 2:02 UTC (3+ messages)
[PATCH v2 1/2] arm/hvf: Optimize and simplify WFI handling
2020-12-02 1:57 UTC (10+ messages)
` [PATCH v2 2/2] arm/hvf: Stop setting current_cpu
[RFC PATCH v5 00/33] Hexagon patch series
2020-12-02 1:54 UTC (10+ messages)
` [RFC PATCH v5 18/33] Hexagon (target/hexagon/imported) arch import
` [RFC PATCH v5 20/33] Hexagon (target/hexagon) generator phase 2 - generate header files
` [RFC PATCH v5 22/33] Hexagon (target/hexagon) generater phase 4 - decode tree
[PATCH V17 0/6] mips: Add Loongson-3 machine support
2020-12-02 1:16 UTC (9+ messages)
` [PATCH V17 2/6] hw/intc: Rework Loongson LIOINTC
` [PATCH V17 4/6] hw/mips: Add Loongson-3 boot parameter helpers
[Bug 1906463] [NEW] "-device help" does not report all devices
2020-12-02 0:57 UTC
[PATCH v3 0/6] linux-user: Rework get_elf_hwcap() and support MIPS Loongson 2F/3E
2020-12-02 1:01 UTC (9+ messages)
` [PATCH v3 1/6] linux-user/elfload: Move GET_FEATURE macro out of get_elf_hwcap() body
` [PATCH v3 2/6] linux-user/elfload: Rename MIPS GET_FEATURE() as GET_FEATURE_INSN()
` [PATCH v3 3/6] linux-user/elfload: Introduce MIPS GET_FEATURE_REG_SET() macro
` [PATCH v3 4/6] linux-user/elfload: Introduce MIPS GET_FEATURE_REG_EQU() macro
` [PATCH v3 5/6] linux-user/elfload: Update HWCAP bits from linux 5.7
` [PATCH v3 6/6] linux-user: Add support for MIPS Loongson 2F/3E
[PATCH] target/mips: Allow executing MSA instructions on Loongson-3A4000
2020-12-02 0:31 UTC (3+ messages)
[PATCH 00/15] *** ARC port for review ***
2020-12-01 23:09 UTC (11+ messages)
` [PATCH 01/15] arc: Add initial core cpu files
` [PATCH 03/15] arc: Opcode definitions table
` [PATCH 04/15] arc: TCG and decoder glue code and helpers
` [PATCH 05/15] arc: TCG instruction generator and hand-definitions
` [PATCH 06/15] arc: TCG instruction definitions
[PATCH RFC] vfio: Move the saving of the config space to the right place in VFIO migration
2020-12-01 22:21 UTC (12+ messages)
[PATCH 00/18] qapi/qom: QAPIfy object-add
2020-12-01 22:08 UTC (12+ messages)
[PATCH v2 00/13] Remove GCC < 4.8 checks
2020-12-01 21:53 UTC (4+ messages)
` [PATCH v2 11/13] xen: remove GNUC check
[PATCH v3 00/17] 64bit block-layer
2020-12-01 21:50 UTC (4+ messages)
[PATCH 1/2] i386/cpu: Add the Intel PT capabilities checking before extend the CPUID level
2020-12-01 21:19 UTC (4+ messages)
` [PATCH 2/2] i386/cpu: Make the Intel PT LIP feature configurable
[PATCH v11 0/7] Introduce 'yank' oob qmp command to recover from hanging qemu
2020-12-01 21:05 UTC (7+ messages)
` [PATCH v11 1/7] Introduce yank feature
` [PATCH v11 2/7] block/nbd.c: Add "
[PATCH v12 00/19] Initial support for multi-process Qemu
2020-12-01 20:22 UTC (20+ messages)
` [PATCH v12 01/19] multi-process: add the concept description to docs/devel/qemu-multiprocess
` [PATCH v12 02/19] multi-process: add configure and usage information
` [PATCH v12 03/19] memory: alloc RAM from file at offset
` [PATCH v12 04/19] multi-process: Add config option for multi-process QEMU
` [PATCH v12 05/19] multi-process: setup PCI host bridge for remote device
` [PATCH v12 06/19] multi-process: setup a machine object for remote device process
` [PATCH v12 07/19] multi-process: add qio channel function to transmit data and fds
` [PATCH v12 08/19] multi-process: define MPQemuMsg format and transmission functions
` [PATCH v12 09/19] multi-process: Initialize message handler in remote device
` [PATCH v12 10/19] multi-process: Associate fd of a PCIDevice with its object
` [PATCH v12 11/19] multi-process: setup memory manager for remote device
` [PATCH v12 12/19] multi-process: introduce proxy object
` [PATCH v12 13/19] multi-process: add proxy communication functions
` [PATCH v12 14/19] multi-process: Forward PCI config space acceses to the remote process
` [PATCH v12 15/19] multi-process: PCI BAR read/write handling for proxy & remote endpoints
` [PATCH v12 16/19] multi-process: Synchronize remote memory
` [PATCH v12 17/19] multi-process: create IOHUB object to handle irq
` [PATCH v12 18/19] multi-process: Retrieve PCI info from remote process
` [PATCH v12 19/19] multi-process: perform device reset in the "
[PATCH v4 0/6] UFFD write-tracking migration/snapshots
2020-12-01 20:29 UTC (16+ messages)
` [PATCH v4 2/6] introduce UFFD-WP low-level interface helpers
[PATCH] docs/devel/writing-qmp-commands.txt: Fix docs
2020-12-01 20:18 UTC (2+ messages)
[PATCH] linux-user/elfload: Fix handling of pure BSS segments
2020-12-01 20:09 UTC (2+ messages)
[ANNOUNCE] QEMU 5.2.0-rc4 is now available
2020-12-01 19:35 UTC
[PATCH v1 0/1] security-process: update with mailing list details
2020-12-01 19:49 UTC (3+ messages)
` [PATCH v1 1/1] security-process: update process information
[PATCH v2 1/1] Fix to show vfio migration stat in migration status
2020-12-01 19:13 UTC
[PATCH v2 0/4] hw/scsi/megasas: Avoid buffer overrun in megasas_handle_scsi()
2020-12-01 19:12 UTC (6+ messages)
` [PATCH v2 1/4] tests/qtest/fuzz-test: Quit test_lp1878642 once done
` [PATCH v2 2/4] hw/scsi/megasas: Assert cdb_len is valid in megasas_handle_scsi()
` [PATCH v2 3/4] tests/qtest/fuzz-test: Add test_megasas_cdb_len_zero() reproducer
` [RFC PATCH v2 4/4] hw/scsi/megasas: Have incorrect cdb return MFI_STAT_ABORT_NOT_POSSIBLE
[PATCH] tests/acceptance: fix timeout for vm.wait
2020-12-01 19:15 UTC (3+ messages)
[PATCH v2 0/6] linux-user: Rework get_elf_hwcap() and support MIPS Loongson 2F/3E
2020-12-01 19:00 UTC (10+ messages)
` [PATCH v2 1/6] linux-user/elfload: Move GET_FEATURE macro out of get_elf_hwcap() body
` [PATCH v2 2/6] linux-user/elfload: Rename MIPS GET_FEATURE() as GET_FEATURE_INSN()
` [PATCH v2 3/6] linux-user/elfload: Introduce MIPS GET_FEATURE_REG_SET() macro
` [PATCH v2 4/6] linux-user/elfload: Introduce MIPS GET_FEATURE_REG_EQU() macro
[PATCH] target/riscv: Fix the bug of HLVX/HLV/HSV
2020-12-01 18:47 UTC (2+ messages)
[PATCH 00/11] Add QEMU debug support for SEV guests
2020-12-01 18:57 UTC (14+ messages)
` [PATCH 01/11] memattrs: add debug attribute
` [PATCH 02/11] exec: Add new MemoryDebugOps
` [PATCH 03/11] exec: add ram_debug_ops support
[PATCHv3 00/17] ARMv8.4 Secure EL2
2020-12-01 18:37 UTC (5+ messages)
[PATCH] docs: set CONFDIR when running sphinx
2020-12-01 18:37 UTC
[Bug 1906180] [NEW] Keyboard keys get stuck
2020-12-01 18:13 UTC (3+ messages)
` [Bug 1906180] "
[PATCH v2] drivers/virt: vmgenid: add vm generation id driver
2020-12-01 18:00 UTC (8+ messages)
` [PATCH v3] "
[PATCH 00/23] tests/docker: start using libvirt-ci's "lcitool" for dockerfiles
2020-12-01 17:53 UTC (28+ messages)
` [PATCH 01/23] hw/usb/ccid: remove references to NSS
` [PATCH 02/23] tests/docker: don't use BUILDKIT in GitLab either
` [PATCH 03/23] tests/docker: use project specific container registries
` [PATCH 04/23] tests/docker: use explicit docker.io registry
` [PATCH 05/23] tests/docker: remove travis container
` [PATCH 06/23] tests/docker: remove FEATURES env var from templates
` [PATCH 07/23] tests/docker: fix sorting in package lists
` [PATCH 08/23] tests/docker: fix mistakes in centos "
` [PATCH 09/23] tests/docker: fix mistakes in fedora package list
` [PATCH 10/23] tests/docker: fix mistakes in ubuntu package lists
` [PATCH 11/23] tests/docker: remove mingw packages from Fedora
` [PATCH 12/23] tests/docker: add script for automating container refresh
` [PATCH 13/23] tests/docker: expand centos7 package list
` [PATCH 14/23] tests/docker: expand centos8 "
` [PATCH 15/23] tests/docker: expand fedora "
` [PATCH 16/23] tests/docker: expand ubuntu1804 "
` [PATCH 17/23] tests/docker: expand ubuntu2004 "
` [PATCH 18/23] tests/docker: auto-generate centos7 with lcitool
` [PATCH 19/23] tests/docker: auto-generate centos8 "
` [PATCH 20/23] tests/docker: auto-generate fedora "
` [PATCH 21/23] tests/docker: auto-generate ubuntu1804 "
` [PATCH 22/23] tests/docker: auto-generate ubuntu2004 "
` [PATCH 23/23] tests/docker: remove ubuntu container
[RFC v7 09/26] vfio: Force nested if iommu requires it
2020-12-01 17:40 UTC (2+ messages)
[PATCH 00/10] vhost/qemu: thread per IO SCSI vq
2020-12-01 17:43 UTC (12+ messages)
[PATCH 0/3] hw/scsi/megasas: Avoid buffer overrun in megasas_handle_scsi()
2020-12-01 17:22 UTC (7+ messages)
` [PATCH 1/3] tests/qtest/fuzz-test: Quit test_lp1878642 once done
` [PATCH 2/3] hw/scsi/megasas: Assert cdb_len is valid in megasas_handle_scsi()
` [PATCH] "
` [RFC PATCH 3/3] hw/scsi/megasas: Have incorrect cdb return MFI_STAT_ABORT_NOT_POSSIBLE
[RFC PATCH 00/25] Introduce CXL 2.0 Emulation
2020-12-01 17:06 UTC (8+ messages)
` [RFC PATCH 18/25] hw/cxl/device: Add a memory device (8.2.8.5)
[PATCH] python 3.5 compatibility
2020-12-01 16:39 UTC (6+ messages)
[PATCH 0/3] target/mips: Add some CP0/MMU missing definitions
2020-12-01 16:30 UTC (2+ messages)
[PATCH v2 00/28] target/arm: Implement v8.1M and Cortex-M55
2020-12-01 16:24 UTC (32+ messages)
` [PATCH v2 14/28] target/arm: Implement FPCXT_NS fp system register
` [PATCH v2 15/28] hw/intc/armv7m_nvic: Update FPDSCR masking for v8.1M
` [PATCH v2 16/28] target/arm: For v8.1M, always clear R0-R3, R12, APSR, EPSR on exception entry
` [PATCH v2 17/28] target/arm: In v8.1M, don't set HFSR.FORCED on vector table fetch failures
` [PATCH v2 18/28] target/arm: Implement v8.1M REVIDR register
` [PATCH v2 19/28] target/arm: Implement new v8.1M NOCP check for exception return
` [PATCH v2 20/28] target/arm: Implement new v8.1M VLLDM and VLSTM encodings
` [PATCH v2 21/28] hw/intc/armv7m_nvic: Correct handling of CCR.BFHFNMIGN
` [PATCH v2 22/28] hw/intc/armv7m_nvic: Support v8.1M CCR.TRD bit
` [PATCH v2 23/28] target/arm: Implement CCR_S.TRD behaviour for SG insns
` [PATCH v2 24/28] hw/intc/armv7m_nvic: Fix "return from inactive handler" check
` [PATCH v2 25/28] target/arm: Implement M-profile "minimal RAS implementation"
` [PATCH v2 26/28] hw/intc/armv7m_nvic: Implement read/write for RAS register block
` [PATCH v2 27/28] hw/arm/armv7m: Correct typo in QOM object name
` [PATCH v2 28/28] target/arm: Implement Cortex-M55 model
[RFC PATCH] ide: atapi: assert that the buffer pointer is in range
2020-12-01 16:20 UTC (3+ messages)
[Bug 1906156] [NEW] Host OS Reboot Required, for Guest kext to Load (Fully)
2020-12-01 15:47 UTC (2+ messages)
` [Bug 1906156] "
[PATCH for-6.0 00/11] target/arm: enforce alignment
2020-12-01 15:55 UTC (6+ messages)
` [PATCH 10/11] target/arm: Fix decode of align in VLDST_single
[PATCH] ide:atapi: check io_buffer_index in ide_atapi_cmd_reply_end
2020-12-01 15:42 UTC (9+ messages)
[PATCH] qmp-shell: Sort by key when pretty-printing
2020-12-01 15:17 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).