qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-22 12:29:25 to 2021-03-22 16:38:45 UTC [more...]

[RFC v10 00/49] arm cleanup experiment for kvm-only build
 2021-03-22 16:32 UTC  (53+ messages)
` [RFC v10 01/49] target/arm: move translate modules to tcg/
` [RFC v10 02/49] target/arm: move helpers "
` [RFC v10 03/49] arm: tcg: only build under CONFIG_TCG
` [RFC v10 04/49] target/arm: tcg: add sysemu and user subsirs
` [RFC v10 05/49] target/arm: only build psci for TCG
` [RFC v10 06/49] target/arm: split off cpu-sysemu.c
` [RFC v10 07/49] target/arm: move physical address translation to cpu-mmu
` [RFC v10 08/49] target/arm: cpu-mmu: fix comment style
` [RFC v10 09/49] target/arm: split cpregs from tcg/helper.c
` [RFC v10 10/49] target/arm: cpregs: fix style (mostly just comments)
` [RFC v10 11/49] target/arm: move cpu definitions to common cpu module
` [RFC v10 12/49] target/arm: only perform TCG cpu and machine inits if TCG enabled
` [RFC v10 13/49] target/arm: kvm: add stubs for some helpers
` [RFC v10 14/49] target/arm: move cpsr_read, cpsr_write to cpu_common
` [RFC v10 15/49] target/arm: add temporary stub for arm_rebuild_hflags
` [RFC v10 16/49] target/arm: split vfp state setting from tcg helpers
` [RFC v10 17/49] target/arm: move arm_mmu_idx* to cpu-mmu
` [RFC v10 18/49] target/arm: move sve_zcr_len_for_el to common_cpu
` [RFC v10 19/49] target/arm: move arm_sctlr away from tcg helpers
` [RFC v10 20/49] target/arm: move arm_cpu_list to common_cpu
` [RFC v10 21/49] target/arm: move aarch64_sync_32_to_64 (and vv) to cpu code
` [RFC v10 22/49] target/arm: split a15 cpu model and 32bit class functions to cpu32.c
` [RFC v10 23/49] target/arm: move sve_exception_el out of TCG helpers
` [RFC v10 24/49] target/arm: refactor exception and cpu code
` [RFC v10 25/49] target/arm: cpu: fix style
` [RFC v10 26/49] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
` [RFC v10 27/49] target/arm: remove kvm include file for PSCI and arm-powerctl
` [RFC v10 28/49] target/arm: move kvm-const.h, kvm.c, kvm64.c, kvm_arm.h to kvm/
` [RFC v10 29/49] target/arm: cleanup cpu includes
` [RFC v10 30/49] target/arm: remove broad "else" statements when checking accels
` [RFC v10 31/49] tests/qtest: skip bios-tables-test test_acpi_oem_fields_virt for KVM
` [RFC v10 32/49] tests: restrict TCG-only arm-cpu-features tests to TCG builds
` [RFC v10 33/49] tests: do not run test-hmp on all machines for ARM KVM-only
` [RFC v10 34/49] tests: device-introspect-test: cope with ARM TCG-only devices
` [RFC v10 35/49] tests: do not run qom-test on all machines for ARM KVM-only
` [RFC v10 36/49] Revert "target/arm: Restrict v8M IDAU to TCG"
` [RFC v10 37/49] target/arm: create kvm cpu accel class
` [RFC v10 38/49] target/arm: move kvm post init initialization to kvm cpu accel
` [RFC v10 39/49] target/arm: add tcg cpu accel class
` [RFC v10 40/49] target/arm: move TCG gt timer creation code in tcg/
` [RFC v10 41/49] target/arm: cpu-sve: new module
` [RFC v10 42/49] target/arm: cpu-sve: split TCG and KVM functionality
` [RFC v10 43/49] target/arm: make is_aa64 and arm_el_is_aa64 a macro for !TARGET_AARCH64
` [RFC v10 44/49] target/arm: arch_dump: restrict ELFCLASS64 to AArch64
` [RFC v10 45/49] target/arm: cpu-exceptions: new module
` [RFC v10 46/49] target/arm: tcg: restrict ZCR cpregs to TARGET_AARCH64
` [RFC v10 47/49] target/arm: cpu-pauth: new module for ARMv8.3 Pointer Authentication
` [RFC v10 48/49] target/arm: refactor arm_cpu_finalize_features into cpu64
` [RFC v10 49/49] XXX target/arm: experiment refactoring cpu "max"

[PATCH 0/3] target/arm: Add nested virtualization support
 2021-03-22 16:32 UTC  (3+ messages)

[RFC PATCH] gitlab: default to not building the documentation
 2021-03-22 16:31 UTC  (4+ messages)

[Qemu-devel] [PULL v2 00/76] misc patches for 2019-02-04
 2021-03-22 16:26 UTC  (12+ messages)
` [Qemu-devel] [PULL 18/76] optionrom: add new PVH option rom

