qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-08 08:43:49 to 2020-12-08 19:23:24 UTC [more...]

[PATCH 0/4] Add a new -action parameter
 2020-12-08 19:14 UTC  (3+ messages)
` [PATCH 1/4] vl: Add an -action option to respond to guest events
` [PATCH 3/4] qmp: Allow setting -action parameters on the fly

[PATCH v4 0/2] hw/virtio-pci: AER capability
 2020-12-08 18:37 UTC  (3+ messages)
` [PATCH v4 2/2] hw/virtio-pci Added "

[PATCH-for-5.2?] target/mips/translate: Check R6 reserved encoding for Load Linked Word
 2020-12-08 19:12 UTC  (6+ messages)

[PATCH 00/15] Finish cleaning up qemu_init
 2020-12-08 18:35 UTC  (15+ messages)
` [PATCH 10/15] vl: make qemu_get_machine_opts static
      ` [PATCH] ppc/spapr: cleanup -machine pseries,nvdimm=X handling
        ` [PATCH v2] "
` [PATCH 11/15] qtest: add a QOM object for qtest

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

[PATCH v4] Fix build with 64 bits time_t
 2020-12-08 18:41 UTC  (2+ messages)

[PATCH v5 0/4] migration: UFFD write-tracking migration/snapshots
 2020-12-08 18:24 UTC  (10+ 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] pcie_aer: Fix help message of pcie_aer_inject_error command
 2020-12-08 18:40 UTC  (3+ messages)

[PATCH 0/4] clock: Get rid of clock_get_ns()
 2020-12-08 18:15 UTC  (5+ messages)
` [PATCH 1/4] clock: Introduce clock_ticks_to_ns()
` [PATCH 2/4] target/mips: Don't use clock_get_ns() in clock period calculation
` [PATCH 3/4] clock: Remove clock_get_ns()
` [PATCH 4/4] clock: Define and use new clock_display_freq()

[PATCH] linux-user: add option to chroot before emulation
 2020-12-08 18:25 UTC  (4+ messages)

[PATCH v5 0/2] MTE support for KVM guest
 2020-12-08 18:21 UTC  (19+ messages)

[PATCH v2 00/24] target/arm: enforce alignment
 2020-12-08 18:01 UTC  (25+ messages)
` [PATCH v2 01/24] target/arm: Fix decode of align in VLDST_single
` [PATCH v2 02/24] target/arm: Add ALIGN_MEM to TBFLAG_ANY
` [PATCH v2 03/24] target/arm: Adjust gen_aa32_{ld, st}_i32 for align+endianness
` [PATCH v2 04/24] target/arm: Merge gen_aa32_frob64 into gen_aa32_ld_i64
` [PATCH v2 05/24] target/arm: Fix SCTLR_B test for TCGv_i64 load/store
` [PATCH v2 06/24] target/arm: Adjust gen_aa32_{ld, st}_i64 for align+endianness
` [PATCH v2 07/24] target/arm: Enforce word alignment for LDRD/STRD
` [PATCH v2 08/24] target/arm: Enforce alignment for LDA/LDAH/STL/STLH
` [PATCH v2 09/24] target/arm: Enforce alignment for LDM/STM
` [PATCH v2 10/24] target/arm: Enforce alignment for RFE
` [PATCH v2 11/24] target/arm: Enforce alignment for SRS
` [PATCH v2 12/24] target/arm: Enforce alignment for VLDM/VSTM
` [PATCH v2 13/24] target/arm: Enforce alignment for VLDR/VSTR
` [PATCH v2 14/24] target/arm: Enforce alignment for VLD1 (all lanes)
` [PATCH v2 15/24] target/arm: Enforce alignment for VLDn/VSTn (multiple)
` [PATCH v2 16/24] target/arm: Enforce alignment for VLDn/VSTn (single)
` [PATCH v2 17/24] target/arm: Use finalize_memop for aa64 gpr load/store
` [PATCH v2 18/24] target/arm: Use finalize_memop for aa64 fpr load/store
` [PATCH v2 19/24] target/arm: Enforce alignment for aa64 load-acq/store-rel
` [PATCH v2 20/24] target/arm: Use MemOp for size + endian in aa64 vector ld/st
` [PATCH v2 21/24] target/arm: Enforce alignment for aa64 vector LDn/STn (multiple)
` [PATCH v2 22/24] target/arm: Enforce alignment for aa64 vector LDn/STn (single)
` [PATCH v2 23/24] target/arm: Enforce alignment for sve LD1R
` [PATCH v2 24/24] target/arm: Enforce alignment for sve unpredicated LDR/STR

[PATCH v2 0/9] vnc: support some new extensions
 2020-12-08 18:13 UTC  (20+ messages)
` [PATCH v2 1/9] console: drop qemu_console_get_ui_info
` [PATCH v2 2/9] console: allow con==NULL in dpy_{get, set}_ui_info and dpy_ui_info_supported
` [PATCH v2 3/9] vnc: use enum for features
` [PATCH v2 4/9] vnc: drop unused copyrect feature
` [PATCH v2 5/9] vnc: add pseudo encodings
` [PATCH v2 6/9] vnc: add alpha cursor support
` [PATCH v2 7/9] vnc: force initial resize message
` [PATCH v2 8/9] vnc: add support for extended desktop resize
` [PATCH v2 9/9] vnc: move check into vnc_cursor_define

