qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-08 19:51:12 to 2021-07-09 06:57:02 UTC [more...]

[PATCH v3 0/2] x86/sev: Measured Linux SEV guest with kernel/initrd/cmdline
 2021-07-09  6:55 UTC  (2+ messages)

[PATCH 0/2] Let 'qemu-img convert --bitmaps' skip inconsistent bitmaps
 2021-07-09  6:54 UTC  (5+ 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 v2 0/4] hw/nvme: fix controller hotplugging
 2021-07-09  6:16 UTC  (3+ 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  (19+ messages)
` [PATCH v8 1/9] virtio: introduce macro IRTIO_CONFIG_IRQ_IDX
` [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  (20+ 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 06/17] target/riscv: Use gpr_src in branches
` [PATCH 07/17] target/riscv: Use gpr_{src,dst} for integer load/store
` [PATCH 08/17] target/riscv: Use gpr_{src, dst} for word shift operations
` [PATCH 09/17] target/riscv: Reorg csr instructions
` [PATCH 10/17] target/riscv: Use gpr_{src,dst} for RVA
` [PATCH 11/17] target/riscv: Use gpr_{src,dst} for RVB
` [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 15/17] target/riscv: Use gen_arith for mulh and mulhu
` [PATCH 16/17] target/riscv: Use gpr_{src,dst} for RVV
` [PATCH 17/17] target/riscv: Remove gen_get_gpr

[PATCH 0/2] wdt_aspeed: Fix behaviour of control register
 2021-07-09  5:31 UTC  (3+ messages)
` [PATCH 1/2] watchdog: aspeed: Sanitize control register values
` [PATCH 2/2] watchdog: aspeed: Fix sequential control writes

[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 v3] remote/memory: Replace share parameter with ram_flags
 2021-07-09  5:28 UTC 

[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  (3+ messages)

[Bug 1895602] [NEW] older OS's do not detect CD change
 2021-07-09  4:17 UTC  (2+ messages)
` [Bug 1895602] "

[Qemu-devel] [Bug 1839807] [NEW] Snapshots freeze guest Sabrelite IMX.6 board
 2021-07-09  4:17 UTC  (2+ messages)
` [Bug 1839807] "

[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

[Bug 1898490] [NEW] gtk with virtio and opengl black screen
 2021-07-09  4:17 UTC  (2+ messages)
` [Bug 1898490] "

[Bug 1896561] [NEW] EFI GOP Mode 1366x768
 2021-07-09  4:17 UTC  (2+ messages)
` [Bug 1896561] "

[Bug 1899082] [NEW] ReplayKernel.test_x86_64_pc fails intermittently
 2021-07-09  4:17 UTC  (2+ messages)
` [Bug 1899082] "

[Bug 1896342] [NEW] IDE ATA IDENTIFY WORD 106
 2021-07-09  4:17 UTC  (2+ messages)
` [Bug 1896342] "

[Bug 1900122] [NEW] Unsupported ioctl: cmd=0xffffffff80685600 when accessing /dev/video* in aarch64 guest
 2021-07-09  4:17 UTC  (2+ messages)
` [Bug 1900122] "

[Bug 1900352] [NEW] no sound in spice when VNC enabled
 2021-07-09  4:17 UTC  (2+ messages)
` [Bug 1900352] "

[Bug 1898954] [NEW] x86 f1 opcode hangs qemu
 2021-07-09  4:17 UTC  (2+ messages)
` [Bug 1898954] "

[Bug 1901892] [NEW] qemu-img create corrupts the qcow2 if the file already exists
 2021-07-09  4:17 UTC  (2+ messages)
` [Bug 1901892] "

[Bug 1901068] [NEW] Deleted tests are still run if they exist in the build tree
 2021-07-09  4:17 UTC  (2+ messages)
` [Bug 1901068] "

[Bug 1900919] [NEW] PXB selected as root bus incorrectly
 2021-07-09  4:17 UTC  (2+ messages)
` [Bug 1900919] "

[Bug 1902451] [NEW] incorrect cpuid feature detection
 2021-07-09  4:17 UTC  (2+ messages)
` [Bug 1902451] "

[Bug 1902267] [NEW] CPU not support 32-bit stack in 32-bit unreal mode
 2021-07-09  4:17 UTC  (2+ messages)
` [Bug 1902267] "

[Bug 1901359] [NEW] ignore bit 0 in pci CONFIG_ADDRESS register write for Type 1 access
 2021-07-09  4:17 UTC  (2+ messages)
` [Bug 1901359] "

[Bug 1902394] [NEW] Guest stuck in Paused state right after created It
 2021-07-09  4:17 UTC  (2+ messages)
` [Bug 1902394] "

[Bug 1902365] [NEW] 3x 100% host CPU core usage while virtual machine is in idle
 2021-07-09  4:17 UTC  (2+ messages)
` [Bug 1902365] "

[Bug 1902262] [NEW] vmstate_load_state return error into virtio_load function
 2021-07-09  4:17 UTC  (2+ messages)
` [Bug 1902262] "

[Bug 1902777] [NEW] qemu with whpx acceleration crashes with vmx=on
 2021-07-09  4:17 UTC  (2+ messages)
` [Bug 1902777] "

[Bug 1903493] [NEW] About wireless network card bridging
 2021-07-09  4:17 UTC  (2+ messages)
` [Bug 1903493] "

[PATCH] hw/riscv: sifive_u: Correct the CLINT timebase frequency
 2021-07-09  3:50 UTC  (2+ messages)

[PATCH] docs/system: riscv: Update Microchip Icicle Kit for direct kernel boot
 2021-07-09  3:50 UTC  (2+ messages)

[PATCH qemu v23] spapr: Fix implementation of Open Firmware client interface
 2021-07-09  3:43 UTC  (10+ messages)

[PATCH v2 0/3] Updates to the OpenTitan machine
 2021-07-09  3:38 UTC  (4+ messages)
` [PATCH v2 1/3] char: ibex_uart: Update the register layout
` [PATCH v2 2/3] hw/riscv: opentitan: Add the unimplement rv_core_ibex_peri
` [PATCH v2 3/3] hw/riscv: opentitan: Add the flash alias

[PATCH v1 1/5] target/riscv: Expose interrupt pending bits as GPIO lines
 2021-07-09  3:31 UTC  (5+ messages)
` [PATCH v1 2/5] hw/intc: sifive_clint: Use RISC-V CPU "
` [PATCH v1 3/5] hw/intc: ibex_plic: Convert the PLIC to use "
` [PATCH v1 4/5] hw/intc: sifive_plic: "
` [PATCH v1 5/5] hw/intc: ibex_timer: Convert the timer "

[PATCH] meson: Use input/output for entitlements target
 2021-07-09  1:25 UTC 

[PATCH] migration/rdma: prevent from double free the same mr
 2021-07-09  1:18 UTC  (3+ messages)

[PATCH v1 0/2] Enable support for H_RPT_INVALIDATE hcall
 2021-07-09  1:01 UTC  (3+ messages)
` [PATCH v1 2/2] target/ppc: Support "

[PATCH qemu v22] spapr: Implement Open Firmware client interface
 2021-07-09  0:57 UTC  (4+ messages)

[PATCH v3 0/4] target/ppc: MMU clean up
 2021-07-09  0:44 UTC  (3+ messages)
` [PATCH v3 1/4] target/ppc: Don't compile ppc_tlb_invalid_all without TCG

[PATCH v2 4/4] ppc/pegasos2: Implement some RTAS functions with VOF
 2021-07-09  0:40 UTC  (2+ messages)

[PATCH 1/4] cutils: Introduce bundle mechanism
 2021-07-09  0:31 UTC  (4+ messages)
` [PATCH 3/4] ui/icons: Use "

Picture missing in About dialog on cocoa ui
 2021-07-09  0:15 UTC  (5+ messages)

[PATCH] Move qemu.sasl to contrib/
 2021-07-08 23:22 UTC  (5+ messages)

[PATCH 0/4] ppc/Pegasos2: Firmware replacement using VOF
 2021-07-08 22:25 UTC  (4+ messages)
` [PATCH 4/4] ppc/pegasos2: Implement some RTAS functions with VOF

[PATCH v4 0/8] GICv3 LPI and ITS feature implementation
 2021-07-08 22:05 UTC  (9+ messages)
` [PATCH v4 7/8] hw/arm/sbsa-ref: add ITS support in SBSA GIC

[PULL 00/13] pc,pci,virtio: bugfixes, improvements
 2021-07-08 22:01 UTC  (3+ messages)
` [PULL 13/13] MAINTAINERS: Add maintainer for vhost-user RNG implementation

[PATCH 0/3] linux-user: update headers to linux v5.13
 2021-07-08 21:57 UTC  (4+ messages)
` [PATCH 1/3] linux-user: update syscall_nr.h to Linux v5.13
` [PATCH 2/3] linux-user, mips: update syscall-args-o32.c.inc "
` [PATCH 3/3] linux-user: update syscall.tbl "

[PATCH] vhost-user: Fix backends without multiqueue support
 2021-07-08 21:51 UTC  (2+ messages)

[PATCH 0/4] target/openrisc: Use tcg_constant_*
 2021-07-08 21:37 UTC  (5+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] target/openrisc: Use tcg_constant_tl for dc->R0
` [PATCH 3/4] target/openrisc: Cache constant 0 in DisasContext
` [PATCH 4/4] target/openrisc: Use dc->zero in gen_add, gen_addc

[PULL 0/8] Linux user for 6.1 patches
 2021-07-08 21:16 UTC  (2+ messages)

[PATCH v8 0/9] i386: KVM: expand Hyper-V features early
 2021-07-08 21:02 UTC  (3+ messages)
` [PATCH v8 9/9] qtest/hyperv: Introduce a simple hyper-v test

[PATCH] target/i386: suppress CPUID leaves not defined by the CPU vendor
 2021-07-08 21:05 UTC  (4+ messages)
` [PATCH] target/i386: Fix cpuid level for AMD

[PATCH 0/2] target/hppa: Use tcg_constant_*
 2021-07-08 20:58 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] target/hppa: Clean up DisasCond

[PATCH v2 for 6.1 00/39] testing and plugins pre-PR series
 2021-07-08 20:44 UTC  (29+ messages)
` [PATCH v2 05/39] tests/tcg: also disable the signals test for plugins
` [PATCH v2 06/39] build: validate that system capstone works before using it
` [PATCH v2 14/39] tests/docker: fix sorting in package lists
` [PATCH v2 19/39] tests/docker: expand centos8 package list
` [PATCH v2 22/39] tests/docker: expand ubuntu2004 "
` [PATCH v2 23/39] tests/docker: expand opensuse-leap "
` [PATCH v2 25/39] tests/vm: update openbsd to release 6.9
` [PATCH v2 26/39] tests/tcg: make test-mmap a little less aggressive
` [PATCH v2 27/39] plugins: fix-up handling of internal hostaddr for 32 bit
` [PATCH v2 28/39] meson.build: move TCG plugin summary output
` [PATCH v2 29/39] configure: don't allow plugins to be enabled for a non-TCG build
` [PATCH v2 30/39] configure: stop user enabling plugins on Windows for now
` [PATCH v2 31/39] tcg/plugins: enable by default for TCG builds
` [PATCH v2 32/39] contrib/plugins: enable -Wall for building plugins
` [PATCH v2 33/39] contrib/plugins: add execlog to log instruction execution and memory access
` [PATCH v2 35/39] plugins: Added a new cache modelling plugin
` [PATCH v2 36/39] plugins/cache: Enable cache parameterization
` [PATCH v2 38/39] docs/devel: Added cache plugin to the plugins docs

[PATCH v7 0/9] i386: KVM: expand Hyper-V features early
 2021-07-08 20:57 UTC  (3+ messages)
` [PATCH v7 1/9] i386: avoid hardcoding '12' as 'hyperv_vendor_id' length

[PATCH] fd-trans: Fix race condition on reallocation of the translation table
 2021-07-08 20:53 UTC  (2+ messages)

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

[PATCH v2] docs: Add '-device intel-iommu' entry
 2021-07-08 20:28 UTC  (3+ messages)

[PATCH 00/18] crypto: misc cleanup and introduce gnutls backend driver
 2021-07-08 19:52 UTC  (11+ messages)
` [PATCH 11/18] crypto: rename des-rfb cipher to just des
` [PATCH 15/18] crypto: add gnutls hash provider
` [PATCH 16/18] crypto: add gnutls hmac provider
` [PATCH 17/18] crypto: add gnutls pbkdf provider
` [PATCH 18/18] crypto: prefer gnutls as the crypto backend if new enough

[PATCH v2] remote/memory: Replace share parameter with ram_flags
 2021-07-08 19:59 UTC  (2+ messages)

[PATCH v5 0/4] avocado-qemu: New SMMUv3 and intel IOMMU tests
 2021-07-08 19:32 UTC  (6+ messages)
` [PATCH v5 1/4] avocado_qemu: Fix KNOWN_DISTROS map into the LinuxDistro class


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