qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-26 21:19:11 to 2021-03-29 12:22:24 UTC [more...]

[PATCH] hw/misc: Add an iBT device model
 2021-03-29 12:19 UTC 

[PATCH] replay: don't wait in run_on_cpu
 2021-03-29 12:11 UTC  (4+ messages)

[PATCH v2] replay: notify CPU on event
 2021-03-29 12:10 UTC  (4+ messages)

[PATCH v4 00/10] Fixed some bugs and optimized some codes for COLO
 2021-03-29 12:03 UTC  (7+ messages)
` [PATCH v4 08/10] Reduce the PVM stop time during Checkpoint
` [PATCH v4 09/10] Add the function of colo_bitmap_clear_diry

[PATCH v2 0/2] hw/block/nvme: coverity fixes
 2021-03-29 11:17 UTC  (3+ messages)
` [PATCH v2 1/2] hw/block/nvme: fix resource leak in nvme_dif_rw

[PATCH v3] qapi: introduce 'query-cpu-model-cpuid' action
 2021-03-29 11:48 UTC  (4+ messages)

[PATCH] replay: fix recursive checkpoints
 2021-03-29 11:25 UTC  (3+ messages)

[PATCH for 6.0-rc2? v1 0/6] check-tcg for non-x86 hosts
 2021-03-29 11:39 UTC  (10+ messages)
` [PATCH v1 1/6] tests/tcg: update the defaults for x86 compilers
` [PATCH v1 2/6] tests/docker: don't set DOCKER_REGISTRY on non-x86_64
` [PATCH v1 3/6] tests/tcg: add concept of container_hosts
` [PATCH v1 4/6] tests/tcg/configure.sh: make sure we pick up x86_64 cross compilers
` [PATCH v1 5/6] tests/tcg/i386: expand .data sections for system tests
` [PATCH v1 6/6] tests/i386/test-i386: try and correct constrain 16 bit call (WIP)

[PULL 0/2] Linux user for 6.0 patches
 2021-03-29 11:19 UTC  (4+ messages)
` [PULL 1/2] linux-user/s390x: Use the guest pointer for the sigreturn stub
` [PULL 2/2] linux-user: allow NULL msg in recvfrom

[PATCH] icount: get rid of static variable
 2021-03-29 10:27 UTC  (2+ messages)

[PATCH v3 0/8] [RfC] fix tracing for modules
 2021-03-29 10:02 UTC  (8+ messages)

[PATCH] monitor/qmp: fix race on CHR_EVENT_CLOSED without OOB
 2021-03-29  9:49 UTC  (4+ messages)

[PATCH] Revert "qom: use qemu_printf to print help for user-creatable objects"
 2021-03-29  9:42 UTC  (2+ messages)

[PATCH] qcow2: use external virtual timers
 2021-03-29  9:42 UTC  (2+ messages)

[RFC] adding a generic QAPI event for failed device hotunplug
 2021-03-29  9:38 UTC  (12+ messages)

[PATCH v3 0/3] spapr: nvdimm: Enable sync-dax property for nvdimm
 2021-03-29  9:23 UTC  (4+ messages)
` [PATCH v3 2/3] spapr: nvdimm: Implement H_SCM_FLUSH hcall

Request for Mentor Interaction - GSOC Proposal for Complete AMD Virtualization Emulation
 2021-03-29  9:03 UTC  (2+ messages)

[PATCH] linux-user: NETLINK_LIST_MEMBERSHIPS: Allow bad ptr if its length is 0
 2021-03-29  9:00 UTC  (3+ messages)

[Qemu-devel] [Bug 1639394] [NEW] Unable to boot Solaris 8/9 x86 under Fedora 24
 2021-03-29  8:21 UTC  (2+ messages)