[PATCH v5 00/10] KVM: Dirty ring support (QEMU part)
 2021-03-22 16:27 UTC  (12+ messages)
` [PATCH v5 02/10] KVM: Use a big lock to replace per-kml slots_lock
` [PATCH v5 09/10] KVM: Disable manual dirty log when dirty ring enabled
` [PATCH v5 10/10] KVM: Dirty ring support

[RFC PATCH 00/27] vDPA software assisted live migration
 2021-03-22 15:55 UTC  (8+ messages)
` [RFC PATCH 13/27] vhost: Send buffers to device

[PATCH v28 00/23] i386 cleanup PART 2
 2021-03-22 16:14 UTC  (33+ messages)
` [RFC] accel: add cpu_reset
` [PATCH v28 01/23] target/i386: Rename helper_fldt, helper_fstt
` [PATCH v28 02/23] target/i386: Split out do_fsave, do_frstor, do_fxsave, do_fxrstor
` [PATCH v28 03/23] i386: split cpu accelerators from cpu.c, using AccelCPUClass
` [PATCH v28 04/23] cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefn
` [PATCH v28 05/23] accel: introduce new accessor functions
` [PATCH v28 06/23] target/i386: fix host_cpu_adjust_phys_bits error handling
` [PATCH v28 07/23] accel-cpu: make cpu_realizefn return a bool
` [PATCH v28 08/23] meson: add target_user_arch
` [PATCH v28 09/23] i386: split off sysemu-only functionality in tcg-cpu
` [PATCH v28 10/23] i386: split smm helper (sysemu)
` [PATCH v28 11/23] i386: split tcg excp_helper into sysemu and user parts
` [PATCH v28 12/23] i386: move TCG bpt_helper into sysemu/
` [PATCH v28 13/23] i386: split misc helper user stubs and sysemu part
` [PATCH v28 14/23] i386: separate fpu_helper sysemu-only parts
` [PATCH v28 15/23] i386: split svm_helper into sysemu and stub-only user
` [PATCH v28 16/23] i386: split seg_helper into user-only and sysemu parts
` [PATCH v28 17/23] i386: split off sysemu part of cpu.c
` [PATCH v28 18/23] target/i386: gdbstub: introduce aux functions to read/write CS64 regs
` [PATCH v28 19/23] target/i386: gdbstub: only write CR0/CR2/CR3/EFER for sysemu
` [PATCH v28 20/23] i386: make cpu_load_efer sysemu-only
` [PATCH v28 21/23] accel: move call to accel_init_interfaces
` [PATCH v28 22/23] accel: add init_accel_cpu for adapting accel behavior to CPU type
` [RFC v28 23/23] XXX RFC accel: add cpu_reset

[PULL 00/20] pc,virtio,pci: fixes, features
 2021-03-22 15:45 UTC  (20+ messages)
