qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-27 10:03:07 to 2021-09-27 19:48:35 UTC [more...]

[PATCH v6 00/40] accel: Move has_work() from CPUClass to AccelOpsClass
 2021-09-27 19:34 UTC  (3+ messages)
` [PATCH v6 12/40] accel/nvmm: Implement AccelOpsClass::has_work()

[PULL 00/32] Python patches
 2021-09-27 19:25 UTC  (23+ messages)
` [PULL 01/32] python/aqmp: add asynchronous QMP (AQMP) subpackage
` [PULL 02/32] python/aqmp: add error classes
` [PULL 03/32] python/pylint: Add exception for TypeVar names ('T')
` [PULL 04/32] python/aqmp: add asyncio compatibility wrappers
` [PULL 05/32] python/aqmp: add generic async message-based protocol support
` [PULL 06/32] python/aqmp: add runstate state machine to AsyncProtocol
` [PULL 07/32] python/aqmp: Add logging utility helpers
` [PULL 08/32] python/aqmp: add logging to AsyncProtocol
` [PULL 10/32] python/aqmp: add configurable read buffer limit
` [PULL 11/32] python/aqmp: add _cb_inbound and _cb_outbound logging hooks
` [PULL 12/32] python/aqmp: add AsyncProtocol._readline() method
` [PULL 13/32] python/aqmp: add QMP Message format
` [PULL 14/32] python/aqmp: add well-known QMP object models
` [PULL 15/32] python/aqmp: add QMP event support
` [PULL 16/32] python/pylint: disable too-many-function-args
` [PULL 17/32] python/aqmp: add QMP protocol support
` [PULL 18/32] python/pylint: disable no-member check
` [PULL 20/32] python/aqmp: add execute() interfaces
` [PULL 24/32] python: bump avocado to v90.0
` [PULL 25/32] python/aqmp: add AsyncProtocol unit tests
` [PULL 30/32] python: Add entry point for aqmp-tui
` [PULL 31/32] python: add optional pygments dependency

Need to merge - QEMU patch for booting eMMC image for AST2600 machine
 2021-09-27 18:55 UTC  (5+ messages)

[PATCH v3] hw/sensor: Add lsm303dlhc magnetometer device
 2021-09-27 18:50 UTC  (4+ messages)

[PULL 00/21] Integration testing patches for 2021-09-27
 2021-09-27 17:56 UTC  (23+ messages)
` [PULL 01/21] tests/acceptance: add replay kernel test for s390x
` [PULL 02/21] tests/acceptance: add replay kernel test for openrisc
` [PULL 03/21] tests/acceptance: add replay kernel test for nios2
` [PULL 04/21] tests/acceptance: add replay kernel test for alpha
` [PULL 05/21] tests/acceptance: Linux boot test for record/replay
` [PULL 06/21] Acceptance tests: add myself as a reviewer for the acceptance tests
` [PULL 07/21] Acceptance Tests: add standard clean up at test tearDown()
` [PULL 08/21] avocado_qemu: standardize super() call following PEP3135
` [PULL 09/21] avocado_qemu: fix import module based on isort
` [PULL 10/21] avocado_qemu: tweak ssh connect method
` [PULL 11/21] avocado_qemu: explicitly return None to avoid R1710
` [PULL 12/21] avocado_qemu: fix inheritance order on LinuxTest class
` [PULL 13/21] tests/Makefile: allow control over tags during check-acceptance
` [PULL 14/21] docs/devel/testing: add instruction to run a single acceptance test
` [PULL 15/21] tests/Makefile: add AVOCADO_TESTS option to make check-acceptance
` [PULL 16/21] qemu: Split machine_ppc.py acceptance tests
` [PULL 17/21] Acceptance Tests: improve check-acceptance description
` [PULL 18/21] acceptance/tests/vnc.py: use explicit syntax for enabling passwords
` [PULL 19/21] tests/acceptance/boot_xen.py: removed unused import
` [PULL 20/21] tests/acceptance/ppc_prep_40p.py: NetBSD 7.1.2 location update
` [PULL 21/21] tests/acceptance/ppc_prep_40p.py: clean up unused import

[PATCH 0/2] 9pfs: iounit cleanup
 2021-09-27 17:53 UTC  (8+ messages)