` [Bug 1639394] "

[RFC PATCH 0/9] migration/snap-tool: External snapshot utility
 2021-03-29  8:11 UTC  (2+ messages)

[PATCH v3 0/2] aspeed: HACE hash Scatter-Gather support
 2021-03-29  8:10 UTC  (6+ messages)
` [PATCH v3 1/2] aspeed: Add Scater-Gather support for HACE Hash
` [PATCH v3 2/2] tests: Aspeed HACE Scatter-Gather tests

[PATCH] hw/virtio: enable ioeventfd configuring for mmio
 2021-03-29  7:43 UTC 

[PATCH] target/openrisc: fix icount handling for timer instructions
 2021-03-29  7:42 UTC 

[PATCH] target/alpha: fix icount handling for timer instructions
 2021-03-29  7:42 UTC 

[RFC PATCH] block/vpc: Support probing of fixed-size VHD images
 2021-03-29  7:25 UTC 

[PATCH V5] target/riscv: Align the data type of reset vector address
 2021-03-29  7:15 UTC  (2+ messages)

[RFC v12 00/65] arm cleanup experiment for kvm-only build
 2021-03-29  7:02 UTC  (100+ messages)
` [RFC v12 04/65] target/arm: tcg: add sysemu and user subdirs
` [RFC v12 09/65] target/arm: only build psci for TCG
` [RFC v12 11/65] target/arm: tcg: fix comment style before move to cpu-mmu
` [RFC v12 13/65] target/arm: fix style in preparation of new cpregs module
` [RFC v12 14/65] target/arm: split cpregs from tcg/helper.c
` [RFC v12 17/65] target/arm: tcg: add stubs for some helpers for non-tcg builds
` [RFC v12 18/65] target/arm: move cpsr_read, cpsr_write to cpu_common
` [RFC v12 19/65] target/arm: add temporary stub for arm_rebuild_hflags
` [RFC v12 20/65] target/arm: move arm_hcr_el2_eff from tcg/ to common_cpu
` [RFC v12 21/65] target/arm: split vfp state setting from tcg helpers
` [RFC v12 24/65] target/arm: move arm_sctlr away "
` [RFC v12 27/65] target/arm: split a15 cpu model and 32bit class functions to cpu32.c
` [RFC v12 28/65] target/arm: fixup sve_exception_el code style before move
` [RFC v12 30/65] target/arm: fix style of arm_cpu_do_interrupt functions "
` [RFC v12 31/65] target/arm: move exception code out of tcg/helper.c
` [RFC v12 32/65] target/arm: move TCGCPUOps to tcg/tcg-cpu.c
` [RFC v12 33/65] target/arm: move cpu_tcg to tcg/tcg-cpu-models.c
` [RFC v12 36/65] target/arm: move kvm-const.h, kvm.c, kvm64.c, kvm_arm.h to kvm/
` [RFC v12 37/65] target/arm: cleanup cpu includes
` [RFC v12 38/65] target/arm: remove broad "else" statements when checking accels
` [RFC v12 39/65] target/arm: remove kvm-stub.c
` [RFC v12 40/65] tests/qtest: skip bios-tables-test test_acpi_oem_fields_virt for KVM
` [RFC v12 41/65] tests: restrict TCG-only arm-cpu-features tests to TCG builds
` [RFC v12 42/65] tests: do not run test-hmp on all machines for ARM KVM-only
` [RFC v12 43/65] tests: device-introspect-test: cope with ARM TCG-only devices
` [RFC v12 44/65] tests: do not run qom-test on all machines for ARM KVM-only
` [RFC v12 45/65] Revert "target/arm: Restrict v8M IDAU to TCG"
` [RFC v12 46/65] target/arm: create kvm cpu accel class
` [RFC v12 47/65] target/arm: move kvm post init initialization to kvm cpu accel
` [RFC v12 48/65] target/arm: add tcg cpu accel class
` [RFC v12 49/65] target/arm: move TCG gt timer creation code in tcg/
` [RFC v12 50/65] target/arm: cpu-sve: new module
` [RFC v12 51/65] target/arm: cpu-sve: split TCG and KVM functionality
` [RFC v12 52/65] target/arm: make is_aa64 and arm_el_is_aa64 a macro for !TARGET_AARCH64
` [RFC v12 53/65] target/arm: restrict rebuild_hflags_a64 to TARGET_AARCH64
` [RFC v12 54/65] target/arm: arch_dump: restrict ELFCLASS64 to AArch64
` [RFC v12 55/65] target/arm: cpu-exceptions: new module
` [RFC v12 56/65] target/arm: tcg: restrict ZCR cpregs to TARGET_AARCH64
` [RFC v12 57/65] target/arm: tcg-sve: import narrow_vq and change_el functions
` [RFC v12 58/65] target/arm: tcg-sve: rename the "
` [RFC v12 59/65] target/arm: move sve_zcr_len_for_el to TARGET_AARCH64-only cpu-sve
` [RFC v12 60/65] target/arm: cpu-pauth: new module for ARMv8.3 Pointer Authentication
` [RFC v12 61/65] cpu-sve: rename sve_zcr_len_for_el to cpu_sve_get_zcr_len_for_el
` [RFC v12 62/65] target/arm: refactor arm_cpu_finalize_features into cpu64
` [RFC v12 64/65] target/arm: tcg: remove superfluous CONFIG_TCG check
` [RFC v12 65/65] target/arm: remove v7m stub function for !CONFIG_TCG

[PATCH v4 0/4] vhost-vdpa: add support for configure interrupt
 2021-03-29  6:05 UTC  (6+ messages)
` [PATCH v4 1/4] virtio:add support in "

