qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-03 15:47:58 to 2020-12-04 14:52:16 UTC [more...]

[PATCH v4 00/11] hvf: Implement Apple Silicon Support
 2020-12-04 14:51 UTC  (15+ 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

[for-6.0 v5 00/13] Generalize memory encryption models
 2020-12-04 14:43 UTC  (27+ messages)
` [for-6.0 v5 01/13] qom: Allow optional sugar props
` [for-6.0 v5 02/13] securable guest memory: Introduce new securable guest memory base class
` [for-6.0 v5 03/13] securable guest memory: Handle memory encryption via interface
` [for-6.0 v5 04/13] securable guest memory: Move side effect out of machine_set_memory_encryption()
` [for-6.0 v5 05/13] securable guest memory: Rework the "memory-encryption" property
` [for-6.0 v5 06/13] securable guest memory: Decouple kvm_memcrypt_*() helpers from KVM
` [for-6.0 v5 07/13] sev: Add Error ** to sev_kvm_init()
` [for-6.0 v5 08/13] securable guest memory: Introduce sgm "ready" flag
` [for-6.0 v5 09/13] securable guest memory: Move SEV initialization into arch specific code
` [for-6.0 v5 10/13] spapr: Add PEF based securable guest memory
` [for-6.0 v5 11/13] spapr: PEF: prevent migration
` [for-6.0 v5 12/13] securable guest memory: Alter virtio default properties for protected guests
` [for-6.0 v5 13/13] s390: Recognize securable-guest-memory option

[RFC PATCH-for-5.2] gitlab-ci: Do not automatically run Avocado integration tests anymore
 2020-12-04 14:42 UTC  (5+ messages)

[PATCH v12 00/19] Initial support for multi-process Qemu
 2020-12-04 14:40 UTC  (17+ messages)
` [PATCH v12 02/19] multi-process: add configure and usage information
` [PATCH v12 03/19] memory: alloc RAM from file at offset
` [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 v11 00/19] Initial support for multi-process Qemu
 2020-12-04 14:39 UTC  (3+ messages)
` [PATCH v11 05/19] multi-process: add qio channel function to transmit

[RFC PATCH 00/25] Introduce CXL 2.0 Emulation
 2020-12-04 14:27 UTC  (2+ messages)

[PATCH-for-5.2? 0/1] Acceptance tests: bump Fedora to 32
 2020-12-04 14:19 UTC  (12+ messages)
` [PATCH-for-5.2? 1/1] "

[PATCH v2] tests/acceptance: test hot(un)plug of ccw devices
 2020-12-04 14:08 UTC  (3+ messages)

[RFC PATCH 00/25] Introduce CXL 2.0 Emulation
 2020-12-04  5:55 UTC  (2+ messages)

Plans to bring QMP 'x-blockdev-reopen' out of experimental?
 2020-12-04 14:03 UTC  (8+ messages)

[RFC PATCH-for-5.2 0/2] net: Do not accept packets with invalid huge size
 2020-12-04 14:01 UTC  (4+ messages)
` [RFC PATCH-for-5.2 1/2] net: Do not accept packets bigger then NET_BUFSIZE

[RFC PATCH v2 0/5] eBPF RSS support for virtio-net
 2020-12-04 13:57 UTC  (7+ messages)

[RFC v7 00/22] i386 cleanup
 2020-12-04 13:55 UTC  (3+ messages)
` [RFC v7 00/22] i386 cleanup [hw/core/cpu.c common]

[PATCH 0/3] tests/acceptance: enhance s390x devices test
 2020-12-04 13:50 UTC  (7+ messages)
` [PATCH 1/3] tests/acceptance: test virtio-ccw revision handling
` [PATCH 2/3] tests/acceptance: verify s390x device detection
` [PATCH 3/3] tests/acceptance: test s390x zpci fid propagation

[PATCH 00/13] Categorize some uncategorized devices
 2020-12-04 13:50 UTC  (7+ messages)
` [PATCH 02/13] virtio-pmem: put it into the 'storage' category
` [PATCH 09/13] u2f-passthru: put it into the 'usb' category

[PATCH 00/23] tests/docker: start using libvirt-ci's "lcitool" for dockerfiles
 2020-12-04 13:37 UTC  (4+ messages)
` [PATCH 18/23] tests/docker: auto-generate centos7 with lcitool

[PATCH 0/9] vnc: support some new extensions
 2020-12-04 12:50 UTC  (25+ 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] hw/block: m25p80: Fix fast read for SST flashes
 2020-12-04 11:28 UTC  (7+ messages)

[PATCH] file-posix: check the use_lock
 2020-12-04 10:55 UTC  (3+ messages)

[PATCH RFC] vfio: Move the saving of the config space to the right place in VFIO migration
 2020-12-04 10:45 UTC  (11+ messages)

[PATCH] pcie_aer: Fix help message of pcie_aer_inject_error command
 2020-12-04  9:55 UTC  (2+ messages)

[PATCH 0/6] qapi: Add support for aliases
 2020-12-04  9:46 UTC  (2+ messages)

[PATCH v5 0/4] migration: UFFD write-tracking migration/snapshots
 2020-12-04  9:31 UTC  (5+ messages)
` [PATCH v5 1/4] migration: introduce 'background-snapshot' migration capability
` [PATCH v5 2/4] migration: introduce UFFD-WP low-level interface helpers
` [PATCH v5 3/4] migration: support UFFD write fault processing in ram_save_iterate()
` [PATCH v5 4/4] migration: implementation of background snapshot thread

[PATCH 0/3] Fix some memleaks caused by timer_new_ns
 2020-12-04  9:30 UTC  (6+ messages)
` [PATCH 1/3] pl031: Use timer_free() in the finalize function to avoid memleaks
` [PATCH 2/3] misc/mos6522: Use timer_free() in the finalize function to avoid memleak
` [PATCH 3/3] s390x/cpu: Use timer_free() in the finalize function to avoid memleaks

[PATCH for-6.0 v2 0/3] spapr: Address the confusion between IPI numbers and vCPU ids
 2020-12-04  9:11 UTC  (7+ messages)
` [PATCH for-6.0 v2 2/3] spapr/xive: Fix size of END table and number of claimed IPIs

[PATCH] s390x: pv: Fence additional unavailable SCLP facilities for PV guests
 2020-12-04  8:36 UTC 

[PATCH v5 0/2] MTE support for KVM guest
 2020-12-04  8:25 UTC  (6+ messages)

[PATCH] ppc/e500: Free irqs array to avoid memleak
 2020-12-04  7:58 UTC 

[for-6.0] MAINTAINERS: Add Greg Kurz as co-maintainer for ppc
 2020-12-04  7:37 UTC  (2+ messages)

[Bug 1886793] [NEW] "go install" command fails while running inside s390x docker container on x86_64 host using qemu
 2020-12-04  7:10 UTC  (2+ messages)
` [Bug 1886793] "

[PATCH v2 00/12] Categorize some uncategorized devices
 2020-12-04  7:13 UTC  (5+ messages)
` [PATCH v2 01/12] pc-dimm: put it into the 'storage' category

[PATCH] tests/acceptance: fix timeout for vm.wait
 2020-12-04  6:38 UTC  (8+ messages)

[PATCH for-6.0 00/11] target/arm: enforce alignment
 2020-12-04  6:17 UTC  (6+ messages)

[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] 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 

[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  (3+ messages)
` [PATCH v4 2/2] hw/virtio-pci Added "

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

[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  (3+ messages)
` [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  (4+ messages)
` [PATCH v3 08/10] arm/hvf: Add a WFI handler

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

[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] qemu-nbd: Fix a memleak in nbd_client_thread()
 2020-12-03 16:26 UTC  (4+ messages)

[PATCH v2 00/28] target/arm: Implement v8.1M and Cortex-M55
 2020-12-03 16:14 UTC  (5+ 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  (3+ messages)
` [PATCH v2 1/1] security-process: update process information


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