qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-09 18:37:21 to 2020-04-11 20:12:50 UTC [more...]

[PATCH for-5.0? 0/3] Make docs build work with Sphinx 3
 2020-04-11 20:11 UTC  (5+ messages)
` [PATCH for-5.0? 1/3] configure: Honour --disable-werror for Sphinx
` [PATCH for-5.0? 2/3] scripts/kernel-doc: Add missing close-paren in c:function directives
` [PATCH for-5.0? 3/3] kernel-doc: Use c:struct for Sphinx 3.0 and later

[Bug 1872237] [NEW] SysTick reload behavior emulated incorrectly
 2020-04-11 19:59 UTC 

[PATCH-for-5.0 0/2] hw/display/sm501: Avoid heap overflow in sm501_2d_operation()
 2020-04-11 19:44 UTC  (5+ messages)
` [PATCH-for-5.0 1/2] "
` [PATCH-for-5.0 2/2] qtest: Test the Drawing Engine of the SM501 companion

[Bug 1872113] [NEW] qemu docs fails to build with Sphinx 3.0.x
 2020-04-11 18:36 UTC  (6+ messages)
` [Bug 1872113] "

[PATCH for-5.1 00/31] target/arm: SVE2, part 1
 2020-04-11 18:45 UTC  (3+ messages)
` [PATCH 01/31] target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2

[PATCH] tcg/mips: mips sync* encode error
 2020-04-11 18:37 UTC  (3+ messages)

[PATCH 0/7] hw/sparc/leon3: Few fixes and disable HelenOS test
 2020-04-11 17:30 UTC  (2+ messages)

colo: qemu 4.2.0 vs. qemu 5.0.0-rc2 performance regression
 2020-04-11 17:16 UTC 

[PATCH for 5.0-rc3 v1 00/11] more random fixes
 2020-04-11 17:14 UTC  (35+ messages)
` [PATCH v1 01/11] linux-user: completely re-write init_guest_space
` [PATCH v1 02/11] exec/cpu-all: Use bool for have_guest_base
` [PATCH v1 03/11] accel/tcg: Relax va restrictions on 64-bit guests
` [PATCH v1 04/11] linux-user/ppc: Fix padding in mcontext_t for ppc64
` [PATCH v1 05/11] tests/docker: add docs FEATURE flag and use for test-misc
` [PATCH v1 06/11] configure: redirect sphinx-build check to config.log
` [PATCH v1 07/11] configure: disable PIE for Windows builds
  ` [Bug 1871798] "
    ` [Bug 1871798] "
` [PATCH v1 08/11] target/m68k/helper: Fix m68k_fpu_gdb_get_reg() use of GByteArray
` [PATCH v1 09/11] gdbstub: i386: Fix gdb_get_reg16() parameter to unbreak gdb
` [PATCH v1 10/11] linux-user: fix /proc/self/stat handling
` [PATCH v1 11/11] .travis.yml: Build OSX 10.14 with Xcode 10.0

[PULL 0/8] Misc patches for QEMU 5.0-rc3
 2020-04-11 16:54 UTC  (10+ messages)
` [PULL 1/8] piix: fix xenfv regression, add compat machine xenfv-4.2
` [PULL 2/8] oslib-posix: take lock before qemu_cond_broadcast
` [PULL 3/8] atomics: convert to reStructuredText
` [PULL 4/8] atomics: update documentation
` [PULL 5/8] rcu: do not mention atomic_mb_read/set in documentation
` [PULL 6/8] vl.c: error out if -mem-path is used together with -M memory-backend
` [PULL 7/8] memory: Do not allow direct write access to rom_device regions
` [PULL 8/8] module: increase dirs array size by one

[PULL for-5.0 0/3] Block patches
 2020-04-11 16:08 UTC  (2+ messages)

Boot flakiness with QEMU 3.1.0 and Clang built kernels
 2020-04-11 13:57 UTC 