` [PATCH 1/2] 9pfs: deduplicate iounit code
` [PATCH 2/2] 9pfs: simplify blksize_to_iounit()

[PATCH v2] tests/acceptance: Test powernv machines
 2021-09-27 17:52 UTC  (4+ messages)

[PULL v2 00/22] Integration testing patches for 2021-09-27
 2021-09-27 17:26 UTC  (2+ messages)
` [PULL v2 22/22] tests/acceptance: Test powernv machines

[PATCH] hostmem: change default prealloc threads number
 2021-09-27 16:47 UTC  (2+ messages)
  ` [External] "

[PATCH v5] Prevent vhost-user-blk-test hang
 2021-09-27 17:17 UTC 

[PATCH v3 0/7] Reduce load on ppc target maintainers
 2021-09-27 17:18 UTC  (5+ messages)
` [PATCH v3 1/7] qemu: Split machine_ppc.py acceptance tests

[PATCH v3 0/2] [RESEND] x86/sev: Measured Linux SEV guest with kernel/initrd/cmdline
 2021-09-27 17:03 UTC  (5+ messages)
` [PATCH v3 1/2] sev/i386: Introduce sev_add_kernel_loader_hashes for measured linux boot
` [PATCH v3 2/2] x86/sev: generate SEV kernel loader hashes in x86_load_linux

QAPI sync meeting
 2021-09-27 16:55 UTC 

[RFC PATCH] spapr/xive: Allocate vCPU IPIs from local context
 2021-09-27 16:50 UTC  (7+ messages)

[PATCH] hw/arm/virt: Allow additions to the generated device tree
 2021-09-27 16:49 UTC  (8+ messages)

[PATCH 00/16] Acceptance Tests: use Avocado 91.0 features and other improvements
 2021-09-27 16:46 UTC  (14+ messages)
` [PATCH 02/16] Acceptance Tests: improve check-acceptance description
` [PATCH 08/16] acceptance/tests/vnc.py: use explicit syntax for enabling passwords
` [PATCH 12/16] tests/acceptance/boot_xen.py: removed unused import
` [PATCH 14/16] tests/acceptance/ppc_prep_40p.py: NetBSD 7.1.2 location update
` [PATCH 15/16] tests/acceptance/ppc_prep_40p.py: clean up unused import
` [PATCH 16/16] tests/acceptance/ppc_prep_40p.py: unify tags

[PATCH 0/6] avocado_qemu: small fixes and tweaks
 2021-09-27 16:41 UTC  (6+ messages)
` [PATCH 4/6] avocado_qemu: tweak ssh connect method

[PATCH] Acceptance tests: add myself as a reviewer for the acceptance tests
 2021-09-27 16:39 UTC  (2+ messages)

[PATCH v3 0/3] tests/Makefile: improvements on make check-acceptance
 2021-09-27 16:42 UTC  (2+ messages)

[PATCH v4 0/6] tests/acceptance: Add bFLT loader linux-user test
 2021-09-27 16:31 UTC  (7+ messages)
` [PATCH v4 1/6] tests/acceptance: Extract QemuBaseTest from Test
` [PATCH v4 2/6] tests/acceptance: Make pick_default_qemu_bin() more generic
` [PATCH v4 3/6] tests/acceptance: Introduce QemuUserTest base class
` [PATCH v4 4/6] tests/acceptance: Share useful helpers from virtiofs_submounts test
` [PATCH v4 5/6] tests/acceptance: Add bFLT loader linux-user test
` [PATCH v4 6/6] tests/acceptance: Rename avocado_qemu.Test -> QemuSystemTest

[PATCH v3 0/5] More record/replay acceptance tests
 2021-09-27 16:37 UTC  (2+ messages)

[PATCH v5 0/5] python/aqmp: AQMP-TUI
 2021-09-27 16:16 UTC  (5+ messages)
` [PATCH v5 2/5] python/aqmp-tui: Add AQMP TUI

[PATCH 00/11] qdev: Add JSON -device and fix QMP device_add
 2021-09-27 16:10 UTC  (16+ messages)
` [PATCH 06/11] qdev: Add Error parameter to qdev_set_id()
` [PATCH 09/11] qdev: Avoid QemuOpts in QMP device_add
` [PATCH 11/11] Deprecate stable non-JSON -device and -object

