qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-16 13:08:26 to 2021-05-17 11:04:47 UTC [more...]

[PATCH v7 00/23] cpu: Introduce SysemuCPUOps structure
 2021-05-17 10:51 UTC  (13+ messages)
` [PATCH v7 01/23] NOTFORMERGE target/arm: Restrict MTE code to softmmu
` [PATCH v7 02/23] cpu: Restrict target cpu_do_transaction_failed() handlers to sysemu
` [PATCH v7 03/23] cpu: Restrict target cpu_do_unaligned_access() "
` [PATCH v7 04/23] cpu: Remove duplicated 'sysemu/hw_accel.h' header
` [PATCH v7 05/23] cpu: Split as cpu-common / cpu-sysemu
` [PATCH v7 06/23] cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrs
` [PATCH v7 07/23] cpu: Introduce cpu_virtio_is_big_endian()
` [PATCH v7 08/23] cpu: Directly use cpu_write_elf*() fallback handlers in place
` [PATCH v7 09/23] cpu: Directly use get_paging_enabled() "
` [PATCH v7 12/23] cpu: Rename CPUClass vmsd -> legacy_vmsd
` [PATCH v7 13/23] cpu: Move AVR target vmsd field from CPUClass to DeviceClass
` [PATCH v7 16/23] cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOps

[PATCH v1 0/7] plugins/next (windows, leaks, tcg tracing)
 2021-05-17 10:47 UTC  (7+ messages)
` [PATCH v1 5/7] docs: mark intention to deprecate TCG tracing functionality

[PULL 00/14] Block layer patches
 2021-05-17 10:29 UTC  (5+ messages)
` [PULL 06/14] test: new qTest case to test the vhost-user-blk-server

[PATCH 0/3] adding ctrl list (cns 0x13) support and random fixes
 2021-05-17 10:07 UTC  (4+ messages)
    ` [PATCH 1/3] hw/nvme/ctrl: add controller list cns 0x13
    ` [PATCH 2/3] hw/nvme/ctrl: fix endian conversion for nsid in ctrl list
    ` [PATCH 3/3] hw/nvme/ctrl: documentation fix

[PATCH] target/hppa: Remove unused 'memory.h' header
 2021-05-17 10:15 UTC 

[PATCH v2 0/6] coroutine: new sleep/wake API
 2021-05-17 10:05 UTC  (7+ messages)
` [PATCH v2 1/6] coroutine-sleep: use a stack-allocated timer
` [PATCH v2 2/6] coroutine-sleep: disallow NULL QemuCoSleepState** argument
` [PATCH v2 3/6] coroutine-sleep: allow qemu_co_sleep_wake that wakes nothing
` [PATCH v2 4/6] coroutine-sleep: move timer out of QemuCoSleepState
` [PATCH v2 5/6] coroutine-sleep: replace QemuCoSleepState pointer with struct in the API
` [PATCH v2 6/6] coroutine-sleep: introduce qemu_co_sleep

[PATCH v2 00/25] linux-user/sparc: Implement rt signals
 2021-05-17 10:21 UTC  (3+ messages)
` [PATCH v2 07/25] linux-user/sparc: Merge sparc64 target_syscall.h

latest GOOD state of series i386 cleanup, arm cleanup, s390 cleanup
 2021-05-17 10:11 UTC  (3+ messages)

[PATCH] migration/rdma: Fix cm_event used before being initialized
 2021-05-17 10:00 UTC  (4+ messages)

[PULL 00/20] emulated nvme updates
 2021-05-17  9:17 UTC  (21+ messages)
` [PULL 01/20] hw/block/nvme: remove redundant invalid_lba_range trace
` [PULL 02/20] hw/block/nvme: rename reserved fields declarations
` [PULL 03/20] hw/block/nvme: consider metadata read aio return value in compare
` [PULL 04/20] hw/block/nvme: fix io-command set profile feature
` [PULL 05/20] hw/block/nvme: function formatting fix
` [PULL 06/20] hw/block/nvme: align with existing style
` [PULL 07/20] hw/block/nvme: rename __nvme_zrm_open
` [PULL 08/20] hw/block/nvme: rename __nvme_advance_zone_wp
` [PULL 09/20] hw/block/nvme: rename __nvme_select_ns_iocs
` [PULL 10/20] hw/block/nvme: consolidate header files
` [PULL 11/20] hw/block/nvme: cleanup includes
` [PULL 12/20] hw/block/nvme: remove non-shared defines from header file
` [PULL 13/20] hw/block/nvme: replace nvme_ns_status
` [PULL 14/20] hw/block/nvme: cache lba and ms sizes
` [PULL 15/20] hw/block/nvme: add metadata offset helper
` [PULL 16/20] hw/block/nvme: streamline namespace array indexing
` [PULL 17/20] hw/block/nvme: remove num_namespaces member
` [PULL 18/20] hw/block/nvme: remove irrelevant zone resource checks
` [PULL 19/20] hw/block/nvme: move zoned constraints checks
` [PULL 20/20] hw/nvme: move nvme emulation out of hw/block

