qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-03 10:55:47 to 2020-12-04 05:46:00 UTC [more...]

[for-6.0 v5 00/13] Generalize memory encryption models
 2020-12-04  5:44 UTC  (3+ messages)
` [for-6.0 v5 02/13] securable guest memory: Introduce new securable guest memory base class
` [for-6.0 v5 04/13] securable guest memory: Move side effect out of machine_set_memory_encryption()

[PATCH v2 0/4] hw/scsi/megasas: Avoid buffer overrun in megasas_handle_scsi()
 2020-12-04  4:50 UTC  (7+ messages)
` [PATCH v2 2/4] hw/scsi/megasas: Assert cdb_len is valid "

[PATCH] pcie_aer: Fix help message of pcie_aer_inject_error command
 2020-12-04  3:09 UTC 

[PATCH] vfio: Fix vfio_listener_log_sync function name typo
 2020-12-04  1:42 UTC 

ANNOUNCEMENT: New co-maintainer and tree move for qemu ppc target
 2020-12-04  0:36 UTC 

[for-6.0] MAINTAINERS: Add Greg Kurz as co-maintainer for ppc
 2020-12-04  0:11 UTC 

[PATCH v4 00/11] hvf: Implement Apple Silicon Support
 2020-12-04  0:03 UTC  (13+ messages)
` [PATCH v4 01/11] hvf: Add hypervisor entitlement to output binaries
` [PATCH v4 02/11] hvf: x86: Remove unused definitions
` [PATCH v4 03/11] hvf: Move common code out
` [PATCH v4 04/11] hvf: Introduce hvf vcpu struct
` [PATCH v4 05/11] arm: Set PSCI to 0.2 for HVF
` [PATCH v4 06/11] hvf: Simplify post reset/init/loadvm hooks
` [PATCH v4 07/11] hvf: Add Apple Silicon support
` [PATCH v4 08/11] arm: Add Hypervisor.framework build target
` [PATCH v4 09/11] arm/hvf: Add a WFI handler
` [PATCH v4 10/11] hvf: arm: Add support for GICv3
` [PATCH v4 11/11] hvf: arm: Implement -cpu host

[PATCH 2/8] hvf: Move common code out
 2020-12-03 23:04 UTC  (14+ messages)

[PATCH 0/4] block: prepare for 64bit
 2020-12-03 22:27 UTC  (5+ messages)
` [PATCH 1/4] block/file-posix: fix workaround in raw_do_pwrite_zeroes()
` [PATCH 2/4] block/io: bdrv_refresh_limits(): use ERRP_GUARD
` [PATCH 3/4] block/io: bdrv_check_byte_request(): drop bdrv_is_inserted()
` [PATCH 4/4] block: introduce BDRV_MAX_LENGTH

[PATCH v4 0/2] hw/virtio-pci: AER capability
 2020-12-03 21:57 UTC  (4+ messages)
` [PATCH v4 1/2] hw/virtio-pci Added counter for pcie capabilities offsets
` [PATCH v4 2/2] hw/virtio-pci Added AER capability

[PATCH v12 00/19] Initial support for multi-process Qemu
 2020-12-03 20:44 UTC 

[PATCH v12 00/19] Initial support for multi-process Qemu
 2020-12-03 20:40 UTC  (4+ messages)

[PATCH] tests/acceptance: test hot(un)plug of ccw devices
 2020-12-03 20:12 UTC  (6+ messages)

[PATCH v4] Fix build with 64 bits time_t
 2020-12-03 19:58 UTC 

[PATCH 00/15] *** ARC port for review ***
 2020-12-03 19:51 UTC  (8+ messages)
` [PATCH 06/15] arc: TCG instruction definitions

[PATCH v12 00/14] Apply COR-filter to the block-stream permanently
 2020-12-03 19:19 UTC  (8+ messages)
` [PATCH v12 14/14] block: apply COR-filter to block-stream jobs

[PATCH v15 0/4] Add Versal usb model
 2020-12-03 19:22 UTC  (5+ messages)
` [PATCH v15 1/4] usb: Add versal-usb2-ctrl-regs module
` [PATCH v15 2/4] usb: Add DWC3 model
` [PATCH v15 3/4] usb: xlnx-usb-subsystem: Add xilinx usb subsystem
` [PATCH v15 4/4] arm: xlnx-versal: Connect usb to virt-versal

[PATCH v14 0/4] Add Versal usb model
 2020-12-03 19:16 UTC  (14+ messages)
` [PATCH v14 1/4] usb: Add versal-usb2-ctrl-regs module
` [PATCH v14 2/4] usb: Add DWC3 model
` [PATCH v14 3/4] usb: xlnx-usb-subsystem: Add xilinx usb subsystem
` [PATCH v14 4/4] arm: xlnx-versal: Connect usb to virt-versal