[PATCH] hw: Add a 'Sensor devices' qdev category
 2021-09-27 15:49 UTC  (5+ messages)

[PULL v2 00/25] QAPI patches patches for 2021-09-25
 2021-09-27 15:47 UTC  (27+ messages)
` [PULL v2 01/25] qapi: Tidy up unusual line breaks
` [PULL v2 02/25] qapi: Stop enforcing "type name should not end in 'Kind'
` [PULL v2 03/25] qapi: Convert simple union KeyValue to flat one
` [PULL v2 04/25] qapi: Convert simple union InputEvent "
` [PULL v2 05/25] qapi: Convert simple union TpmTypeOptions "
` [PULL v2 06/25] qapi: Convert simple union MemoryDeviceInfo "
` [PULL v2 07/25] qapi: Convert simple union ChardevBackend "
` [PULL v2 08/25] qapi: Convert simple union SocketAddressLegacy "
` [PULL v2 09/25] qapi: Convert simple union ImageInfoSpecific "
` [PULL v2 10/25] qapi: Convert simple union TransactionAction "
` [PULL v2 11/25] tests/qapi-schema: Prepare for simple union UserDefListUnion removal
` [PULL v2 12/25] test-qobject-input-visitor: Wean off UserDefListUnion
` [PULL v2 13/25] test-qobject-output-visitor: "
` [PULL v2 14/25] test-clone-visitor: "
` [PULL v2 15/25] tests/qapi-schema: "
` [PULL v2 16/25] tests/qapi-schema: Simple union UserDefListUnion is now unused, drop
` [PULL v2 17/25] tests/qapi-schema: Rewrite simple union TestIfUnion to be flat
` [PULL v2 18/25] test-clone-visitor: Wean off __org.qemu_x-Union1
` [PULL v2 19/25] tests/qapi-schema: Drop simple union __org.qemu_x-Union1
` [PULL v2 20/25] tests/qapi-schema: Purge simple unions from tests
` [PULL v2 21/25] qapi: Drop simple unions
` [PULL v2 22/25] tests/qapi-schema: Rename flat-union-* test cases to union-*
` [PULL v2 23/25] test-clone-visitor: Correct an accidental rename
` [PULL v2 24/25] tests/qapi-schema: Use Python OSError instead of outmoded IOError
` [PULL v2 25/25] tests/qapi-schema: Make test-qapi.py -u work when files are absent

[PATCH v1 1/1] hw/riscv: shakti_c: Mark as not user creatable
 2021-09-27 15:35 UTC  (2+ messages)

gitlab-ci: amd64-opensuse-leap-container job failing
 2021-09-27 14:57 UTC  (5+ messages)

[PATCH 0/1] virtio-gpu: CONTEXT_INIT feature
 2021-09-27 14:48 UTC  (2+ messages)
` [PATCH 1/1] "

Re: [RFC v7] virtio/vsock: add two more queues for datagram types
 2021-09-27 14:36 UTC  (4+ messages)
`  "
  ` [External] "

[PATCH v3 00/27] linux-user: Move signal trampolines to new page
 2021-09-27 14:30 UTC  (17+ messages)
` [PATCH v3 05/27] linux-user/arm: Implement setup_sigtramp
` [PATCH v3 11/27] linux-user/x86_64: Raise SIGSEGV if SA_RESTORER not set
` [PATCH v3 16/27] linux-user/nios2: Properly emulate EXCP_TRAP
` [PATCH v3 17/27] linux-user/nios2: Map a real kuser page
` [PATCH v3 18/27] linux-user/nios2: Fixes for signal frame setup
` [PATCH v3 21/27] linux-user/ppc: Implement setup_sigtramp
` [PATCH v3 25/27] linux-user/sparc: "

[PATCH v2] hw/arm: sabrelite: Connect SPI flash CS line to GPIO3_19
 2021-09-27 14:28 UTC 

[PATCH v2 0/2] modules: Improve modinfo.c support
 2021-09-27 14:12 UTC  (4+ messages)
` [PATCH v2 1/2] modules: introduces module_needs directive
` [PATCH v2 2/2] modules: generates per-target modinfo

[PULL 0/5] Trivial branch for 6.2 patches
 2021-09-27 14:02 UTC  (4+ messages)
` [PULL 4/5] hmp: Drop a bogus sentence from set_password's documentation
` [PULL 5/5] multi-process: fix usage information

[PATCH] hw/remote/proxy: Categorize Wireless devices as 'Network' ones
 2021-09-27 13:53 UTC  (2+ messages)

[PATCH] linux-user/syscall: add support for CLONE_PIDFD
 2021-09-27 13:42 UTC  (2+ messages)

[PATCH v3 0/3] hw/arm/virt_acpi_build: Generate DBG2 table
 2021-09-27 13:17 UTC  (4+ messages)
` [PATCH v3 1/3] tests/acpi: Add void table for virt/DBG2 bios-tables-test
` [PATCH v3 2/3] hw/arm/virt_acpi_build: Generate DBG2 table
` [PATCH v3 3/3] bios-tables-test: Generate reference table for virt/DBG2