[PATCH v5 0/2] Replaced locks with lock guard macros
 2020-04-11 13:03 UTC  (4+ messages)
` [PATCH v5 2/2] lockable: replaced locks with lock guard macros where appropriate

[PULL for 5.0-rc2 00/13] various fixes
 2020-04-11 12:55 UTC  (8+ messages)
` [PULL 08/13] softfloat: Fix BAD_SHIFT from normalizeFloatx80Subnormal

[Bug 1863441] [NEW] cmd_mode_sense always reports 0x70, no CDROM present
 2020-04-11 12:18 UTC  (3+ messages)
` [Bug 1863441] "

[PATCH RESEND v3 0/2] Makefile: libfdt: build only the strict necessary
 2020-04-11  9:31 UTC  (3+ messages)
` [PATCH RESEND v3 1/2] "
` [PATCH RESEND v3 2/2] Makefile: remove old compatibility gunks

[PATCH v3 0/2] Makefile: libfdt: build only the strict necessary
 2020-04-11  9:22 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Makefile: remove old compatibility gunks

[PATCH] virtiofsd/passthrough_ll: don't remove O_DIRECT when cache=none
 2020-04-11  8:35 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] module: increase dirs array size by one
 2020-04-11  5:49 UTC  (2+ messages)

[PATCH RFC v2 0/9] Add riscv kvm accel support
 2020-04-11  5:47 UTC  (11+ messages)
` [PATCH RFC v2 1/9] linux-header: Update linux/kvm.h
` [PATCH RFC v2 2/9] target/riscv: Add target/riscv/kvm.c to place the public kvm interface
` [PATCH RFC v2 3/9] target/riscv: Implement function kvm_arch_init_vcpu
` [PATCH RFC v2 4/9] target/riscv: Implement kvm_arch_get_registers
` [PATCH RFC v2 5/9] target/riscv: Implement kvm_arch_put_registers
` [PATCH RFC v2 6/9] target/riscv: Support start kernel directly by KVM
` [PATCH RFC v2 7/9] hw/riscv: PLIC update external interrupt by KVM when kvm enabled
` [PATCH RFC v2 8/9] target/riscv: Handler KVM_EXIT_RISCV_SBI exit
` [PATCH RFC v2 9/9] target/riscv: add host cpu type

[PATCH RFC 0/9] Add riscv64 kvm accel support
 2020-04-11  4:11 UTC  (5+ messages)
` [PATCH RFC 2/9] target/riscv: Add target/riscv/kvm.c to place the public kvm interface

[PATCH v5 0/1] COLO: handling of the full primary or secondary queue
 2020-04-11  3:51 UTC  (3+ messages)
` [PATCH v5 1/1] colo-compare: Fix memory leak in packet_enqueue()

[PATCH 0/2] net/colo-compare.c: Expose "max_queue_size" to users and clean up
 2020-04-11  3:38 UTC  (3+ messages)
` [PATCH 1/2] net/colo-compare.c: Expose compare "max_queue_size" to users
` [PATCH 2/2] qemu-options.hx: Clean up and fix typo for colo-compare

[PATCH] linux-user/sparc64: Translate flushw opcode
 2020-04-10 21:14 UTC 

[RFC PATCH v2] target/ppc: Enable hardfloat for PPC
 2020-04-10 18:04 UTC  (3+ messages)

[PATCH] hw/arm/virt: Add DT property /secure-chosen/kaslr-seed
 2020-04-10 16:01 UTC 

[PATCH] hw/arm/virt: Add DT property /secure-chosen/kaslr-seed
 2020-04-10 15:39 UTC 

[PATCH v4 00/30] Add subcluster allocation to qcow2
 2020-04-10 16:42 UTC  (21+ messages)