` [PULL 01/20] virtio: Fix virtio_mmio_read()/virtio_mmio_write()
` [PULL 02/20] vhost-user: Drop misleading EAGAIN checks in slave_read()
` [PULL 03/20] vhost-user: Fix double-close on slave_read() error path
` [PULL 04/20] vhost-user: Factor out duplicated slave_fd teardown code
` [PULL 05/20] vhost-user: Convert slave channel to QIOChannelSocket
` [PULL 06/20] vhost-user: Introduce nested event loop in vhost_user_read()
` [PULL 07/20] vhost-user: Monitor slave channel "
` [PULL 08/20] virtio-pmem: fix virtio_pmem_resp assign problem
` [PULL 09/20] acpi:piix4, vt82c686: reinitialize acpi PM device on reset
` [PULL 11/20] pci: introduce acpi-index property for PCI device
` [PULL 12/20] pci: acpi: ensure that acpi-index is unique
` [PULL 13/20] acpi: add aml_to_decimalstring() and aml_call6() helpers
` [PULL 14/20] pci: acpi: add _DSM method to PCI devices
` [PULL 15/20] tests: acpi: update expected blobs
` [PULL 16/20] acpi: Set proper maximum size for "etc/table-loader" blob
` [PULL 17/20] microvm: Don't open-code "etc/table-loader"
` [PULL 18/20] acpi: Move maximum size logic into acpi_add_rom_blob()
` [PULL 19/20] acpi: Set proper maximum size for "etc/acpi/rsdp" blob
` [PULL 20/20] acpi: Move setters/getters of oem fields to X86MachineState

[PATCH 0/8] virtiofsd: Changed various allocations to GLib functions
 2021-03-22 15:52 UTC  (3+ messages)

[PATCH] i386/acpi: restore device paths for pre-5.1 vms
 2021-03-22 15:49 UTC  (3+ messages)

[PULL 0/2] MIPS patches for 2021-03-22
 2021-03-22 16:01 UTC  (4+ messages)
` [PULL 1/2] target/mips/mxu_translate.c: Fix array overrun for D16MIN/D16MAX
` [PULL 2/2] target/mips: Deprecate Trap-and-Emul KVM support

[PATCH 0/5] yank: Add chardev tests and fixes
 2021-03-22 16:00 UTC  (7+ messages)
` [PATCH 1/5] tests: Use the normal yank code instead of stubs in relevant tests
` [PATCH 4/5] chardev/char.c: Always pass id to chardev_new

[PATCH] docs: simplify each section title
 2021-03-22 15:50 UTC 

[RFC PATCH] gitlab: extend timeouts for CFI builds
 2021-03-22 15:46 UTC  (2+ messages)

[PATCH v2 0/5] yank: Add chardev tests and fixes
 2021-03-22 15:41 UTC  (6+ messages)
` [PATCH v2 1/5] tests: Use the normal yank code instead of stubs in relevant tests
` [PATCH v2 2/5] tests: Add tests for yank with the chardev-change case
` [PATCH v2 3/5] chardev/char.c: Move object_property_try_add_child out of chardev_new
` [PATCH v2 4/5] chardev/char.c: Always pass id to chardev_new
` [PATCH v2 5/5] chardev: Fix yank with the chardev-change case

[PATCH 0/2] block/raw: implemented persistent dirty bitmap and ability to dump bitmap content via qapi
 2021-03-22 15:43 UTC  (11+ messages)
` [PATCH 1/2] block/raw: added support of persistent dirty bitmaps
` [PATCH 2/2] qapi: implementation of the block-dirty-bitmap-dump command
  ` Fwd: [PATCH 0/2] block/raw: implemented persistent dirty bitmap and ability to dump bitmap content via qapi

[PATCH v2] monitor/qmp: fix race on CHR_EVENT_CLOSED without OOB
 2021-03-22 15:40 UTC 

[PATCH v3 for-6.0 0/2] tcg: Workaround macOS 11.2 mprotect bug
 2021-03-22 15:39 UTC  (9+ messages)
` [PATCH v3 for-6.0 1/2] tcg: Do not set guard pages on the rx portion of code_gen_buffer
` [PATCH v3 for-6.0 2/2] tcg: Workaround macOS 11.2 mprotect bug

[PATCH] monitor/qmp: fix race on CHR_EVENT_CLOSED without OOB
 2021-03-22 15:26 UTC  (3+ messages)

[Bug 1920672] [NEW] Compilation fails silently
 2021-03-22 15:27 UTC  (3+ messages)
` [Bug 1920672] "

[PATCH 1/2] hw/riscv: microchip_pfsoc: Map EMMC/SD mux register
 2021-03-22 15:23 UTC  (4+ messages)
` [PATCH 2/2] docs/system: riscv: Add documentation for 'microchip-icicle-kit' machine

[PATCH v2] target/riscv: Prevent lost illegal instruction exceptions
 2021-03-22 15:21 UTC  (2+ messages)

[PATCH v2 0/4] Add support for Shakti SoC from IIT-M
 2021-03-22 15:18 UTC  (3+ messages)
` [PATCH v2 1/4] target/riscv: Add Shakti C class CPU

[PATCH v2] hw/block: m25p80: Support fast read for SST flashes
 2021-03-22 15:17 UTC  (2+ messages)

[PATCH] xen-block: Fix removal of backend instance via xenstore
 2021-03-22 15:03 UTC  (3+ messages)

