qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-07 15:53:45 to 2021-07-08 04:26:55 UTC [more...]

[Bug 1895219] [NEW] qemu git -vnc fails due to missing en-us keymap
 2021-07-08  4:17 UTC  (2+ messages)
` [Bug 1895219] "

[Bug 1894818] [NEW] COLO's guest VNC client hang after failover
 2021-07-08  4:17 UTC  (2+ messages)
` [Bug 1894818] "

[Bug 1895122] [NEW] qemu on wsl tests failed, this configured with debug
 2021-07-08  4:17 UTC  (2+ messages)
` [Bug 1895122] "

[PATCH 1/2] roms/u-boot: Bump ppce500 u-boot to v2021.07 to add eTSEC support
 2021-07-08  2:40 UTC  (5+ messages)
` [PATCH 2/2] docs/system: ppc: Update ppce500 documentation with "

[PATCH] target/ppc: mtmsrd is an illegal instruction on BookE
 2021-07-08  2:44 UTC  (2+ messages)

[PATCH 0/4] ppc/Pegasos2: Firmware replacement using VOF
 2021-07-08  2:48 UTC  (5+ messages)
` [PATCH 2/4] target/ppc: Allow virtual hypervisor on CPU without HV
` [PATCH 1/4] ppc/pegasos2: Introduce Pegasos2MachineState structure

[PATCH] target/ppc/spapr: Update H_GET_CPU_CHARACTERISTICS L1D cache flush bits
 2021-07-08  3:54 UTC  (2+ messages)

[PATCH] python: Configure tox to skip missing interpreters
 2021-07-08  3:41 UTC  (3+ messages)

[PATCH 0/6] python: AQMP-TUI Prototype
 2021-07-08  3:20 UTC  (7+ messages)
` [PATCH 2/6] python: Add dependencies for AQMP TUI
` [PATCH 3/6] python/aqmp-tui: Add AQMP TUI draft
` [PATCH 6/6] python: add entry point for aqmp-tui

[PATCH qemu v22] spapr: Implement Open Firmware client interface
 2021-07-08  3:15 UTC  (3+ messages)

[PATCH REBASED v5 0/3] spapr: nvdimm: Introduce spapr-nvdimm device
 2021-07-08  2:57 UTC  (3+ messages)
` [PATCH REBASED v5 1/2] spapr: nvdimm: Implement H_SCM_FLUSH hcall
` [PATCH REBASED v5 2/2] spapr: nvdimm: Introduce spapr-nvdimm device

[PATCH v5 0/3] Fuzzer pattern-matching, timeouts, and instrumentation-filtering
 2021-07-08  2:58 UTC  (3+ messages)
` [PATCH v5 2/3] fuzz: add an instrumentation filter

[PATCH] migration: Move bitmap_mutex out of migration_bitmap_clear_dirty()
 2021-07-08  2:55 UTC  (24+ messages)

pipe2 & configure script
 2021-07-08  2:37 UTC  (3+ messages)

[PATCH v8 0/3] target/i386: Implement FCS:FIP, FDS:FDP
 2021-07-08  2:24 UTC  (5+ messages)