` [PATCH v4 03/30] qcow2: Add calculate_l2_meta()
` [PATCH v4 06/30] qcow2: Add get_l2_entry() and set_l2_entry()
` [PATCH v4 07/30] qcow2: Document the Extended L2 Entries feature
` [PATCH v4 08/30] qcow2: Add dummy has_subclusters() function
` [PATCH v4 09/30] qcow2: Add subcluster-related fields to BDRVQcow2State
` [PATCH v4 20/30] qcow2: Add subcluster support to discard_in_l2_slice()
` [PATCH v4 27/30] qcow2: Assert that expand_zero_clusters_in_l1() does not support subclusters

[Qemu devel PATCH v4 0/3] Add SmartFusion2 EMAC block
 2020-04-10 14:45 UTC  (4+ messages)
` [Qemu devel PATCH v4 1/3] hw/net: Add Smartfusion2 emac block
` [Qemu devel PATCH v4 2/3] msf2: Add EMAC block to SmartFusion2 SoC
` [Qemu devel PATCH v4 3/3] tests/boot_linux_console: Add ethernet test to SmartFusion2

[PATCH 1/3] target/mips: Support variable page size
 2020-04-10 14:37 UTC  (6+ messages)
` [PATCH 3/3] MAINTAINERS: Add myself as fulong2e co-maintainer

[PATCH v2] Makefile: libfdt: build only the strict necessary
 2020-04-10 14:32 UTC  (4+ messages)

[Qemu devel PATCH v3 0/3] Add SmartFusion2 EMAC block
 2020-04-10 13:46 UTC  (4+ messages)
` [Qemu devel PATCH v3 1/3] hw/net: Add Smartfusion2 emac block

[PATCH v1] nrf51: Fix last GPIO CNF address
 2020-04-10 13:35 UTC  (7+ messages)

Feature and message numbers missing in vhost-user.c
 2020-04-10  0:41 UTC 

[Qemu-devel] Should memory hotplug work with vhost-user backends?
 2020-04-10  0:21 UTC  (3+ messages)

[PATCH] MAINTAINERS: Add myself as vhost-user-blk maintainer
 2020-04-10  0:28 UTC 

[PATCH for-5.0] qcow2: Add incompatibility note between backing files and raw external data files
 2020-04-10 12:18 UTC 

[PATCH v25 00/10] Add ARMv8 RAS virtualization support in QEMU
 2020-04-10 11:46 UTC  (11+ messages)
` [PATCH v25 01/10] acpi: nvdimm: change NVDIMM_UUID_LE to a common macro
` [PATCH v25 02/10] hw/arm/virt: Introduce a RAS machine option
` [PATCH v25 03/10] docs: APEI GHES generation and CPER record description
` [PATCH v25 04/10] ACPI: Build related register address fields via hardware error fw_cfg blob
` [PATCH v25 05/10] ACPI: Build Hardware Error Source Table
` [PATCH v25 06/10] ACPI: Record the Generic Error Status Block address
` [PATCH v25 07/10] KVM: Move hwpoison page related functions into kvm-all.c
` [PATCH v25 08/10] ACPI: Record Generic Error Status Block(GESB) table
` [PATCH v25 09/10] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
` [PATCH v25 10/10] MAINTAINERS: Add ACPI/HEST/GHES entries

[PATCH v12 0/3] qcow2: advanced compression options
 2020-04-10 11:44 UTC  (8+ messages)
