qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-14 20:30:39 to 2021-06-15 12:57:04 UTC [more...]

[PATCH v8 00/19] hvf: Implement Apple Silicon Support
 2021-06-15 12:54 UTC  (17+ messages)
` [PATCH v8 13/19] hvf: Add Apple Silicon support
` [PATCH v8 14/19] arm/hvf: Add a WFI handler
` [PATCH v8 15/19] hvf: arm: Implement -cpu host
` [PATCH v8 16/19] hvf: arm: Implement PSCI handling
` [PATCH v8 17/19] arm: Add Hypervisor.framework build target
` [PATCH v8 18/19] arm: Enable Windows 10 trusted SMCCC boot call
` [PATCH v8 19/19] hvf: arm: Handle Windows 10 SMC call

[PATCH 0/4] AIA local interrupt CSR support
 2021-06-15 12:48 UTC  (8+ messages)
` [PATCH 3/4] target/riscv: Implement AIA local interrupt CSRs

[PATCH v2 1/2] target/ppc: fix address translation bug for radix mmus
 2021-06-15 12:25 UTC  (14+ messages)
` [RFC PATCH v2 2/2] target/ppc: make gdb able to translate priviledged addresses

[PATCH 0/3] Start fixing kvm-unit-tests for svm
 2021-06-15 12:24 UTC  (3+ messages)
` [PATCH 1/3] target/i386: Added consistency checks for VMRUN intercept and ASID

[PATCH v4 0/8] IOMMU: Add support for IOMMU Bypass Feature
 2021-06-15 12:04 UTC  (5+ messages)

[PATCH v5 0/9] qapi: untie 'if' conditions from C preprocessor
 2021-06-15 11:56 UTC  (6+ messages)
` [PATCH v5 1/9] docs: update the documentation about schema configuration
` [PATCH v5 7/9] qapi: normalize 'if' condition to IfPredicate tree

[PATCH V8 0/6] Passthrough specific network traffic in COLO
 2021-06-15 11:37 UTC  (7+ messages)
` [PATCH V8 1/6] qapi/net: Add IPFlowSpec and QMP command for COLO passthrough
` [PATCH V8 2/6] util/qemu-sockets.c: Add inet_parse_base to handle InetSocketAddressBase
` [PATCH V8 3/6] hmp-commands: Add new HMP command for COLO passthrough
` [PATCH V8 4/6] net/colo-compare: Move data structure and define to .h file
` [PATCH V8 5/6] net/colo-compare: Add passthrough list to CompareState
` [PATCH V8 6/6] net/net.c: Add handler for COLO passthrough connection

[PATCH] vfio: Fix unregister SaveVMHandler in vfio_migration_finalize
 2021-06-15 11:42 UTC  (2+ messages)

[PATCH v2 0/8] configure: Change to -std=gnu11
 2021-06-15 11:26 UTC  (23+ messages)
` [PATCH v2 1/8] configure: Use -std=gnu11
` [PATCH v2 2/8] softfloat: Use _Generic instead of QEMU_GENERIC
` [PATCH v2 3/8] util: Use real functions for thread-posix QemuRecMutex
` [PATCH v2 4/8] util: Pass file+line to qemu_rec_mutex_unlock_impl
` [PATCH v2 5/8] util: Use unique type for QemuRecMutex in thread-posix.h
` [PATCH v2 6/8] include/qemu/lockable: Use _Generic instead of QEMU_GENERIC
` [PATCH v2 7/8] qemu/compiler: Remove QEMU_GENERIC
` [PATCH v2 8/8] configure: Remove probe for _Static_assert

[PATCH v7 0/4] Add support for ipv6 host forwarding
 2021-06-15 11:24 UTC  (3+ messages)

[PATCH 1/2] target/riscv: csr: Fix hmode32() for RV64
 2021-06-15 10:42 UTC  (5+ messages)
` [PATCH 2/2] target/riscv: csr: Remove redundant check in fp csr read/write routines

[PATCH] target/riscv: gdbstub: Fix dynamic CSR XML generation
 2021-06-15 10:41 UTC  (2+ messages)

[PATCH 0/2] STM32VLDISCOVERY Machine Model
 2021-06-15 10:40 UTC  (14+ messages)
` [PATCH 1/2] stm32f100: Add the stm32f100 SoC
` [PATCH 2/2] stm32vldiscovery: Add the STM32VLDISCOVERY Machine

[PATCH qemu v21] spapr: Implement Open Firmware client interface
 2021-06-15 10:29 UTC  (2+ messages)

[Bug 1878057] [NEW] null-ptr dereference in megasas_command_complete
 2021-06-15  9:57 UTC  (3+ messages)
` [Bug 1878057] "