` [PATCH v8 1/3] target/i386: Trivial code motion and code style fix
` [PATCH v8 2/3] target/i386: Split out do_fninit
` [PATCH v8 3/3] target/i386: Correct implementation for FCS, FIP, FDS and FDP

[PATCH 0/2] Let 'qemu-img convert --bitmaps' skip inconsistent bitmaps
 2021-07-08  1:30 UTC  (3+ messages)
` [PATCH 1/2] iotests: Improve and rename test 291 to qemu-img-bitmap
` [PATCH 2/2] qemu-img: Add --skip-broken for 'convert --bitmaps'

[PATCH v5 0/4] avocado-qemu: New SMMUv3 and intel IOMMU tests
 2021-07-08  1:25 UTC  (5+ messages)
` [PATCH v5 1/4] avocado_qemu: Fix KNOWN_DISTROS map into the LinuxDistro class
` [PATCH v5 2/4] Acceptance Tests: Add default kernel params and pxeboot url to the KNOWN_DISTROS collection

[RFC PATCH v2 00/44] TDX support
 2021-07-08  0:55 UTC  (45+ messages)
` [RFC PATCH v2 01/44] target/i386: Expose x86_cpu_get_supported_feature_word() for TDX
` [RFC PATCH v2 02/44] kvm: Switch KVM_CAP_READONLY_MEM to a per-VM ioctl()
` [RFC PATCH v2 03/44] i386/kvm: Move architectural CPUID leaf generation to separarte helper
` [RFC PATCH v2 04/44] vl: Introduce machine_init_done_late notifier
` [RFC PATCH v2 05/44] linux-headers: Update headers to pull in TDX API changes
` [RFC PATCH v2 06/44] hw/i386: Introduce kvm-type for TDX guest
` [RFC PATCH v2 07/44] i386/kvm: Squash getting/putting guest state for TDX VMs
` [RFC PATCH v2 08/44] i386/kvm: Skip KVM_X86_SETUP_MCE for TDX guests
` [RFC PATCH v2 09/44] target/i386: kvm: don't synchronize guest tsc for TD guest
` [RFC PATCH v2 10/44] hw/i386: Initialize TDX via KVM ioctl() when kvm_type is TDX
` [RFC PATCH v2 11/44] i386/tdx: Implement user specified tsc frequency
` [RFC PATCH v2 12/44] target/i386/tdx: Finalize the TD's measurement when machine is done
` [RFC PATCH v2 13/44] i386/tdx: Frame in tdx_get_supported_cpuid with KVM_TDX_CAPABILITIES
` [RFC PATCH v2 14/44] i386/tdx: Frame in the call for KVM_TDX_INIT_VCPU
` [RFC PATCH v2 15/44] i386/tdx: Add hook to require generic device loader
` [RFC PATCH v2 16/44] hw/i386: Add definitions from UEFI spec for volumes, resources, etc
` [RFC PATCH v2 17/44] i386/tdx: Add definitions for TDVF metadata
` [RFC PATCH v2 18/44] hw/i386: refactor e820_add_entry()
` [RFC PATCH v2 19/44] hw/i386/e820: introduce a helper function to change type of e820
` [RFC PATCH v2 20/44] i386/tdx: Parse tdx metadata and store the result into TdxGuestState
` [RFC PATCH v2 21/44] i386/tdx: Create the TD HOB list upon machine init done
` [RFC PATCH v2 22/44] i386/tdx: Add TDVF memory via INIT_MEM_REGION
` [RFC PATCH v2 23/44] i386/tdx: Use KVM_TDX_INIT_VCPU to pass HOB to TDVF
` [RFC PATCH v2 24/44] i386/tdx: Add MMIO HOB entries
` [RFC PATCH v2 25/44] q35: Move PCIe BAR check above PAM check in mch_write_config()
` [RFC PATCH v2 26/44] pci-host/q35: Move PAM initialization above SMRAM initialization
` [RFC PATCH v2 27/44] q35: Introduce smm_ranges property for q35-pci-host
` [RFC PATCH v2 28/44] i386/tdx: Force x2apic mode and routing for TDs
` [RFC PATCH v2 29/44] target/i386: Add machine option to disable PIC/8259
` [RFC PATCH v2 30/44] qom: implement property helper for sha384
` [RFC PATCH v2 31/44] target/i386/tdx: Allows mrconfigid/mrowner/mrownerconfig for TDX_INIT_VM
` [RFC PATCH v2 32/44] tdx: add kvm_tdx_enabled() accessor for later use
` [RFC PATCH v2 33/44] qmp: add query-tdx-capabilities query-tdx command
` [RFC PATCH v2 34/44] target/i386/tdx: set reboot action to shutdown when tdx
` [RFC PATCH v2 35/44] ioapic: add property to disable level interrupt
` [RFC PATCH v2 36/44] hw/i386: add eoi_intercept_unsupported member to X86MachineState
` [RFC PATCH v2 37/44] hw/i386: add option to forcibly report edge trigger in acpi tables
` [RFC PATCH v2 38/44] hw/i386: plug eoi_intercept_unsupported to ioapic
` [RFC PATCH v2 39/44] ioapic: add property to disallow SMI delivery mode
` [RFC PATCH v2 40/44] hw/i386: add a flag to disallow SMI
` [RFC PATCH v2 41/44] ioapic: add property to disallow INIT/SIPI delivery mode
` [RFC PATCH v2 42/44] hw/i386: add a flag to disable init/sipi delivery mode of interrupt
` [RFC PATCH v2 43/44] i386/tdx: disallow level interrupt and SMI/INIT/SIPI delivery mode
` [RFC PATCH v2 44/44] i386/tdx: disable S3/S4 unconditionally

[PATCH v4 0/3] DEVICE_UNPLUG_ERROR QAPI event
 2021-07-08  0:49 UTC  (2+ messages)

[PATCH 0/4] dp8393x: fixes and improvements
 2021-07-08  0:52 UTC  (9+ messages)
` [PATCH 1/4] dp8393x: don't force 32-bit register access
` [PATCH 3/4] dp8393x: Store CAM registers as 16-bit

[PATCH] target/i386: suppress CPUID leaves not defined by the CPU vendor
 2021-07-08  0:36 UTC 

[PATCH] Fix libpmem configuration option
 2021-07-08  0:22 UTC  (2+ messages)

[PATCH 0/2] numa: Parse initiator= attribute before cpus= attribute
 2021-07-08  0:06 UTC  (2+ messages)

[PATCH v1 0/2] virtio-balloon: disallow postcopy with VIRTIO_BALLOON_F_FREE_PAGE_HINT
 2021-07-07 22:40 UTC  (15+ messages)
` [PATCH v1 1/2] migration/postcopy-ram: define type for "struct PostcopyNotifyData"
` [PATCH v1 2/2] virtio-balloon: disallow postcopy with VIRTIO_BALLOON_F_FREE_PAGE_HINT

[PATCH v2] docs: Add '-device intel-iommu' entry
 2021-07-07 22:17 UTC  (2+ messages)

[PATCH] block/rbd: fix type of task->complete
 2021-07-07 21:51 UTC  (3+ messages)
` [PATCH] MAINTAINERS: update block/rbd.c maintainer