Plugin Register Accesses
 2020-12-08 17:56 UTC  (4+ messages)

[PATCH] hmp-commands.hx: List abbreviation after command for cont, quit, print
 2020-12-08 18:05 UTC  (2+ messages)

Why do we have both CONFIG_SOFTMMU and CONFIG_USER_ONLY?
 2020-12-08 18:10 UTC  (4+ messages)

[PATCH] tpm: tpm_spapr: Remove unused tracepoint
 2020-12-08 17:55 UTC  (2+ messages)

[PATCH] target/arm: do not use cc->do_interrupt for KVM directly
 2020-12-08 17:43 UTC  (15+ messages)

[PATCH 0/3] block: Fix block_resize deadlock with iothreads
 2020-12-08 17:37 UTC  (10+ 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 0/4] block: prepare for 64bit
 2020-12-08 17:32 UTC  (3+ messages)

[PATCH v3 0/2] qcow2: don't leave partially initialized file on image creation
 2020-12-08 17:11 UTC  (10+ messages)
` [PATCH v3 1/2] crypto: luks: Fix tiny memory leak
` [PATCH v3 2/2] block: qcow2: remove the created file on initialization error

[PATCH] virtiofsd: update FUSE_FORGET comment on "lo_inode.nlookup"
 2020-12-08 16:56 UTC  (2+ messages)
` [Virtio-fs] "

[PATCH v2 00/10] virtio-mem: vfio support
 2020-12-08 16:39 UTC  (11+ messages)
` [PATCH v2 01/10] memory: Introduce RamDiscardMgr for RAM memory regions
` [PATCH v2 02/10] virtio-mem: Factor out traversing unplugged ranges
` [PATCH v2 03/10] virtio-mem: Implement RamDiscardMgr interface
` [PATCH v2 04/10] vfio: Query and store the maximum number of DMA mappings
` [PATCH v2 05/10] vfio: Support for RamDiscardMgr in the !vIOMMU case
` [PATCH v2 06/10] vfio: Support for RamDiscardMgr in the vIOMMU case
` [PATCH v2 07/10] softmmu/physmem: Don't use atomic operations in ram_block_discard_(disable|require)
` [PATCH v2 08/10] softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard types
` [PATCH v2 09/10] virtio-mem: Require only coordinated discards
` [PATCH v2 10/10] vfio: Disable only uncoordinated discards

[PATCH] virtiofsd: make the debug log timestamp on stderr more human-readable
 2020-12-08 16:57 UTC  (2+ messages)
` [Virtio-fs] "

[PATCH 0/3] Fix some style problems in monitor
 2020-12-08 16:39 UTC  (2+ messages)

[PATCH 00/17] target/mips: Convert MSA ASE to decodetree
 2020-12-08 16:30 UTC  (3+ messages)

[PATCH] acpi: Permit OEM ID and OEM table ID fields to be changed
 2020-12-08 16:22 UTC  (2+ messages)

[PATCH] s390x: pv: Fence additional unavailable SCLP facilities for PV guests
 2020-12-08 16:19 UTC  (5+ messages)

[PATCH 0/3] Fix some memleaks caused by timer_new_ns
 2020-12-08 16:10 UTC  (3+ messages)