[Bug 1878323] [NEW] Assertion-failure in usb_detach
 2021-06-15  9:56 UTC  (3+ messages)
` [Bug 1878323] "

[PATCH 0/5] linux-user/s390x: Fix psw.mask handling in signals
 2021-06-15  9:51 UTC  (15+ messages)
` [PATCH 1/5] target/s390x: Expose load_psw and get_psw_mask to cpu.h
` [PATCH 2/5] target/s390x: Do not modify cpu state in s390_cpu_get_psw_mask
` [PATCH 3/5] target/s390x: Improve s390_cpu_dump_state vs cc_op
` [PATCH 4/5] target/s390x: Use s390_cpu_{set_psw, get_psw_mask} in gdbstub
` [PATCH 5/5] linux-user/s390x: Save and restore psw.mask properly

[RFC PATCH] migration: Add missing dependency on GNUTLS
 2021-06-15  9:45 UTC  (3+ messages)

[RFC PATCH 0/5] ppc/Pegasos2 VOF
 2021-06-15  9:44 UTC  (4+ messages)
` [RFC PATCH 4/5] ppc/pegasos2: Use Virtual Open Firmware as firmware replacement

[RFC PATCH 0/8] pSeries base FORM2 NUMA affinity support
 2021-06-15  9:33 UTC  (11+ messages)
` [RFC PATCH 1/8] spapr: move NUMA data init to do_client_architecture_support()
` [RFC PATCH 2/8] spapr_numa.c: split FORM1 code into helpers
` [RFC PATCH 3/8] spapr_numa.c: wait for CAS before writing rtas DT
` [RFC PATCH 4/8] spapr_numa.c: base FORM2 NUMA affinity support
` [RFC PATCH 5/8] spapr: simplify spapr_numa_associativity_init params
` [RFC PATCH 6/8] nvdimm: add PPC64 'device-node' property
` [RFC PATCH 7/8] spapr_numa, spapar_nvdimm: write secondary NUMA domain for nvdimms
` [RFC PATCH 8/8] spapr: move memory/cpu less check to spapr_numa_FORM1_affinity_init()

[PATCH v2 00/18] modules: add metadata database
 2021-06-15  9:27 UTC  (12+ messages)
` [PATCH v2 03/18] modules: add qemu-modinfo utility

[PATCH] target/arm: Fix mte page crossing test
 2021-06-15  9:20 UTC  (2+ messages)

[PATCH 0/3] hw/acpi, arm: Provide and use acpi_ghes_present()
 2021-06-15  9:19 UTC  (2+ messages)

[RFC PATCH 0/5] ebpf: Added ebpf helper for libvirtd
 2021-06-15  9:13 UTC  (6+ messages)

[PATCH v2] ui: Make the DisplayType enum entries conditional
 2021-06-15  9:04 UTC 

[PATCH] tests: cover aio_co_enter from a worker thread without BQL taken
 2021-06-15  9:00 UTC  (2+ messages)

[RFC] GitLab issue tracker labeling process: arch/target, os, and accel labels
 2021-06-15  8:56 UTC  (4+ messages)

[PATCH v3 0/5] tpm: Eliminate TPM related code if CONFIG_TPM is not set
 2021-06-15  8:52 UTC  (6+ messages)
` [PATCH v3 5/5] tpm: Return QMP error when TPM is disabled in build

[PATCH v2] qemu-img: Make unallocated part of backing chain obvious in map
 2021-06-15  8:54 UTC  (3+ messages)
` [PATCH v2 2/1] qemu-img: Add "backing":true to unallocated map segments