[PATCH v2 00/28] accel/tcg: Introduce translator_use_goto_tb
 2021-07-07 21:41 UTC  (4+ messages)
` [PATCH v2 18/28] target/openrisc: Use translator_use_goto_tb

[PATCH 0/2] Remove deprecated qemu-img backing file without format
 2021-07-07 21:36 UTC  (3+ messages)

[PATCH] nbd: register yank function earlier
 2021-07-07 21:15 UTC  (2+ messages)

[PATCH v7 1/2] target/i386: Trivial code motion and code style fix
 2021-07-07 21:08 UTC  (4+ messages)
` [PATCH v7 2/2] target/i386: Correct implementation for FCS, FIP, FDS and FDP

[PATCH v3 0/2] qemu-img: Make unallocated part of backing chain obvious in map
 2021-07-07 20:39 UTC  (3+ messages)
` [PATCH v3 3/2] qemu-img: Reword 'qemu-img map --output=json' docs

[PATCH v2 00/36] linux-user: Signal trampolines and vdsos
 2021-07-07 20:28 UTC  (7+ messages)
` [PATCH v2 02/36] linux-user: Fix style problems in linuxload.c
` [PATCH v2 13/36] linux-user/arm: Drop v1 signal frames
` [PATCH v2 22/36] linux-user/i386: Add vdso and use it for sigreturn

[PULL 00/15] Machine queue, 2021-07-07
 2021-07-07 19:32 UTC  (16+ messages)
` [PULL 01/15] vmbus: Don't make QOM property registration conditional
` [PULL 02/15] Deprecate pmem=on with non-DAX capable backend file
` [PULL 03/15] memory: Introduce RamDiscardManager for RAM memory regions
` [PULL 04/15] memory: Helpers to copy/free a MemoryRegionSection
` [PULL 05/15] virtio-mem: Factor out traversing unplugged ranges
` [PULL 06/15] virtio-mem: Don't report errors when ram_block_discard_range() fails
` [PULL 07/15] virtio-mem: Implement RamDiscardManager interface
` [PULL 08/15] vfio: Support for RamDiscardManager in the !vIOMMU case
` [PULL 09/15] vfio: Query and store the maximum number of possible DMA mappings
` [PULL 10/15] vfio: Sanity check maximum number of DMA mappings with RamDiscardManager
` [PULL 11/15] vfio: Support for RamDiscardManager in the vIOMMU case
` [PULL 12/15] softmmu/physmem: Don't use atomic operations in ram_block_discard_(disable|require)
` [PULL 13/15] softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard types
` [PULL 14/15] virtio-mem: Require only coordinated discards
` [PULL 15/15] vfio: Disable only uncoordinated discards for VFIO_TYPE1 iommus

[PATCH 00/12] linux-user: Extract target errno related functions to 'target_errno.h'
 2021-07-07 19:34 UTC  (13+ messages)
` [PATCH 01/12] linux-user/alpha: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN
` [PATCH 02/12] linux-user/hppa: "
` [PATCH 03/12] linux-user/mips: "
` [PATCH 04/12] linux-user/sparc: Rename target_errno.h -> target_errno_defs.h
` [PATCH 06/12] linux-user/alpha: Remove hardcoded tabs (code style)
` [PATCH 11/12] linux-user/syscall: "

[PATCH] hw: timer: Add i.MX sysctr timer implementation
 2021-07-07 19:20 UTC  (2+ messages)

[PATCH] linux-user: fill ppid field in /proc/self/stat
 2021-07-07 19:17 UTC  (3+ messages)

[PATCH v3] linux-user/elfload: Implement ELF_HWCAP for RISC-V
 2021-07-07 19:15 UTC  (2+ messages)

[PATCH v1 0/2] some device emulation documentation cleanup
 2021-07-07 18:45 UTC  (3+ messages)
` [PATCH v1 1/2] docs: collect the disparate device emulation docs into one section
` [PATCH v1 2/2] docs: add a section on the generalities of vhost-user

[PATCH v0] vhost: make SET_VRING_ADDR, SET_[PROTOCOL_]FEATEURES send replies
 2021-07-07 18:44 UTC  (6+ messages)

[PATCH v3 0/4] replication: Properly attach children
 2021-07-07 18:15 UTC  (5+ messages)
` [PATCH v3 1/4] replication: Remove s->active_disk
` [PATCH v3 2/4] replication: Reduce usage of s->hidden_disk and s->secondary_disk
` [PATCH v3 3/4] replication: Properly attach children
` [PATCH v3 4/4] replication: Remove workaround

[PATCH v5 0/6] block/rbd: migrate to coroutines and add write zeroes support
 2021-07-07 18:13 UTC  (4+ messages)

[Bug 1883414] [NEW] Cannot build qemu-5.0.0 from tarball
 2021-07-07 17:41 UTC  (3+ messages)
` [Bug 1883414] "