[PATCH] tcg/riscv: Fix potential bug in clobbered call register set
 2021-09-27 13:10 UTC  (4+ messages)

[PATCH v2 1/2] hw/dma: sifive_pdma: Fix Control.claim bit detection
 2021-09-27 13:14 UTC  (3+ messages)

[question] VFIO Device Migration: The vCPU may be paused during vfio device DMA in iommu nested stage mode && vSVA
 2021-09-27 13:05 UTC  (4+ messages)

[PATCH v2] nbd/server: Add --selinux-label option
 2021-09-27 12:55 UTC  (8+ messages)

[PULL 00/25] QAPI patches patches for 2021-09-25
 2021-09-27 12:41 UTC  (3+ messages)

[PATCH] hw/misc: Add a virtual pci device to dynamically attach memory to QEMU
 2021-09-27 12:28 UTC  (5+ messages)

[PATCH v6 0/5] block/nbd: drop connection_co
 2021-09-27 11:57 UTC  (4+ messages)
` [PATCH v6 4/5] "

[PATCH v3 0/3] hw/virtio: Minor housekeeping patches
 2021-09-27 11:29 UTC  (5+ messages)
` [PATCH v3 1/3] hw/virtio: Comment virtqueue_flush() must be called with RCU read lock

[PATCH v3 0/9] nbd reconnect on open
 2021-09-27 11:25 UTC  (6+ messages)
` [PATCH v3 2/9] qapi: make blockdev-add a coroutine command

[PATCH v3 0/9] hw/nvram: hw/arm: Introduce Xilinx eFUSE and BBRAM
 2021-09-27 11:07 UTC  (2+ messages)

[PATCH] allwinner-h3: Switch to SMC as PSCI conduit
 2021-09-27 11:05 UTC  (4+ messages)

[PATCH v3 0/5] introduce QArray
 2021-09-27 10:59 UTC  (5+ messages)

[PATCH 0/2] user-mode: Avoid processing unnecessary meson rules
 2021-09-27 10:53 UTC  (5+ messages)
` [PATCH 1/2] bsd-user: Only process meson rules on BSD host

[PATCH v12 00/10] hvf: Implement Apple Silicon Support
 2021-09-27 10:45 UTC  (3+ messages)
` [PATCH v12 10/10] arm: tcg: Adhere to SMCCC 1.3 section 5.2

virtio-gpu: Get FD for texture
 2021-09-27 10:21 UTC 

[PATCH v10 00/14] machine: smp parsing fixes and improvement
 2021-09-27 10:12 UTC  (3+ messages)
` [PATCH v10 11/14] machine: Make smp_parse generic enough for all arches

[PATCH 0/1] hw: aspeed_gpio: Fix GPIO array indexing
 2021-09-27 10:05 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH v4 00/35] acpi: refactor error prone build_header() and packed structures usage in ACPI tables
 2021-09-27  9:56 UTC  (3+ messages)
` [PATCH v4 29/35] acpi: arm/virt: convert build_iort() to endian agnostic build_append_FOO() API

[PATCH v2] target/i386: Use assert() to sanity-check b1 in SSE decode
 2021-09-27 10:03 UTC  (3+ messages)

[PULL 0/5] pc,pci: bugfixes
 2021-09-27  9:49 UTC  (4+ messages)
` [PULL 1/5] hw/pcie-root-port: Fix hotplug for PCI devices requiring IO


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