making a qdev bus available from a (non-qtree?) device
 2021-05-17  9:56 UTC  (6+ messages)

[PATCH v2] disas/libvixl: Protect C system header for C++ compiler
 2021-05-17  9:55 UTC  (2+ messages)

[PATCH] include/qemu/bswap.h: using atomic memory load/store for word access
 2021-05-17  9:23 UTC  (2+ messages)

[RFC PATCH v3 0/4] hw/arm/virt: Introduce cluster cpu topology support
 2021-05-17  9:12 UTC  (5+ messages)
` [RFC PATCH v3 1/4] vl.c: Add -smp, clusters=* command line support for ARM cpu
` [RFC PATCH v3 4/4] hw/arm/virt: Parse -smp cluster parameter in virt_smp_parse

[PATCH v2 00/12] Wave goodbye to RHEL 7 vintage distros
 2021-05-17  9:03 UTC  (4+ messages)
` [PATCH v2 08/12] tests/vm: convert centos VM recipe to CentOS 8

[PATCH v2 0/4] virtio: Improve boot time of virtio-scsi-pci and virtio-blk-pci
 2021-05-17  8:32 UTC  (3+ messages)

[RFC PATCH v3 0/9] hw/arm/virt: Introduce cpu topology support
 2021-05-17  8:24 UTC  (16+ messages)
` [RFC PATCH v3 2/9] device_tree: Add qemu_fdt_add_path
` [RFC PATCH v3 3/9] hw/arm/virt: Add cpu-map to device tree
` [RFC PATCH v3 4/9] hw/arm/virt: Initialize the present cpu members
` [RFC PATCH v3 6/9] hw/arm/virt-acpi-build: Use possible cpus in generation of MADT
` [RFC PATCH v3 7/9] hw/acpi/aml-build: Add Processor hierarchy node structure
` [RFC PATCH v3 8/9] hw/arm/virt-acpi-build: Generate PPTT table
` [RFC PATCH v3 9/9] hw/arm/virt: Add separate -smp parsing function for ARM machines

[RFC PATCH v3] ppc/spapr: Add support for H_SCM_PERFORMANCE_STATS hcall
 2021-05-17  8:16 UTC  (4+ messages)

[PATCH v2] block: Improve backing file validation
 2021-05-17  7:28 UTC  (4+ messages)

[PATCH] target/ppc: Implement ISA v3.1 wait variants
 2021-05-17  7:19 UTC  (3+ messages)

[PATCH] hw/display/qxl: Set pci rom address aligned with page size
 2021-05-17  7:19 UTC  (2+ messages)

A bug of Monitor Chardev ?
 2021-05-17  6:56 UTC 

[PATCH] target/riscv: Remove obsolete 'CPU unmigratable' comment
 2021-05-17  7:08 UTC 

[PATCH 00/21] block: publish backup-top filter
 2021-05-17  6:44 UTC  (23+ messages)
` [PATCH] block/copy-on-read: use bdrv_drop_filter() and drop s->active
` [PATCH 01/21] block: introduce bdrv_replace_child_bs()
` [PATCH 02/21] block: introduce blk_replace_bs
` [PATCH 03/21] qdev-properties: PropertyInfo: add realized_set_allowed field
` [PATCH 04/21] qdev: allow setting drive property for realized device
` [PATCH 05/21] block: rename backup-top to copy-before-write
` [PATCH 06/21] block/backup: drop support for copy_range
` [PATCH 07/21] block-copy: always set BDRV_REQ_SERIALISING flag
` [PATCH 08/21] block/backup: stricter backup_calculate_cluster_size()
` [PATCH 09/21] block/backup: move cluster size calculation to block-copy
` [PATCH 10/21] block/copy-before-write: relax permission requirements when no parents
` [PATCH 11/21] block/copy-before-write: use file child instead of backing
` [PATCH 12/21] block/copy-before-write: bdrv_cbw_append(): replace child at last
` [PATCH 13/21] block/copy-before-write: introduce cbw_init()
` [PATCH 14/21] block/copy-before-write: cbw_init(): rename variables
` [PATCH 15/21] block/copy-before-write: cbw_init(): use file child after attaching
` [PATCH 16/21] block/copy-before-write: cbw_init(): use options
` [PATCH 17/21] block/block-copy: switch to fully set bitmap by default
` [PATCH 18/21] block/block-copy: make setting progress optional
` [PATCH 19/21] block/copy-before-write: make public block driver
` [PATCH 20/21] qapi: publish copy-before-write filter
` [PATCH 21/21] itotests/222: add test-case for "