` [PATCH v12 2/3] qcow2: Allow writing compressed data of multiple clusters

[PATCH v19 QEMU 0/4] virtio-balloon: add support for free page reporting
 2020-04-10 10:50 UTC  (6+ messages)
` [PATCH v19 QEMU 1/4] virtio-balloon: Implement support for page poison tracking feature
` [PATCH v19 QEMU 2/4] linux-headers: update to contain virito-balloon free page reporting
` [PATCH v19 QEMU 3/4] virtio-balloon: Provide an interface for "
` [PATCH v19 QEMU 4/4] memory: Do not allow direct write access to rom_device regions

[PATCH] hax: Windows doesn't like posix device names
 2020-04-10  9:21 UTC  (4+ messages)

[PATCH] Fixed IPv6 payload lenght without jumbo option
 2020-04-10  9:38 UTC  (5+ messages)

[PATCH v6 00/36] Initial support for multi-process qemu
 2020-04-10  8:22 UTC  (6+ messages)
` [PATCH v6 16/36] multi-process: remote process initialization
` [PATCH v6 21/36] multi-process: PCI BAR read/write handling for proxy & remote endpoints

[PATCH v3 0/4] modify CPU model info
 2020-04-10  7:13 UTC  (6+ messages)
` [PATCH v3 1/4] target/i386: add missing vmx features for several CPU models
` [PATCH v3 2/4] target/i386: add fast short REP MOV support
` [PATCH v3 3/4] target/i386: add the missing features for Icelake-Server CPU model
` [PATCH v3 4/4] target/i386: modify Icelake-Server CPU model number

[PATCH] hax: Add hax max vcpu IOCTL and support 64 vcpu
 2020-04-10  4:57 UTC 

[PATCH v18 QEMU 0/3] virtio-balloon: add support for providing free page reporting
 2020-04-10  3:36 UTC  (6+ messages)
` [PATCH v18 QEMU 3/3] virtio-balloon: Provide a interface for "

[PATCH] exec: fetch the alignment of Linux devdax pmem character device nodes
 2020-04-10  1:48 UTC  (9+ messages)

[RFC][PATCH v2 0/3] IVSHMEM version 2 device for QEMU
 2020-04-10  0:59 UTC  (4+ messages)

[Bug 1871842] [NEW] AMD CPUID leaf 0x8000'0008 reported number of cores inconsistent with ACPI.MADT
 2020-04-10  0:12 UTC  (6+ messages)

[Bug 1871798] [NEW] Fails to start on Windows host without explicit --disable-pie
 2020-04-09 23:04 UTC  (4+ messages)
` [Bug 1871798] "

[PATCH-for-5.0] .travis.yml: Build OSX 10.14 with Xcode 10.0
 2020-04-09 21:04 UTC  (2+ messages)

[PATCH 0/2] gdbstub: Unbreak i386 with gdb remote
 2020-04-09 20:36 UTC  (6+ messages)
` [PATCH 2/2] gdbstub: i386: Fix gdb_get_reg16() parameter to unbreak gdb

[PATCH-for-5.0] target/m68k/helper: Fix m68k_fpu_gdb_get_reg() use of GByteArray
 2020-04-09 20:34 UTC  (5+ messages)

[Bug 1821595] Re: Failed to emulate MMIO access with EmulatorReturnStatus: 2
 2020-04-09 20:22 UTC  (4+ messages)

[RFC PATCH v2 00/67] Hexagon patch series
 2020-04-09 20:22 UTC  (4+ messages)
` [RFC PATCH v2 20/67] Hexagon instruction utility functions

hotplug issue of vhost-user-blk
 2020-04-09 20:18 UTC  (2+ messages)

linux-user: keep the name-ending parenthesis in /proc/self/stat
 2020-04-09 19:59 UTC  (4+ messages)

[PATCH for-5.1 0/8] qemu-option: Fix corner cases and clean up
 2020-04-09 19:45 UTC  (3+ messages)
` [PATCH for-5.1 8/8] qemu-option: Move is_valid_option_list() to qemu-img.c and rewrite

[PATCH for 5.0] qemu-iotests: allow qcow2 external discarded clusters to contain stale data
 2020-04-09 19:10 UTC 

[PATCH v2 0/2] gdbstub: Unbreak i386 with gdb remote
 2020-04-09 18:56 UTC  (3+ messages)
` [PATCH v2 2/2] gdbstub: i386: Fix gdb_get_reg16() parameter to unbreak gdb

[PATCH for-5.0? 0/9] block/io: safer inc/dec in_flight sections
 2020-04-09 18:49 UTC  (3+ 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).