[PATCH v13 00/10] Apply COR-filter to the block-stream permanently
 2020-12-03 19:11 UTC  (5+ messages)
` [PATCH v13 08/10] copy-on-read: skip non-guest reads if no copy needed
` [PATCH v13 09/10] stream: skip filters when writing backing file name to QCOW2 header

[PATCH] arm/hvf: Optimize and simplify WFI handling
 2020-12-03 18:30 UTC  (5+ messages)

[PATCH v3 00/10] hvf: Implement Apple Silicon Support
 2020-12-03 18:18 UTC  (12+ messages)
` [PATCH v3 05/10] hvf: arm: Mark CPU as dirty on reset
` [PATCH v3 06/10] hvf: Add Apple Silicon support
` [PATCH v3 08/10] arm/hvf: Add a WFI handler

[PATCH 00/18] qapi/qom: QAPIfy object-add
 2020-12-03 18:19 UTC  (21+ messages)

[PATCH-for-5.2? 0/1] Acceptance tests: bump Fedora to 32
 2020-12-03 18:13 UTC  (10+ messages)
` [PATCH-for-5.2? 1/1] "

[PATCH v2] e1000e: Added ICR clearing by corresponding IMS bit
 2020-12-03 17:57 UTC  (2+ messages)

[PATCH v2 0/4] Use lock guard macros in block
 2020-12-03 17:28 UTC  (2+ messages)

[PATCH 0/3] block: Fix block_resize deadlock with iothreads
 2020-12-03 17:23 UTC  (4+ messages)
` [PATCH 1/3] block: Simplify qmp_block_resize() error paths
` [PATCH 2/3] block: Fix locking in qmp_block_resize()
` [PATCH 3/3] block: Fix deadlock in bdrv_co_yield_to_drain()

[PATCH v2 0/2] RFC: Precise TSC migration
 2020-12-03 17:15 UTC  (3+ messages)
` [PATCH v2 1/2] Update the kernel headers for 5.10-rc5 + TSC
` [PATCH v2 2/2] Implement support for precise TSC migration

[PATCH 0/9] target/mips: Simplify MSA TCG logic
 2020-12-03 17:15 UTC  (11+ messages)
` [PATCH 1/9] target/mips: Introduce ase_msa_available() helper
` [PATCH 2/9] target/mips: Simplify msa_reset()
` [PATCH 3/9] target/mips: Use CP0_Config3 to set MIPS_HFLAG_MSA
` [PATCH 4/9] target/mips: Simplify MSA TCG logic
` [PATCH 5/9] target/mips: Remove now unused ASE_MSA definition

[Bug 1906694] [NEW] Assertion Failure in bdrv_co_write_req_prepare through megasas
 2020-12-03 16:59 UTC  (2+ messages)
` [Bug 1906694] "

[PATCH v6 0/2] MTE support for KVM guest
 2020-12-03 17:07 UTC  (6+ messages)
` [PATCH v6 1/2] arm64: kvm: Save/restore MTE registers

help with a build-user and build-user-plugin failure
 2020-12-03 16:59 UTC  (7+ messages)

[PATCH] tests/acceptance: fix timeout for vm.wait
 2020-12-03 16:56 UTC  (7+ messages)

[PATCH] qemu-nbd: Fix a memleak in nbd_client_thread()
 2020-12-03 16:26 UTC  (4+ messages)

[PATCH for-6.0 00/11] target/arm: enforce alignment
 2020-12-03 16:14 UTC  (7+ messages)
` [PATCH 05/11] target/arm: Enforce alignment for SRS

[PATCH v2 00/28] target/arm: Implement v8.1M and Cortex-M55
 2020-12-03 16:14 UTC  (6+ messages)
` [PATCH v2 09/28] target/arm: Implement VLDR/VSTR system register

[PATCH v2 0/1] security-process: update with mailing list details
 2020-12-03 15:43 UTC  (4+ messages)
` [PATCH v2 1/1] security-process: update process information

[PATCH v3 00/12] microvm: add second ioapic
 2020-12-03 15:12 UTC  (21+ messages)
` [PATCH v3 01/12] [testing] disable xhci msix
` [PATCH v3 02/12] x86: rewrite gsi_handler()
` [PATCH v3 03/12] x86: add support for second ioapic
` [PATCH v3 04/12] microvm: make number of virtio transports runtime changeable
` [PATCH v3 05/12] microvm: make pcie irq base "
` [PATCH v3 06/12] microvm: drop microvm_gsi_handler()
` [PATCH v3 07/12] microvm: add second ioapic
` [PATCH v3 08/12] tests/acpi: allow updates for expected data files
` [PATCH v3 09/12] tests/acpi: add data files for ioapic2 test variant
` [PATCH v3 10/12] tests/acpi: add ioapic2=on test for microvm
` [PATCH v3 11/12] tests/acpi: update expected data files
` [PATCH v3 12/12] tests/acpi: disallow updates for "

[PATCH] fuzz: avoid double-fetches by default
 2020-12-03 14:27 UTC  (2+ messages)

[Bug 1903752] [NEW] qemu-system-avr error: qemu-system-avr: execution left flash memory
 2020-12-03 14:09 UTC  (2+ messages)
` [Bug 1903752] "