[PATCH updated v2] spapr: Fix EEH capability issue on KVM guest for PCI passthru
 2021-05-17  6:36 UTC  (4+ messages)

[RFC PATCH v2] ppc/spapr: Add support for H_SCM_PERFORMANCE_STATS hcall
 2021-05-17  6:24 UTC  (4+ messages)

[PATCH v26 00/20] i386 cleanup PART 2
 2021-05-17  6:17 UTC  (12+ messages)

[PATCH v2] linux-user/syscall: Constify bitmask_transtbl fcntl/mmap flags_tlb[]
 2021-05-17  5:52 UTC 

[PATCH v6 00/18] cpu: Introduce SysemuCPUOps structure
 2021-05-17  5:27 UTC  (4+ messages)
` [PATCH v6 08/18] cpu/{avr, lm32, moxie}: Set DeviceClass vmsd field (not CPUClass one)

[PATCH v2 00/12] hw: Various Kconfig fixes
 2021-05-17  5:10 UTC  (20+ messages)
` [PATCH v2 01/12] hw/mem/nvdimm: Use Kconfig 'imply' instead of 'depends on'
` [PATCH v2 06/12] hw/riscv/Kconfig: Add missing dependency MICROCHIP_PFSOC -> SERIAL
` [PATCH v2 07/12] hw/riscv/Kconfig: Restrict NUMA to Virt & Spike machines
` [PATCH v2 09/12] hw/pci-host/Kconfig: Add missing dependency MV64361 -> I8259
` [PATCH v2 10/12] hw/isa/vt82c686: Add missing Kconfig dependencies (build error)
` [PATCH v2 11/12] hw/isa/vt82c686: Add missing Kconfig dependency (runtime error)
` [PATCH v2 12/12] hw/ppc/Kconfig: Add dependency PEGASOS2 -> ATI_VGA

[Qemu-devel] [PATCH 0/7] target/xtensa: group helpers by functionality
 2021-05-17  5:05 UTC  (3+ messages)
` [Qemu-devel] [PATCH 7/7] target/xtensa: move non-HELPER functions to helper.c

[PATCH qemu v19] spapr: Implement Open Firmware client interface
 2021-05-17  4:27 UTC  (8+ messages)

[RFC PATCH 00/11] target/ppc: add support to disable-tcg
 2021-05-17  4:10 UTC  (19+ messages)
` [RFC PATCH 08/11] target/ppc: wrapped some TCG only logic with ifdefs
` [PATCH 09/11] include/exec: added functions to the stubs in exec-all.h
` [RFC PATCH 10/11] target/ppc: created tcg-stub.c file

[PATCH] Constify bitmask_transtbl fcntl/mmap flags_tlb[]
 2021-05-17  2:14 UTC  (2+ messages)

[PATCH] hw/input/ps2: Use ps2_raise_irq() instead of open coding it
 2021-05-17  1:56 UTC  (2+ messages)

[PATCH] misc: Correct relative include path
 2021-05-17  1:43 UTC  (2+ messages)

[PATCH v2] target/riscv: Do not include 'pmp.h' in user emulation
 2021-05-17  1:42 UTC  (4+ messages)

[PATCH] target/riscv: Remove unnecessary riscv_*_names[] declaration
 2021-05-16 23:13 UTC  (2+ messages)

[PULL 00/20] CI, qtest, and misc patches
 2021-05-16 20:58 UTC  (4+ messages)
` [PULL 17/20] configure: Poison all current target-specific #defines

[PATCH v7 00/19] hvf: Implement Apple Silicon Support
 2021-05-16 20:23 UTC  (21+ messages)
` [PATCH v7 01/19] hvf: Move assert_hvf_ok() into common directory
` [PATCH v7 02/19] hvf: Move vcpu thread functions "
` [PATCH v7 03/19] hvf: Move cpu "
` [PATCH v7 04/19] hvf: Move hvf internal definitions into common header
` [PATCH v7 05/19] hvf: Make hvf_set_phys_mem() static
` [PATCH v7 06/19] hvf: Remove use of hv_uvaddr_t and hv_gpaddr_t
` [PATCH v7 07/19] hvf: Split out common code on vcpu init and destroy
` [PATCH v7 08/19] hvf: Use cpu_synchronize_state()
` [PATCH v7 09/19] hvf: Make synchronize functions static
` [PATCH v7 10/19] hvf: Remove hvf-accel-ops.h
` [PATCH v7 11/19] hvf: Introduce hvf vcpu struct
` [PATCH v7 12/19] hvf: Simplify post reset/init/loadvm hooks
` [PATCH v7 13/19] hvf: Add Apple Silicon support
` [PATCH v7 14/19] arm/hvf: Add a WFI handler
` [PATCH v7 15/19] hvf: arm: Implement -cpu host
` [PATCH v7 16/19] hvf: arm: Implement PSCI handling
` [PATCH v7 17/19] arm: Add Hypervisor.framework build target
` [PATCH v7 18/19] arm: Enable Windows 10 trusted SMCCC boot call
` [PATCH v7 19/19] hvf: arm: Handle Windows 10 SMC call