[Bug 1907952] [NEW] qemu-system-aarch64: with "-display gtk" arrow keys are received as just ^[ on ttyAMA0
 2021-06-15  8:28 UTC  (2+ messages)
` [Bug 1907952] "

[PATCH v4 0/2] Gitlab: Add issue templates
 2021-06-15  8:26 UTC  (3+ messages)

[PATCH] contrib/plugins: add execlog to log instruction execution and memory access
 2021-06-15  8:22 UTC  (3+ messages)

[PATCH v3 0/2] QOMify Sifive UART Model
 2021-06-15  8:16 UTC  (6+ messages)
` [PATCH v3 1/2] hw/char: sifive_uart
` [PATCH v3 2/2] "

[PATCH v2] hw/nvme: be more careful when deasserting IRQs
 2021-06-15  8:12 UTC  (4+ messages)

[PATCH v5 00/16] qemu_iotests: improve debugging options
 2021-06-15  7:57 UTC  (4+ messages)
` [PATCH v5 06/16] qemu-iotests: delay QMP socket timers

[PATCH 0/8] configure: Change to -std=gnu11
 2021-06-15  7:42 UTC  (4+ messages)
` [PATCH 1/8] configure: Use -std=gnu11

[RFC PATCH 00/11] RISC-V: support clic v0.9 specification
 2021-06-15  7:45 UTC  (8+ messages)
` [RFC PATCH 08/11] target/riscv: Update CSR xnxti in CLIC mode

[PATCH] esp: fix migration version check in esp_is_version_5()
 2021-06-15  7:42 UTC  (7+ messages)

[RFC PATCH] linux-user/sparc: Implement v8plus signals
 2021-06-15  6:48 UTC  (2+ messages)

[PATCH] linux-user: Use public sigev_notify_thread_id member if available
 2021-06-15  6:42 UTC  (2+ messages)

[PATCH] linux-user: Remove unnecessary static assert involving __SIGRTMAX
 2021-06-15  6:38 UTC  (2+ messages)

[PATCH] linux-user: Fix incorrect use of feature-test-macros
 2021-06-15  6:36 UTC  (2+ messages)

[RFC PATCH 0/5] target/ppc: powerpc_excp improvements - part I
 2021-06-15  5:56 UTC  (5+ messages)
` [RFC PATCH 5/5] target/ppc: powerpc_excp: Move interrupt raising code to QOM

[PATCH v2 0/8] virtio-gpu: Add a default synchronization mechanism for blobs
 2021-06-15  5:50 UTC  (6+ messages)
` [PATCH v2 2/8] ui/egl: Add egl helpers to help with synchronization
` [PATCH v2 8/8] virtio-gpu: Add gl_flushed callback

[PATCH v2 0/3] target/ppc: mmu cleanup
 2021-06-15  5:42 UTC  (5+ messages)
` [PATCH v2 1/3] target/ppc: Turn ppc_tlb_invalid_all in a noop
` [PATCH v2 2/3] target/ppc: divided mmu_helper.c in 2 files

[PATCH 0/2] hw/misc: DPS310 temp and pressure sensor model
 2021-06-15  5:24 UTC  (5+ messages)
` [PATCH 1/2] hw/misc: Add Infineon DPS310 "
` [PATCH 2/2] arm/aspeed: Add DPS310 to Witherspoon and Rainier

[PATCH 0/4] modules: add support for target-specific modules
 2021-06-15  5:09 UTC  (5+ messages)

[PATCH v3 1/2] hw/nvme: fix endianess conversion and add controller list
 2021-06-14 16:29 UTC  (2+ messages)
    ` [PATCH v3 2/2] hw/nvme: documentation fix

[PATCH] virtio: disable ioeventfd for record/replay
 2021-06-15  4:44 UTC  (2+ messages)

[PATCH] target/ppc/spapr: Update H_GET_CPU_CHARACTERISTICS L1D cache flush bits
 2021-06-15  4:41 UTC 

[PATCH] target/ppc/spapr: Update H_GET_CPU_CHARACTERISTICS bits
 2021-06-15  4:40 UTC  (5+ messages)

[PATCH 0/4] Emulator fixes to enable running NetBSD/alpha
 2021-06-15  4:24 UTC  (11+ messages)
` [PATCH 1/4] mc146818rtc: Make PF independent of PIE
` [PATCH 2/4] alpha: Set minimum PCI device ID to 1 to match Clipper IRQ mappings
` [PATCH 3/4] alpha: Provide a PCI-ISA bridge device node for guest OS's that expect it
` [PATCH 4/4] alpha: Provide console information to the PALcode at start-up

[PATCH v2 0/1] PALcode fixes for guest OS console initialization
 2021-06-15  3:51 UTC  (3+ messages)

[PATCH V7 0/6] Passthrough specific network traffic in COLO
 2021-06-15  2:26 UTC  (6+ messages)
` [PATCH V7 1/6] qapi/net: Add IPFlowSpec and QMP command for COLO passthrough

[PATCH v4 6/8] hw/intc: GICv3 redistributor ITS processing
 2021-06-15  2:23 UTC  (2+ messages)

[PATCH] meson.build: Support ncurses on MacOS
 2021-06-15  1:53 UTC  (5+ messages)

[Bug 1913668] [NEW] FPE in npcm7xx_pwm_calculate_freq
 2021-06-15  0:16 UTC  (2+ messages)
` [Bug 1913668] "

[Bug 1911216] [NEW] abort issue locates in hw/usb/hcd-ohci.c:1297:ohci_frame_boundary
 2021-06-15  0:02 UTC  (2+ messages)
` [Bug 1911216] "

[Bug 1892962] [NEW] Segfault in usb_bus_from_device
 2021-06-14 23:52 UTC  (2+ messages)
` [Bug 1892962] "

[Bug 1892761] [NEW] Heap-use-after-free through double-fetch in ehci
 2021-06-14 23:51 UTC  (2+ messages)
` [Bug 1892761] "

[Bug 1888606] [NEW] Heap-use-after-free in virtio_gpu_ctrl_response
 2021-06-14 23:44 UTC  (2+ messages)
` [Bug 1888606] "

[Bug 1886362] [NEW] Heap use-after-free in lduw_he_p through e1000e_write_to_rx_buffers
 2021-06-14 23:40 UTC  (2+ messages)
` [Bug 1886362] "

[Bug 1879223] [NEW] Assertion failure in e1000e_write_rx_descr
 2021-06-14 23:33 UTC  (2+ messages)
` [Bug 1879223] "

[Bug 1879227] [NEW] Assertion failure in e1000e_write_lgcy_rx_descr
 2021-06-14 23:34 UTC  (2+ messages)
` [Bug 1879227] "

[Bug 1880355] [NEW] Length restrictions for fw_cfg_dma_transfer?
 2021-06-14 23:35 UTC  (2+ messages)
` [Bug 1880355] "

[PATCH 00/11] vl: compound properties for machines
 2021-06-14 22:57 UTC  (2+ messages)

[PATCH v2 00/37] target/riscv: support packed extension v0.9.4
 2021-06-14 22:55 UTC  (2+ messages)

[RFC PATCH] migration/rdma: Fix out of order wrid
 2021-06-14 22:53 UTC  (2+ messages)

[PATCH] Test comment for git-publish
 2021-06-14 22:50 UTC  (2+ messages)

[PATCH] net: Replace TAB indentations with spaces
 2021-06-14 22:45 UTC  (2+ messages)

[PULL 00/12] Net patches
 2021-06-14 22:43 UTC  (2+ messages)

[PATCH 00/28] tcg: bswap improvements
 2021-06-14 22:41 UTC  (2+ messages)

[PATCH] hw/nvme: be more careful when deasserting IRQs
 2021-06-14 22:39 UTC  (2+ messages)

[PATCH v2] Test comment for git-publish
 2021-06-14 22:30 UTC  (2+ messages)

[PATCH v2 00/57] target/arm: First slice of MVE implementation
 2021-06-14 22:22 UTC  (13+ messages)
` [PATCH v2 34/57] target/arm: Implement MVE VRMLALDAVH, VRMLSLDAVH
` [PATCH v2 35/57] target/arm: Implement MVE VADD (scalar)
` [PATCH v2 45/57] target/arm: Implement MVE VQSHL (vector)
` [PATCH v2 53/57] target/arm: Implement MVE VADC, VSBC
` [PATCH v2 55/57] target/arm: Implement MVE VHCADD

[PATCH] tcg/arm: Fix tcg_out_op function signature
 2021-06-14 22:22 UTC  (2+ messages)

tb_flush() calls causing long Windows XP boot times
 2021-06-14 22:19 UTC  (2+ messages)

[PULL 0/9] migration queue
 2021-06-14 22:06 UTC  (2+ messages)

[PATCH V2 0/2] vhost-vDPA: vq notification map support
 2021-06-14 21:57 UTC  (2+ messages)

[PATCH v2 0/5] virtio: Add vhost-user based RNG
 2021-06-14 20:28 UTC  (5+ messages)
` [PATCH v2 2/5] vhost-user-rng-pci: Add vhost-user-rng-pci implementation
` [PATCH v2 3/5] vhost-user-rng: backend: Add RNG vhost-user daemon implementation
` [PATCH v2 4/5] docs: Add documentation for vhost based RNG implementation
` [PATCH v2 5/5] MAINTAINERS: Add maintainer for vhost-user "


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