` [PATCH 3/3] s390x/cpu: Use timer_free() in the finalize function to avoid memleaks

[PATCH v6] hw/i386/pc: add max combined fw size as machine configuration option
 2020-12-08 15:57 UTC  (6+ messages)

[PATCH v7] hw/i386/pc: add max combined fw size as machine configuration option
 2020-12-08 15:53 UTC 

[PATCH 1/1] spapr.c: set a 'kvm-type' default value instead of relying on NULL
 2020-12-08 15:32 UTC  (3+ messages)

[PATCH] kvm: Take into account the unaligned section size when preparing bitmap
 2020-12-08 15:16 UTC  (2+ messages)

[Bug 1906905] [NEW] qemu-system-sparc stucked while booting using ss20_v2.25_rom
 2020-12-08 15:13 UTC  (4+ messages)
` [PATCH] hw/timer/slavio_timer: Allow 64-bit accesses
  ` [Bug 1906905] "

[RFC PATCH] python: add __repr__ to ConsoleSocket to aid debugging
 2020-12-08 15:09 UTC  (3+ messages)

[PATCH 0/5] Fix some style problems in contrib
 2020-12-08 13:52 UTC  (7+ messages)
` [PATCH 1/5] contrib: Don't use '#' flag of printf format
` [PATCH 2/5] contrib: Fix some code style problems, ERROR: "foo * bar" should be "foo *bar"
` [PATCH 3/5] contrib: Add spaces around operator
` [PATCH 4/5] contrib: space required after that ','
` [PATCH 5/5] contrib: Open brace '{' following struct go on the same line

[Bug 1868221] [NEW] /usr/share/applications/qemu.desktop should have an "Exec=" key
 2020-12-08 15:08 UTC  (3+ messages)
` [Bug 1868221] "

[PATCH v1 0/2] Add timeout mechanism to qmp actions
 2020-12-08 13:47 UTC  (12+ messages)

[PATCH] block/nvme: Fix possible array index out of bounds in nvme_process_completion()
 2020-12-08 14:44 UTC 

[PATCH] file-posix: detect the lock using the real file
 2020-12-08 14:38 UTC  (3+ messages)

[PATCH 0/4] tracetool: show trace-events filename/lineno in fmt string errors
 2020-12-08 14:20 UTC  (2+ messages)

[PATCH 0/3] virtiofsd: Fix lo_flush() and inode->posix_lock init
 2020-12-08 14:16 UTC  (3+ messages)

[PATCHv3 00/17] ARMv8.4 Secure EL2
 2020-12-08 14:11 UTC  (5+ messages)

[PATCH v12 00/19] Initial support for multi-process Qemu
 2020-12-08 13:57 UTC  (15+ messages)
` [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 16/19] multi-process: Synchronize remote memory

[PATCH v3] qemu-nbd: Fix a memleak in nbd_client_thread()
 2020-12-08 13:49 UTC 

[PATCH v2] qemu-nbd: Fix a memleak in nbd_client_thread()
 2020-12-08 13:57 UTC  (3+ messages)

[PATCH v3] tests/acceptance: test hot(un)plug of ccw devices
 2020-12-08 13:10 UTC  (2+ messages)

[PATCH] hw/input: expand trace info reported for ps2 device
 2020-12-08 13:06 UTC  (3+ messages)

[PATCH 0/5] target/arm: various changes to cpu.h
 2020-12-08 13:02 UTC  (8+ messages)
` [PATCH 1/5] target/arm: fix typo in cpu.h ID_AA64PFR1 field name
` [PATCH 2/5] target/arm: make ARMCPU.clidr 64-bit
` [PATCH 3/5] target/arm: add descriptions of CLIDR_EL1, CCSIDR_EL1, CTR_EL0 to cpu.h
` [PATCH 4/5] target/arm: add aarch64 ID register fields "
` [PATCH 5/5] target/arm: add aarch32 "

[for-6.0 v5 00/13] Generalize memory encryption models
 2020-12-08 12:50 UTC  (15+ messages)
` [for-6.0 v5 12/13] securable guest memory: Alter virtio default properties for protected guests

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

[PATCH qemu v11] spapr: Implement Open Firmware client interface
 2020-12-08 11:23 UTC  (4+ messages)

[Bug 1905979] [NEW] Check if F_OFD_SETLK is supported may give wrong result
 2020-12-08 10:46 UTC  (6+ messages)
` [Bug 1905979] "

[RFC PATCH 00/27] vDPA software assisted live migration
 2020-12-08  9:37 UTC  (8+ messages)
` [RFC PATCH 18/27] vhost: add vhost_vring_poll_rcu
` [RFC PATCH 20/27] vhost: Return used buffers
` [RFC PATCH 24/27] vhost: iommu changes

[PATCH] hw/block/nvme: fix bad clearing of CAP
 2020-12-08  9:16 UTC 

[PATCH for-6.0] spapr: Allow memory unplug to always succeed
 2020-12-08  9:06 UTC  (3+ messages)

[PATCH] icount: improve exec nocache usage
 2020-12-08  9:10 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).