messages from 2021-07-09 04:43:25 to 2021-07-09 13:30:25 UTC [more...]
[PATCH qemu v23] spapr: Fix implementation of Open Firmware client interface
2021-07-09 13:28 UTC (4+ messages)
[PATCH 0/2] Let 'qemu-img convert --bitmaps' skip inconsistent bitmaps
2021-07-09 13:16 UTC (7+ 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 0/2] Remove deprecated qemu-img backing file without format
2021-07-09 13:21 UTC (5+ messages)
` [PATCH 3/2] qemu-img: Improve error for rebase without backing format
[PULL 00/28] Block layer patches
2021-07-09 12:50 UTC (29+ messages)
` [PULL 01/28] MAINTAINERS: update block/rbd.c maintainer
` [PULL 02/28] block/rbd: Add support for rbd image encryption
` [PULL 03/28] block/rbd: bump librbd requirement to luminous release
` [PULL 04/28] block/rbd: store object_size in BDRVRBDState
` [PULL 05/28] block/rbd: update s->image_size in qemu_rbd_getlength
` [PULL 06/28] block/rbd: migrate from aio to coroutines
` [PULL 07/28] block/rbd: add write zeroes support
` [PULL 08/28] block/rbd: drop qemu_rbd_refresh_limits
` [PULL 09/28] util/uri: do not check argument of uri_free()
` [PULL 10/28] export/fuse: Pass default_permissions for mount
` [PULL 11/28] export/fuse: Add allow-other option
` [PULL 12/28] export/fuse: Give SET_ATTR_SIZE its own branch
` [PULL 13/28] export/fuse: Let permissions be adjustable
` [PULL 14/28] iotests/308: Test +w on read-only FUSE exports
` [PULL 15/28] iotests/fuse-allow-other: Test allow-other
` [PULL 16/28] block/rbd: fix type of task->complete
` [PULL 17/28] MAINTAINERS: add block/rbd.c reviewer
` [PULL 18/28] vhost-user: Fix backends without multiqueue support
` [PULL 19/28] blockdev: fix drive-backup transaction endless drained section
` [PULL 20/28] qcow2: Prohibit backing file changes in 'qemu-img amend'
` [PULL 21/28] qemu-img: Require -F with -b backing image
` [PULL 22/28] qemu-img: Improve error for rebase without backing format
` [PULL 23/28] qcow2: Fix dangling pointer after reopen for 'file'
` [PULL 24/28] block: Add bdrv_reopen_queue_free()
` [PULL 25/28] block: Acquire AioContexts during bdrv_reopen_multiple()
` [PULL 26/28] block: Support multiple reopening with x-blockdev-reopen
` [PULL 27/28] iotests: Test reopening multiple devices at the same time
` [PULL 28/28] block: Make blockdev-reopen stable API
[PATCH] util/guest-random: Fix size arg to tail memcpy
2021-07-09 12:06 UTC
[Qemu-devel] [Bug 1836136] [NEW] u-boot: any plans to update u-boot to v2019.07
2021-07-09 12:24 UTC (2+ messages)
` [Bug 1836136] "
[Qemu-devel] [Bug 1839807] [NEW] Snapshots freeze guest Sabrelite IMX.6 board
2021-07-09 12:21 UTC (3+ messages)
` [Bug 1839807] "
[PATCH v2 0/3] Updates to the OpenTitan machine
2021-07-09 12:21 UTC (3+ messages)
` [PATCH v2 3/3] hw/riscv: opentitan: Add the flash alias
[PATCH v3 0/4] replication: Properly attach children
2021-07-09 12:11 UTC (10+ 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 v3 00/33] Qemu SGX virtualization
2021-07-09 11:09 UTC (34+ messages)
` [PATCH v3 01/33] memory: Add RAM_PROTECTED flag to skip IOMMU mappings
` [PATCH v3 02/33] hostmem: Add hostmem-epc as a backend for SGX EPC
` [PATCH v3 03/33] qom: Add memory-backend-epc ObjectOptions support
` [PATCH v3 04/33] i386: Add 'sgx-epc' device to expose EPC sections to guest
` [PATCH v3 05/33] vl: Add sgx compound properties to expose SGX "
` [PATCH v3 06/33] i386: Add primary SGX CPUID and MSR defines
` [PATCH v3 07/33] i386: Add SGX CPUID leaf FEAT_SGX_12_0_EAX
` [PATCH v3 08/33] i386: Add SGX CPUID leaf FEAT_SGX_12_0_EBX
` [PATCH v3 09/33] i386: Add SGX CPUID leaf FEAT_SGX_12_1_EAX
` [PATCH v3 10/33] i386: Add get/set/migrate support for SGX_LEPUBKEYHASH MSRs
` [PATCH v3 11/33] i386: Add feature control MSR dependency when SGX is enabled
` [PATCH v3 12/33] i386: Update SGX CPUID info according to hardware/KVM/user input
` [PATCH v3 13/33] i386: kvm: Add support for exposing PROVISIONKEY to guest
` [PATCH v3 14/33] i386: Propagate SGX CPUID sub-leafs to KVM
` [PATCH v3 15/33] Adjust min CPUID level to 0x12 when SGX is enabled
` [PATCH v3 16/33] hw/i386/fw_cfg: Set SGX bits in feature control fw_cfg accordingly
` [PATCH v3 17/33] hw/i386/pc: Account for SGX EPC sections when calculating device memory
` [PATCH v3 18/33] i386/pc: Add e820 entry for SGX EPC section(s)
` [PATCH v3 19/33] i386: acpi: Add SGX EPC entry to ACPI tables
` [PATCH v3 20/33] q35: Add support for SGX EPC
` [PATCH v3 21/33] i440fx: "
` [PATCH v3 22/33] hostmem-epc: Add the reset interface for EPC backend reset
` [PATCH v3 23/33] sgx-epc: Add the reset interface for sgx-epc virt device
` [PATCH v3 24/33] sgx-epc: Avoid bios reset during sgx epc initialization
` [PATCH v3 25/33] hostmem-epc: Make prealloc consistent with qemu cmdline during reset
` [PATCH v3 26/33] qmp: Add query-sgx command
` [PATCH v3 27/33] hmp: Add 'info sgx' command
` [PATCH v3 28/33] i386: Add sgx_get_info() interface
` [PATCH v3 29/33] bitops: Support 32 and 64 bit mask macro
` [PATCH v3 30/33] qmp: Add the qmp_query_sgx_capabilities()
` [PATCH v3 31/33] Kconfig: Add CONFIG_SGX support
` [PATCH v3 32/33] sgx-epc: Add the fill_device_info() callback support
` [PATCH v3 33/33] doc: Add the SGX doc
[PATCH v1 0/2] virtio-balloon: disallow postcopy with VIRTIO_BALLOON_F_FREE_PAGE_HINT
2021-07-09 11:27 UTC (9+ messages)
` [PATCH v1 2/2] "
[PATCH v4 0/3] DEVICE_UNPLUG_ERROR QAPI event
2021-07-09 11:25 UTC (5+ messages)
` [PATCH v4 3/3] memory_hotplug.c: send DEVICE_UNPLUG_ERROR in acpi_memory_hotplug_write()
[PATCH v2 for 6.1 00/39] testing and plugins pre-PR series
2021-07-09 10:51 UTC (5+ messages)
` [PATCH v2 26/39] tests/tcg: make test-mmap a little less aggressive
[PATCH v5 0/6] block/rbd: migrate to coroutines and add write zeroes support
2021-07-09 10:21 UTC (3+ messages)
[PATCH v2 0/4] hw/nvme: fix controller hotplugging
2021-07-09 10:08 UTC (7+ messages)
[PATCH] hw/intc/arm_gic: Fix set/clear pending of PPI/SPI
2021-07-09 9:49 UTC
[PATCH 0/2] numa: Parse initiator= attribute before cpus= attribute
2021-07-09 9:44 UTC (6+ messages)
` [PATCH 1/2] numa: Report expected initiator
` [PATCH 2/2] numa: Parse initiator= attribute before cpus= attribute
Question: qemux86-64 reboot hangs at "reboot: machine restart"
2021-07-09 9:27 UTC
[PATCH v1] migration: fix typo in mig_throttle_guest_down comment
2021-07-09 9:14 UTC (2+ messages)
[RFC PATCH 0/6] dp8393x: Housekeeping
2021-07-09 9:13 UTC (8+ messages)
` [RFC PATCH 6/6] dp8393x: Rewrite dp8393x_get() / dp8393x_put()
[PATCH] target/xtensa/xtensa-semi: Fix compilation problem on Haiku
2021-07-09 9:13 UTC (2+ messages)
[PATCH v2] hw/virtio: Document *_should_notify() are called within rcu_read_lock()
2021-07-09 9:10 UTC (4+ messages)
[PATCH] misc: Remove redundant new line in perror()
2021-07-09 9:09 UTC (3+ messages)
[PATCH] virtiofsd: Add missing newline in error message
2021-07-09 9:06 UTC (2+ messages)
[PATCH v2] misc: Fix "havn't" typo
2021-07-09 9:05 UTC (2+ messages)
[PATCH] memory: Display MemoryRegion name in read/write ops trace events
2021-07-09 9:03 UTC (10+ messages)
[PATCH v2 0/9] tests: Add test cases for TPM 1.2 ACPI tables
2021-07-09 9:03 UTC (7+ messages)
` [PATCH v2 3/9] tests: acpi: Prepare for renaming of TPM2 related ACPI files
` [PATCH v2 4/9] tests: Add suffix 'tpm2' or 'tpm12' to ACPI table files
` [PATCH v2 5/9] tests: acpi: tpm2: Add the renamed ACPI files and drop old ones
[PATCH] qemu-option: Drop dead assertion
2021-07-09 9:00 UTC (3+ messages)
[PATCH v2 00/35] acpi: refactor error prone build_header() and packed structures usage in ACPI tables
2021-07-09 8:59 UTC (4+ messages)
` [PATCH v2 29/35] acpi: arm/virt: convert build_iort() to endian agnostic build_append_FOO() API
[PATCH] migration: Move bitmap_mutex out of migration_bitmap_clear_dirty()
2021-07-09 8:58 UTC (10+ messages)
[PATCH] meson: Use input/output for entitlements target
2021-07-09 8:29 UTC (2+ messages)
[PATCH v8 0/9] i386: KVM: expand Hyper-V features early
2021-07-09 8:22 UTC (4+ messages)
` [PATCH v8 9/9] qtest/hyperv: Introduce a simple hyper-v test
[RFC PATCH] gitlab-ci: Test compilation on Windows with MSYS2
2021-07-09 8:20 UTC (2+ messages)
[PATCH v3] remote/memory: Replace share parameter with ram_flags
2021-07-09 8:13 UTC (2+ messages)
[PATCH] fd-trans: Fix race condition on reallocation of the translation table
2021-07-09 7:58 UTC (2+ messages)
[PATCH v7 00/14] s390x cleanup
2021-07-09 7:43 UTC (5+ messages)
` [PATCH v7 01/14] target/s390x: meson: add target_user_arch
[PATCH v1 1/5] target/riscv: Expose interrupt pending bits as GPIO lines
2021-07-09 7:26 UTC (8+ messages)
` [PATCH v1 3/5] hw/intc: ibex_plic: Convert the PLIC to use RISC-V CPU "
` [PATCH v1 4/5] hw/intc: sifive_plic: "
` [PATCH v1 5/5] hw/intc: ibex_timer: Convert the timer "
[PATCH 0/2] wdt_aspeed: Fix behaviour of control register
2021-07-09 7:29 UTC (4+ messages)
` [PATCH 1/2] watchdog: aspeed: Sanitize control register values
` [PATCH 2/2] watchdog: aspeed: Fix sequential control writes
[PATCH 0/2] target/hppa: Use tcg_constant_*
2021-07-09 7:08 UTC (3+ messages)
` [PATCH 1/2] "
[PATCH v2] docs: Add '-device intel-iommu' entry
2021-07-09 7:07 UTC (4+ messages)
[PATCH] tests/qtest/nvme-test: add persistent memory region test
2021-07-09 6:58 UTC (2+ messages)
[PATCH v2 0/5] virtio: Add vhost-user based RNG
2021-07-09 7:02 UTC (4+ messages)
[PULL 00/13] pc,pci,virtio: bugfixes, improvements
2021-07-09 7:02 UTC (5+ messages)
` [PULL 13/13] MAINTAINERS: Add maintainer for vhost-user RNG implementation
[PATCH v3 0/2] x86/sev: Measured Linux SEV guest with kernel/initrd/cmdline
2021-07-09 6:55 UTC (2+ messages)
[PATCH]: /hw/nvme/ctrl error handling if descriptors are greater than 1024
2021-07-09 6:06 UTC (2+ messages)
[PATCH v8 0/9] vhost-vdpa: add support for configure interrupt
2021-07-09 6:03 UTC (17+ messages)
` [PATCH v8 2/9] virtio-pci:decouple virtqueue from interrupt setting process
` [PATCH v8 3/9] vhost: add new call back function for config interrupt
` [PATCH v8 4/9] vhost-vdpa: add support for config interrupt call back
` [PATCH v8 5/9] vhost-net:add support for configure interrupt
` [PATCH v8 6/9] virtio-mmio: add "
` [PATCH v8 7/9] virtio-pci: decouple notifier from interrupt process
` [PATCH v8 8/9] virtio-pci:decouple the single vector from the "
` [PATCH v8 9/9] virtio-pci: add support for configure interrupt
[PATCH 00/17] target/riscv: Use tcg_constant_*
2021-07-09 5:45 UTC (14+ messages)
` [PATCH 01/17] "
` [PATCH 02/17] target/riscv: Introduce gpr_src, gpr_dst
` [PATCH 03/17] target/riscv: Use gpr_{src,dst} in shift operations
` [PATCH 04/17] target/riscv: Use gpr_{src, dst} in word division operations
` [PATCH 05/17] target/riscv: Use gpr_{src, dst} and tcg_constant_tl in gen_grevi
` [PATCH 09/17] target/riscv: Reorg csr instructions
` [PATCH 12/17] target/riscv: Use gpr_{src,dst} for RVF
` [PATCH 13/17] target/riscv: Use gpr_{src,dst} for RVD
` [PATCH 14/17] target/riscv: Tidy trans_rvh.c.inc
` [PATCH 16/17] target/riscv: Use gpr_{src,dst} for RVV
` [PATCH 17/17] target/riscv: Remove gen_get_gpr
[PULL V2 0/6] COLO-Proxy patches for 2021-06-25
2021-07-09 5:56 UTC (4+ messages)
` [PULL V2 1/6] qapi/net: Add IPFlowSpec and QMP command for filter passthrough
[PULL 00/33] ppc-for-6.1 queue 20210709
2021-07-09 5:17 UTC (34+ messages)
` [PULL 01/33] target/ppc: Introduce ppc_interrupts_little_endian()
` [PULL 02/33] target/ppc: Drop PowerPCCPUClass::interrupts_big_endian()
` [PULL 03/33] spapr: tune rtas-size
` [PULL 04/33] target/ppc: Remove PowerPCCPUClass.handle_mmu_fault
` [PULL 05/33] target/ppc: Use MMUAccessType with *_handle_mmu_fault
` [PULL 06/33] target/ppc: Push real-mode handling into ppc_radix64_xlate
` [PULL 07/33] target/ppc: Use bool success for ppc_radix64_xlate
` [PULL 08/33] target/ppc: Split out ppc_hash64_xlate
` [PULL 09/33] target/ppc: Split out ppc_hash32_xlate
` [PULL 10/33] target/ppc: Split out ppc_jumbo_xlate
` [PULL 11/33] target/ppc: Introduce ppc_xlate
` [PULL 12/33] target/ppc: Restrict ppc_cpu_tlb_fill to TCG
` [PULL 13/33] target/ppc: Fix compilation with DUMP_PAGE_TABLES debug option
` [PULL 14/33] target/ppc: Fix compilation with FLUSH_ALL_TLBS "
` [PULL 15/33] target/ppc: Fix compilation with DEBUG_BATS "
` [PULL 16/33] target/ppc: fix address translation bug for radix mmus
` [PULL 17/33] target/ppc: changed ppc_hash64_xlate to use mmu_idx
` [PULL 18/33] target/ppc: introduce mmu-books.h
` [PULL 19/33] target/ppc: change ppc_hash32_xlate to use mmu_idx
` [PULL 20/33] roms/u-boot: Bump ppce500 u-boot to v2021.07 to add eTSEC support
` [PULL 21/33] docs/system: ppc: Update ppce500 documentation with "
` [PULL 22/33] spapr: Implement Open Firmware client interface
` [PULL 23/33] target/ppc: mtmsrd is an illegal instruction on BookE
` [PULL 24/33] ppc/pegasos2: Introduce Pegasos2MachineState structure
` [PULL 25/33] target/ppc: Allow virtual hypervisor on CPU without HV
` [PULL 26/33] target/ppc/spapr: Update H_GET_CPU_CHARACTERISTICS L1D cache flush bits
` [PULL 27/33] ppc/pegasos2: Use Virtual Open Firmware as firmware replacement
` [PULL 28/33] ppc/pegasos2: Fix use of && instead of &
` [PULL 29/33] ppc/pegasos2: Implement some RTAS functions with VOF
` [PULL 30/33] target/ppc: Don't compile ppc_tlb_invalid_all without TCG
` [PULL 31/33] spapr: Fix implementation of Open Firmware client interface
` [PULL 32/33] linux-headers: Update
` [PULL 33/33] target/ppc: Support for H_RPT_INVALIDATE hcall
[PATCH V2 0/3] virtio: Add vhost-user-i2c device's support
2021-07-09 5:00 UTC (4+ messages)
` [PATCH V2 1/3] hw/virtio: add boilerplate for vhost-user-i2c device
` [PATCH V2 2/3] hw/virtio: add vhost-user-i2c-pci boilerplate
` [PATCH V2 3/3] MAINTAINERS: Add entry for virtio-i2c
[Qemu-devel] [Bug 1741718] [NEW] qemu-system-sparc64: "panic[cpu0]/thread=180e000: lgrp_traverse: No memory blocks found" with tribblix-sparc-0m16.iso
2021-07-09 4:17 UTC (2+ messages)
` [Bug 1741718] "
[PATCH] hw/riscv: sifive_u: Make sure firmware info is 8-byte aligned
2021-07-09 4:41 UTC (2+ messages)
[Bug 1895602] [NEW] older OS's do not detect CD change
2021-07-09 4:17 UTC (2+ messages)
` [Bug 1895602] "
[Bug 1849894] [NEW] hw/scsi/scsi-disk.c line 2554 allocation overflow
2021-07-09 4:17 UTC (2+ messages)
` [Bug 1849894] "
[Bug 1861161] [NEW] qemu-arm-static 100% CPU when cross-compiling emacs on alpine
2021-07-09 4:17 UTC (2+ messages)
` [Bug 1861161] Re: qemu-arm-static stuck with 100% CPU when cross-compiling emacs
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).