[Qemu-devel] [Bug 1819289] [NEW] Windows 95 and Windows 98 will not install or run
 2021-03-29  5:54 UTC  (2+ messages)
` [Bug 1819289] "

[PATCH v2 0/3] hw/display/bcm2835_fb: Remove DeviceReset() call in DeviceRealize()
 2021-03-29  5:59 UTC  (5+ messages)
` [PATCH v2 1/3] hw/display/bcm2835_fb: Resize console on reset

[Bug 1920784] Re: qemu-system-ppc64le fails with kvm acceleration
 2021-03-29  5:42 UTC 

[PATCH v2 0/3] ppc: Enable 2nd DAWR support on Power10
 2021-03-29  5:04 UTC  (5+ messages)
` [PATCH v2 1/3] Linux headers: update from 5.12-rc3
` [PATCH v2 2/3] ppc: Rename current DAWR macros and variables
` [PATCH v2 3/3] ppc: Enable 2nd DAWR support on p10

[PATCH v11 0/7] Pegasos2 emulation
 2021-03-29  4:15 UTC  (2+ messages)

[PATCH 0/2] pseries: SMP sockets must match NUMA nodes
 2021-03-29  4:20 UTC  (7+ messages)
` [PATCH 1/2] spapr: number of SMP sockets must be equal to "

[RFC PATCH-for-6.1 00/10] hw/misc: Add memory_region_add_subregion_aliased() helper
 2021-03-29  4:12 UTC  (8+ messages)
` [RFC PATCH-for-6.1 03/10] hw/arm/musicpal: Map flash using memory_region_add_subregion_aliased()
` [PATCH-for-6.1 06/10] hw/block/pflash_cfi02: Remove pflash_setup_mappings()
` [PATCH-for-6.1 07/10] hw/block/pflash_cfi02: Simplify pflash_cfi02_register() prototype

[PATCH] tap-bsd: Remove special casing for older OpenBSD releases
 2021-03-29  3:58 UTC  (4+ messages)

[PATCH 0/6] Add debug interface to kick/call on purpose
 2021-03-29  3:56 UTC  (4+ messages)

[PATCH qemu v17] spapr: Implement Open Firmware client interface
 2021-03-29  3:41 UTC  (2+ messages)

[PATCH V4] target/riscv: Align the data type of reset vector address
 2021-03-29  3:38 UTC 

[Bug 1909247] [NEW] QEMU: use after free vulnerability in esp_do_dma() in hw/scsi/esp.c
 2021-03-29  3:21 UTC  (4+ messages)
` [Bug 1909247] "
  ` [Bug 1909247] [PATCH] tests/qtest: add more tests for am53c974 device
    `  "

[PATCH] tap-win32: correctly recycle buffers
 2021-03-29  3:01 UTC  (2+ messages)

[PATCH V4 0/7] Bypass specific network traffic in COLO
 2021-03-29  1:18 UTC  (4+ messages)