[Bug 1920752] [NEW] USB SoundCard Passthrough not working on arm64
 2021-03-22 14:51 UTC  (4+ messages)
` [Bug 1920752] "

[ RFC 0/6] Improve PMU support
 2021-03-22 14:53 UTC  (3+ messages)
` [ RFC 1/6] target/riscv: Remove privilege v1.9 specific CSR related code

[PATCH v2] target/riscv: Add proper two-stage lookup exception detection
 2021-03-22 14:30 UTC  (2+ messages)

[PATCH] hw/riscv: Drop the unused fdt pointer
 2021-03-22 14:28 UTC  (2+ messages)

[PATCH] fuzz: Avoid deprecated misuse of -drive if=sd
 2021-03-22 14:20 UTC  (3+ messages)

[PATCH v3] hw/sd: sd: Actually perform the erase operation
 2021-03-22 14:31 UTC  (3+ messages)

Bug in tlbi_aa64_vae2is_write: tlbbits_for_regime called with swapped ARMMMUIdx_ values?
 2021-03-22 14:21 UTC  (3+ messages)

[PATCH] hw/sd: sd: Fix build error when DEBUG_SD is on
 2021-03-22 14:23 UTC  (2+ messages)

[PATCH 0/2] SEV firmware error list touchups
 2021-03-22 14:09 UTC  (4+ messages)

[PATCH for-6.0] target/arm: Set ARMMMUFaultInfo.level in user-only arm_cpu_tlb_fill
 2021-03-22 14:10 UTC  (2+ messages)

[PULL 00/13] Net patches
 2021-03-22 14:13 UTC  (2+ messages)

[PULL v2 00/15] testing, docs, semihosting move and guest-loader
 2021-03-22 14:08 UTC  (5+ messages)
` [PULL v2 04/15] gitlab-ci.yml: Add jobs to test CFI flags

[PATCH for 6.0 v4] hw/intc/i8259: Refactor pic_read_irq() to avoid uninitialized variable
 2021-03-22 14:07 UTC  (2+ messages)

[PATCH v2 0/2] Rework ACPI OEM fields handling to simplify code (was: acpi: Remove duplicated code handling OEM ID and OEM table ID fields)
 2021-03-22 14:12 UTC  (3+ messages)
` [PATCH 2/2] acpi: Consolidate the handling of OEM ID and OEM Table ID fields

[PATCH] optionrom/pvh: use memcmp() to find the RSDP signature
 2021-03-22 13:52 UTC  (3+ messages)

[Bug 1914535] [NEW] PL110 8-bit mode is not emulated correctly
 2021-03-22 13:43 UTC  (2+ messages)
` [Bug 1914535] "

[Bug 1920767] [NEW] build-tools-and-docs-debian job waste cycles building pointless things
 2021-03-22 13:31 UTC 

[PATCH] tests/meson: Only build softfloat objects if TCG is selected
 2021-03-22 13:41 UTC  (5+ messages)

[PATCH] nvme: expose 'bootindex' property
 2021-03-22 13:19 UTC  (5+ messages)

[PATCH 1/2] disas/arm-a64.cc: Fix build error
 2021-03-22 13:18 UTC  (2+ messages)

[PATCH 0/3] s390x: modularize virtio-gpu-ccw
 2021-03-22 13:12 UTC  (2+ messages)

[PULL v2 00/13] misc patches removing deprecated features
 2021-03-22 10:54 UTC  (3+ messages)

[PATCH v2 0/3] exec: Build page-vary-common.c with -fno-lto
 2021-03-22 13:00 UTC  (2+ messages)

[PATCH V4 0/7] Bypass specific network traffic in COLO
 2021-03-22 12:43 UTC  (11+ messages)
` [PATCH V4 1/7] qapi/net.json: Add IP_PROTOCOL definition
` [PATCH V4 2/7] qapi/net.json: Add L4_Connection definition
` [PATCH V4 3/7] qapi/net: Add new QMP command for COLO passthrough

[RFC PATCH v2 0/3] virtio-net: graceful drop of vhost for TAP
 2021-03-22 12:24 UTC  (4+ messages)
` [RFC PATCH v2 1/3] net: add ability to hide (disable) vhost_net
` [RFC PATCH v2 2/3] virtio: introduce 'missing_features_migrated' device callback
` [RFC PATCH v2 3/3] virtio-net: implement missing_features_migrated callback


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