[PULL 00/16] pc,pci,virtio: bugfixes, improvements
 2021-05-16 18:49 UTC  (2+ messages)

[PATCH] 9pfs: simplify v9fs_walk()
 2021-05-16 15:55 UTC 

[PATCH] accel/tcg: Align data dumped at end of TB
 2021-05-16 17:54 UTC  (3+ messages)

9pfs: scope of rename_lock?
 2021-05-16 17:06 UTC 

[PATCH] disas/libvixl: Protect C system header for C++ compiler
 2021-05-16 17:05 UTC  (4+ messages)

[PATCH v6 00/11] hvf: Implement Apple Silicon Support
 2021-05-16 16:12 UTC  (8+ messages)
` [PATCH v6 03/11] hvf: Move common code out
` [PATCH v6 11/11] hvf: arm: Implement -cpu host

[PATCH v6 00/82] target/arm: Implement SVE2
 2021-05-16 16:09 UTC  (5+ messages)
` [PATCH v6 77/82] target/arm: Fix decode for VDOT (indexed)

[PULL v3 0/1] Rtd patches
 2021-05-16 16:03 UTC  (5+ messages)

[Bug 1926996] [NEW] qemu-user clone syscall fails
 2021-05-16 14:27 UTC  (2+ messages)
` [Bug 1926996] "

[Bug 1926759] [NEW] WFI instruction results in unhandled CPU exception
 2021-05-16 14:29 UTC  (2+ messages)
` [Bug 1926759] "

[PATCH 00/10] hw: Various Kconfig fixes
 2021-05-16 14:15 UTC  (7+ messages)
` [PATCH 01/10] hw/mem/nvdimm: Use Kconfig 'imply' instead of 'depends on'

[PULL v2 0/4] tcg patch queue
 2021-05-16 14:11 UTC  (5+ messages)
` [PULL v2 1/4] MAINTAINERS: Add include/exec/gen-icount.h to 'Main Loop' section
` [PULL v2 2/4] exec/gen-icount.h: Add missing "exec/exec-all.h" include
` [PULL v2 3/4] tcg: Add tcg_constant_tl
` [PULL v2 4/4] accel/tcg: Align data dumped at end of TB

[PATCH] meson: Set implicit_include_directories to false
 2021-05-16 14:05 UTC  (2+ messages)

[PATCH 0/2] QOMify Sifive UART model
 2021-05-16 11:13 UTC  (4+ messages)
` [PATCH 2/2] QOMify sifive_uart model

[PATCH] linux-user/syscall: zero-init msghdr in do_sendrecvmsg_locked
 2021-05-16 12:57 UTC  (3+ messages)

[PULL 00/46] softfloat: Convert float128 to FloatParts (part 1)
 2021-05-16 13:19 UTC  (9+ messages)
` [PULL 28/46] softfloat: Move return_nan to softfloat-parts.c.inc
` [PULL 38/46] softfloat: Use mulu64 for mul64To128
` [PULL 39/46] softfloat: Use add192 in mul128To256
` [PULL 41/46] softfloat: Introduce sh[lr]_double primitives
` [PULL 42/46] softfloat: Move div_floats to softfloat-parts.c.inc
` [PULL 43/46] softfloat: Split float_to_float
` [PULL 46/46] softfloat: Move round_to_int_and_pack to softfloat-parts.c.inc

[Bug 1922252] [NEW] [feature request] webcam support
 2021-05-16 12:49 UTC  (2+ messages)
` [Bug 1922252] "

[Bug 1926521] [NEW] QEMU-user ignores MADV_DONTNEED
 2021-05-16 12:37 UTC  (2+ messages)
` [Bug 1926521] "

[PATCH v6 00/26] TCI fixes and cleanups
 2021-05-16 12:48 UTC  (5+ messages)
` [PATCH v6 07/26] tcg: Add tcg_call_func


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