` [PATCH V4 5/7] net/colo-compare: Move data structure and define to .h file

[RFC v1] hw/smbios: support for type 41 (onboard devices extended information)
 2021-03-29  1:03 UTC  (2+ messages)

[PULL 00/10] For 6.0 patches
 2021-03-28 19:00 UTC  (12+ messages)
` [PULL 01/10] util: fix use-after-free in module_load_one
` [PULL 02/10] dbus-vmstate: Increase the size of input stream buffer used during load
` [PULL 03/10] sphinx: adopt kernel readthedoc theme
` [PULL 04/10] docs: simplify each section title
` [PULL 05/10] yank: Remove dependency on qiochannel
` [PULL 06/10] yank: Always link full yank code
` [PULL 07/10] chardev/char.c: Move object_property_try_add_child out of chardev_new
` [PULL 08/10] chardev/char.c: Always pass id to chardev_new
` [PULL 09/10] chardev: Fix yank with the chardev-change case
` [PULL 10/10] tests: Add tests for "

[Bug 1921635] [NEW] ESP SCSI adapter not working with DOS ASPI drivers
 2021-03-28 17:38 UTC  (6+ messages)
` [Bug 1921635] "

[PATCH] hw: Do not include qemu/log.h if it is not necessary
 2021-03-28 15:56 UTC  (2+ messages)

[PATCH v5 00/10] target/ppc: Fix truncation of env->hflags
 2021-03-28 13:09 UTC  (7+ messages)
` [PATCH v5 10/10] target/ppc: Validate hflags with CONFIG_DEBUG_TCG

[PATCH v10 0/6] MTE support for KVM guest
 2021-03-28 12:21 UTC  (4+ messages)
` [PATCH v10 2/6] arm64: kvm: Introduce MTE VM feature

[PATCH V3] target/riscv: Align the data type of reset vector address
 2021-03-28  0:46 UTC  (5+ messages)

[PATCH] hw: Do not include hw/irq.h if it is not necessary
 2021-03-28  0:44 UTC  (2+ messages)

[PATCH v3 0/5] memory: Add 'priority' property setter
 2021-03-27 19:43 UTC  (9+ messages)
` [PATCH-for-6.0 v3 1/5] memory: Fix memory_region 'priority' property sign
` [PATCH-for-6.1 v3 2/5] memory: Add memory_region_set_priority()
` [PATCH-for-6.1 v3 3/5] memory: Rename MemoryRegion object getters
` [PATCH-for-6.1 v3 4/5] memory: Add setter for MemoryRegion object 'size' property
` [PATCH-for-6.1 v3 5/5] memory: Add setter for MemoryRegion object 'priority' property

[PATCH] hw: Do not include hw/sysbus.h if it is not necessary
 2021-03-27 18:37 UTC  (5+ messages)

[Qemu-devel] [RFC PATCH v2 0/4] memory: fix access_with_adjusted_size() and misc
 2021-03-27 14:30 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 3/4] memory: Fix memory_region 'priority' property sign
  `  "

[RFC v11 00/55] arm cleanup experiment for kvm-only build
 2021-03-27 12:59 UTC  (5+ messages)
` [RFC v11 47/55] target/arm: make is_aa64 and arm_el_is_aa64 a macro for !TARGET_AARCH64

[PATCH v2] linux-user: allow NULL msg in recvfrom
 2021-03-27  9:11 UTC  (2+ messages)

[PATCH v3 1/1] docs/devel: Add VFIO device migration documentation
 2021-03-27  6:04 UTC  (2+ messages)

Bug with Windows tap network when running qemu-system-ppc with Mac OS 9 guest
 2021-03-27  5:13 UTC  (10+ messages)

[Bug 1886793] [NEW] "go install" command fails while running inside s390x docker container on x86_64 host using qemu
 2021-03-27  4:17 UTC  (2+ messages)
` [Bug 1886793] "

A question about the translation granule size supported by the vSMMU
 2021-03-27  2:24 UTC 

[PATCH v5 0/4] yank: Add chardev tests and fixes
 2021-03-26 21:54 UTC  (6+ messages)
` [PATCH v5 1/4] chardev/char.c: Move object_property_try_add_child out of chardev_new
` [PATCH v5 2/4] chardev/char.c: Always pass id to chardev_new
` [PATCH v5 3/4] chardev: Fix yank with the chardev-change case
` [PATCH v5 4/4] tests: Add tests for "


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