[RFC] vfio/migration: The way we start dirty tracking for the VFIO container?
 2020-12-03 14:12 UTC 

[PATCH v2] qemu-nbd: Fix a memleak in nbd_client_thread()
 2020-12-03 13:58 UTC 

[PATCH] readline: Fix possible array index out of bounds in readline_hist_add()
 2020-12-03 13:50 UTC 

[PATCH v2 0/2] bugfix: Decrease dirty bitmap blocks after we remove ramblock
 2020-12-03 14:02 UTC  (2+ messages)
` Ping: "

[PATCH for-5.2 00/10] block/export: vhost-user-blk server tests and input validation
 2020-12-03 13:57 UTC  (4+ messages)
` [PATCH for-5.2 05/10] vhost-user-blk-test: close fork child file descriptors

[PATCH v2 0/4] vhost-user: avoid g_return_val_if() in get/set_config()
 2020-12-03 13:41 UTC  (7+ messages)
` [PATCH v2 2/4] contrib/vhost-user-gpu: avoid g_return_val_if() input validation

[PATCH 0/5] SCSI: fix transfer limits for SCSI passthrough
 2020-12-03 13:06 UTC  (3+ messages)

[PATCH RFC v4 00/15] Add riscv kvm accel support
 2020-12-03 12:47 UTC  (16+ messages)
` [PATCH RFC v4 01/15] linux-header: Update linux/kvm.h
` [PATCH RFC v4 02/15] target/riscv: Add target/riscv/kvm.c to place the public kvm interface
` [PATCH RFC v4 03/15] target/riscv: Implement function kvm_arch_init_vcpu
` [PATCH RFC v4 04/15] target/riscv: Implement kvm_arch_get_registers
` [PATCH RFC v4 05/15] target/riscv: Implement kvm_arch_put_registers
` [PATCH RFC v4 06/15] target/riscv: Support start kernel directly by KVM
` [PATCH RFC v4 07/15] hw/riscv: PLIC update external interrupt by KVM when kvm enabled
` [PATCH RFC v4 08/15] target/riscv: Handle KVM_EXIT_RISCV_SBI exit
` [PATCH RFC v4 09/15] target/riscv: Add host cpu type
` [PATCH RFC v4 10/15] target/riscv: Add kvm_riscv_get/put_regs_timer
` [PATCH RFC v4 11/15] target/riscv: Implement virtual time adjusting with vm state changing
` [PATCH RFC v4 12/15] target/riscv: Support virtual time context synchronization
` [PATCH RFC v4 13/15] target/riscv: Introduce dynamic time frequency for virt machine
` [PATCH RFC v4 14/15] target/riscv: Synchronize vcpu's frequency with KVM
` [PATCH RFC v4 15/15] target/riscv: Add time frequency migration support

[PATCH] hw/block: m25p80: Implement AAI-WP command support for SST flashes
 2020-12-03 12:54 UTC  (2+ messages)

[PATCH v2 01/27] migration: Network Failover can't work with a paused guest
 2020-12-03 12:16 UTC  (22+ messages)

[PULL 0/6] pc,vhost: fixes
 2020-12-03 11:57 UTC  (5+ messages)

[PATCH] docs: set CONFDIR when running sphinx
 2020-12-03 11:38 UTC  (5+ messages)

[Bug 1906536] [NEW] Unable to set SVE VL to 1024 bits or above since 7b6a2198
 2020-12-03 11:22 UTC  (3+ messages)
` [Bug 1906536] "

[PATCH 0/9] vnc: support some new extensions
 2020-12-03 11:28 UTC  (11+ messages)
` [PATCH 1/9] console: allow con==NULL in dpy_set_ui_info
` [PATCH 2/9] console: add check for ui_info pointer
` [PATCH 3/9] vnc: use enum for features
` [PATCH 4/9] vnc: drop unused copyrect feature
` [PATCH 5/9] vnc: add pseudo encodings
` [PATCH 6/9] vnc: add alpha cursor support
` [PATCH 7/9] vnc: force initial resize message
` [PATCH 8/9] vnc: add support for extended desktop resize
` [PATCH 9/9] qxl: add ui_info callback

[PATCH 0/2] hw/block/nvme: add simple copy command
 2020-12-03 11:25 UTC  (3+ messages)
` [PATCH 1/2] nvme: updated shared header for "


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