[PATCH V5 00/25] Live Update
 2021-07-07 17:20 UTC  (26+ messages)
` [PATCH V5 01/25] qemu_ram_volatile
` [PATCH V5 02/25] cpr: reboot mode
` [PATCH V5 03/25] cpr: QMP interfaces for reboot
` [PATCH V5 04/25] cpr: HMP "
` [PATCH V5 05/25] as_flat_walk
` [PATCH V5 06/25] oslib: qemu_clr_cloexec
` [PATCH V5 07/25] machine: memfd-alloc option
` [PATCH V5 08/25] vl: add helper to request re-exec
` [PATCH V5 09/25] string to strList
` [PATCH V5 10/25] util: env var helpers
` [PATCH V5 11/25] cpr: restart mode
` [PATCH V5 12/25] cpr: QMP interfaces for restart
` [PATCH V5 13/25] cpr: HMP "
` [PATCH V5 14/25] pci: export functions for cpr
` [PATCH V5 15/25] vfio-pci: refactor "
` [PATCH V5 16/25] vfio-pci: cpr part 1
` [PATCH V5 17/25] vfio-pci: cpr part 2
` [PATCH V5 18/25] vhost: reset vhost devices upon cprsave
` [PATCH V5 19/25] hostmem-memfd: cpr support
` [PATCH V5 20/25] chardev: cpr framework
` [PATCH V5 21/25] chardev: cpr for simple devices
` [PATCH V5 22/25] chardev: cpr for pty
` [PATCH V5 23/25] chardev: cpr for sockets
` [PATCH V5 24/25] cpr: only-cpr-capable option
` [PATCH V5 25/25] simplify savevm

[RFC v3] virtio/vsock: add two more queues for datagram types
 2021-07-07 17:36 UTC  (5+ messages)
  `  "

Picture missing in About dialog on cocoa ui
 2021-07-07 17:00 UTC 

[RFC PATCH 0/6] job: replace AioContext lock with job_mutex
 2021-07-07 16:58 UTC  (7+ messages)
` [RFC PATCH 1/6] job: use getter/setters instead of accessing the Job fields directly
` [RFC PATCH 2/6] job: _locked functions and public job_lock/unlock for next patch
` [RFC PATCH 3/6] job: minor changes to simplify locking
` [RFC PATCH 4/6] job.h: categorize job fields
` [RFC PATCH 5/6] job: use global job_mutex to protect struct Job
` [RFC PATCH 6/6] jobs: remove unnecessary AioContext aquire/release pairs

[PATCH v2 0/4] hw/nvme: fix controller hotplugging
 2021-07-07 16:56 UTC  (6+ messages)
` [PATCH v2 2/4] hw/nvme: mark nvme-subsys non-hotpluggable
` [PATCH v2 3/4] hw/nvme: unregister controller with subsystem at exit
` [PATCH v2 4/4] hw/nvme: fix controller hot unplugging

[PATCH 0/4] hw/nvme: fix controller hotplugging
 2021-07-07 16:47 UTC  (7+ messages)
` [PATCH 4/4] hw/nvme: fix controller hot unplugging

[PATCH v7 00/14] s390x cleanup
 2021-07-07 16:39 UTC  (2+ messages)

[PATCH] block/replication.c: Properly attach children
 2021-07-07 16:33 UTC  (4+ messages)


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