qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-22 18:21:14 to 2021-09-23 11:03:10 UTC [more...]

[PATCH v2 0/2] tests: qtest: bios-tables-test depends on the unpacked edk2 ROMs
 2021-09-23 10:55 UTC  (3+ messages)
` [PATCH v2 1/2] meson: unpack edk2 firmware even if --disable-blobs
` [PATCH v2 2/2] tests: qtest: bios-tables-test depends on the unpacked edk2 ROMs

[PATCH 0/6] iotests: update environment and linting configuration
 2021-09-23 10:57 UTC  (10+ messages)
` [PATCH 1/6] iotests: add 'qemu' package location to PYTHONPATH in testenv
` [PATCH 2/6] iotests: add warning for rogue 'qemu' packages
` [PATCH 3/6] iotests/linters: check mypy files all at once
` [PATCH 4/6] iotests/mirror-top-perms: Adjust imports
` [PATCH 5/6] iotests/migrate-bitmaps-test: delint
` [PATCH 6/6] iotests: Update for pylint 2.11.1

[PULL v2 00/28] Misc (including block file-posix) for 2021-06-23
 2021-09-23 10:57 UTC  (6+ messages)
` [PULL 18/28] file-posix: try BLKSECTGET on block devices too, do not round to power of 2
      ` Recent qemu patch results in aio failures with host DASD disks resulting in guest I/O errors

[PATCH] hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUART
 2021-09-23 10:56 UTC  (6+ messages)

[RFC PATCH v2 00/16] Initial support for machine creation via QMP
 2021-09-23 10:51 UTC  (6+ messages)
` [RFC PATCH v2 07/16] hw/core/machine: add machine_class_is_dynamic_sysbus_dev_allowed
` [RFC PATCH v2 11/16] softmmu/memory: add memory_region_try_add_subregion function

[PATCH] tests: qtest: bios-tables-test depends on the unpacked edk2 ROMs
 2021-09-23 10:44 UTC  (6+ messages)

[PATCH v5 00/20] nubus: bus, device, bridge, IRQ and address space improvements
 2021-09-23 10:37 UTC  (35+ messages)
` [PATCH v5 01/20] nubus: add comment indicating reference documents
` [PATCH v5 02/20] nubus-device: rename slot_nb variable to slot
` [PATCH v5 03/20] nubus-device: expose separate super slot memory region
` [PATCH v5 04/20] nubus: use bitmap to manage available slots
` [PATCH v5 05/20] nubus: move slot bitmap checks from NubusDevice realize() to BusClass check_address()
` [PATCH v5 06/20] nubus: implement BusClass get_dev_path()
` [PATCH v5 07/20] nubus: add trace-events for empty slot accesses
` [PATCH v5 08/20] nubus: generate bus error when attempting to access empty slots
` [PATCH v5 09/20] macfb: don't register declaration ROM
` [PATCH v5 10/20] nubus-device: remove nubus_register_rom() and nubus_register_format_block()
` [PATCH v5 11/20] nubus-device: add romfile property for loading declaration ROMs
` [PATCH v5 12/20] nubus: move nubus to its own 32-bit address space
` [PATCH v5 13/20] nubus-bridge: introduce separate NubusBridge structure
` [PATCH v5 14/20] mac-nubus-bridge: rename MacNubusState to MacNubusBridge
` [PATCH v5 15/20] nubus: move NubusBus from mac-nubus-bridge to nubus-bridge
` [PATCH v5 16/20] nubus-bridge: embed the NubusBus object directly within nubus-bridge
` [PATCH v5 17/20] nubus-bridge: make slot_available_mask a qdev property
` [PATCH v5 18/20] nubus: add support for slot IRQs
` [PATCH v5 19/20] q800: wire up nubus IRQs
` [PATCH v5 20/20] q800: configure nubus available slots for Quadra 800

[PATCH v2] docs/nvdimm: Update nvdimm option value in machine example
 2021-09-23 10:30 UTC 

[PATCH v3 00/30] LoongArch64 port of QEMU TCG
 2021-09-23 10:35 UTC  (45+ messages)
` [PATCH v3 01/30] elf: Add machine type value for LoongArch
` [PATCH v3 03/30] tcg/loongarch64: Add the tcg-target.h file
` [PATCH v3 04/30] tcg/loongarch64: Add generated instruction opcodes and encoding helpers
` [PATCH v3 05/30] tcg/loongarch64: Add register names, allocation order and input/output sets
` [PATCH v3 06/30] tcg/loongarch64: Define the operand constraints
` [PATCH v3 07/30] tcg/loongarch64: Implement necessary relocation operations
` [PATCH v3 09/30] tcg/loongarch64: Implement tcg_out_mov and tcg_out_movi
` [PATCH v3 10/30] tcg/loongarch64: Implement goto_ptr
` [PATCH v3 11/30] tcg/loongarch64: Implement sign-/zero-extension ops
` [PATCH v3 12/30] tcg/loongarch64: Implement not/and/or/xor/nor/andc/orc ops
` [PATCH v3 13/30] tcg/loongarch64: Implement deposit/extract ops
` [PATCH v3 14/30] tcg/loongarch64: Implement bswap{16,32,64} ops
` [PATCH v3 15/30] tcg/loongarch64: Implement clz/ctz ops
` [PATCH v3 16/30] tcg/loongarch64: Implement shl/shr/sar/rotl/rotr ops
` [PATCH v3 17/30] tcg/loongarch64: Implement add/sub ops
` [PATCH v3 18/30] tcg/loongarch64: Implement mul/mulsh/muluh/div/divu/rem/remu ops
` [PATCH v3 19/30] tcg/loongarch64: Implement br/brcond ops
` [PATCH v3 20/30] tcg/loongarch64: Implement setcond ops
` [PATCH v3 21/30] tcg/loongarch64: Implement tcg_out_call
` [PATCH v3 22/30] tcg/loongarch64: Implement simple load/store ops
` [PATCH v3 23/30] tcg/loongarch64: Add softmmu load/store helpers, implement qemu_ld/qemu_st ops
` [PATCH v3 24/30] tcg/loongarch64: Implement tcg_target_qemu_prologue
` [PATCH v3 25/30] tcg/loongarch64: Implement exit_tb/goto_tb
` [PATCH v3 26/30] tcg/loongarch64: Implement tcg_target_init
` [PATCH v3 27/30] tcg/loongarch64: Register the JIT
` [PATCH v3 28/30] linux-user: Add safe syscall handling for loongarch64 hosts
` [PATCH v3 29/30] accel/tcg/user-exec: Implement CPU-specific signal handler "
` [PATCH v3 30/30] configure, meson.build: Mark support "

[PATCH] docs/nvdimm: Update nvdimm option value in machine example
 2021-09-23 10:32 UTC  (5+ messages)

[PATCH RFC 0/8] blockdev-replace
 2021-09-23 10:09 UTC  (5+ messages)
` [PATCH 8/8] qapi: add blockdev-replace command

[PATCH 0/2] docs/devel/testing: improvements on make check-acceptance
 2021-09-23  9:53 UTC  (9+ messages)
` [PATCH 1/2] docs/devel/testing: add instruction to run a single acceptance test
` [PATCH 2/2] tests/Makefile: add TESTFILES option to make check-acceptance

[PATCH 0/2] tests/qapi-schema: Minor tooling improvements
 2021-09-23  9:54 UTC  (7+ messages)
` [PATCH 1/2] tests/qapi-schema: Use Python OSError instead of outmoded IOError
` [PATCH 2/2] tests/qapi-schema: Make test-qapi.py -u work when files are absent

Re: [RFC v7] virtio/vsock: add two more queues for datagram types
 2021-09-23  9:18 UTC  (2+ messages)
`  "

[RFC PATCH] spapr/xive: Allocate vCPU IPIs from local context
 2021-09-23  9:12 UTC  (2+ messages)

[PATCH v6 00/21] Add LoongArch linux-user emulation support
 2021-09-23  8:54 UTC  (10+ messages)
` [PATCH v6 17/21] LoongArch Linux User Emulation

[PATCH] 9pfs: fix wrong I/O block size in Rgetattr
 2021-09-23  8:40 UTC  (4+ messages)

[PULL 0/3] Update meson version
 2021-09-23  8:25 UTC  (4+ messages)

[PATCH v2] monitor: Rate-limit MEMORY_DEVICE_SIZE_CHANGE qapi events per device
 2021-09-23  8:14 UTC  (5+ messages)

[PATCH] hw/loader: Restrict PC_ROM_* definitions to hw/i386/pc
 2021-09-23  7:54 UTC  (2+ messages)

[PATCH v3 29/35] acpi: arm/virt: convert build_iort() to endian agnostic build_append_FOO() API
 2021-09-23  7:47 UTC  (2+ messages)
` [PATCH v4 "

[PATCH 0/3] scsi: infinite guest hangs with scsi-disk
 2021-09-23  7:19 UTC  (5+ messages)
` [PATCH 2/3] scsi: make io_timeout configurable

[PATCH 0/2] modules: Improve modinfo.c architecture support
 2021-09-23  7:18 UTC  (9+ messages)
` [PATCH 1/2] meson: introduce modules_arch

[PATCH v3 0/3] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35
 2021-09-23  7:14 UTC  (2+ messages)

[PATCH v3 00/35] acpi: refactor error prone build_header() and packed structures usage in ACPI tables
 2021-09-23  6:34 UTC  (6+ messages)
` [PATCH v3 24/35] acpi: x86: madt: use build_append_int_noprefix() API to compose MADT table

[RESEND PATCH 1/3] hw/intc: openpic: Correct the reset value of IPIDR for FSL chipset
 2021-09-23  5:33 UTC  (4+ messages)

[PATCH v2 0/1] fixes in spapr_numa_FORM2_write_rtas_tables()
 2021-09-23  1:42 UTC  (2+ messages)

[PATCH v3 0/7] docs/devel: Organize devel manual into further subsections
 2021-09-23  1:01 UTC  (8+ messages)
` [PATCH v3 1/7] docs/devel: create "Community & Governance" subsection
` [PATCH v3 2/7] docs/devel: create "Developing QEMU" subsection
` [PATCH v3 3/7] docs/devel: create "Testing & Debugging" subsection
` [PATCH v3 4/7] docs/devel: create TCG subsection
` [PATCH v3 5/7] docs/devel: create "Subsystem APIs" subsection
` [PATCH v3 6/7] docs/devel: create "QEMU API" section
` [PATCH v3 7/7] docs/devel: create "Miscellaneous Topics" subsection

[PATCH v2 00/17] Switch iotests to using Async QMP
 2021-09-23  0:49 UTC  (18+ messages)
` [PATCH v2 01/17] python/aqmp: add greeting property to QMPClient
` [PATCH v2 02/17] python/aqmp: add .empty() method to EventListener
` [PATCH v2 03/17] python/aqmp: Return cleared events from EventListener.clear()
` [PATCH v2 04/17] python/aqmp: add send_fd_scm
` [PATCH v2 05/17] python/aqmp: Add dict conversion method to Greeting object
` [PATCH v2 06/17] python/aqmp: Reduce severity of EOFError-caused loop terminations
` [PATCH v2 07/17] python/aqmp: Disable logging messages by default
` [PATCH v2 08/17] python/qmp: clear events on get_events() call
` [PATCH v2 09/17] python/qmp: add send_fd_scm directly to QEMUMonitorProtocol
` [PATCH v2 10/17] python, iotests: remove socket_scm_helper
` [PATCH v2 11/17] python/machine: remove has_quit argument
` [PATCH v2 12/17] python/machine: Handle QMP errors on close more meticulously
` [PATCH v2 13/17] iotests: Accommodate async QMP Exception classes
` [PATCH v2 14/17] iotests: Conditionally silence certain AQMP errors
` [PATCH v2 15/17] python/aqmp: Create sync QMP wrapper for iotests
` [PATCH v2 16/17] python/aqmp: Remove scary message
` [PATCH v2 17/17] python, iotests: replace qmp with aqmp

[PATCH v2] Hexagon (target/hexagon) probe the stores in a packet at start of commit
 2021-09-22 23:11 UTC 

[PATCH v2 0/3] QIOChannel async_write & async_flush + MSG_ZEROCOPY + multifd
 2021-09-22 22:28 UTC  (2+ messages)

[PATCH v3 0/3] QIOChannel async_write & async_flush + MSG_ZEROCOPY + multifd
 2021-09-22 22:24 UTC  (4+ messages)
` [PATCH v3 1/3] QIOChannel: Add io_async_writev & io_async_flush callbacks
` [PATCH v3 2/3] QIOChannelSocket: Implement io_async_write & io_async_flush
` [PATCH v3 3/3] multifd: Send using asynchronous write on nocomp to send RAM pages

[PATCH v3 00/15] PMU-EBB support for PPC64 TCG
 2021-09-22 21:10 UTC  (7+ messages)
` [PATCH v3 01/15] target/ppc: add user read functions for MMCR0 and MMCR2
` [PATCH v3 08/15] PPC64/TCG: Implement 'rfebb' instruction

[PATCH v3 00/16] python/iotests: Run iotest linters during Python CI
 2021-09-22 20:41 UTC  (20+ messages)
` [PATCH v3 03/16] iotests/migrate-bitmaps-postcopy-test: declare instance variables
` [PATCH v3 06/16] iotests/297: Add get_files() function
` [PATCH v3 07/16] iotests/297: Don't rely on distro-specific linter binaries
` [PATCH v3 11/16] iotests/297: return error code from run_linters()
` [PATCH v3 14/16] iotests/linters: Add workaround for mypy bug #9852
` [PATCH v3 16/16] iotests/linters: check mypy files all at once

plugins: Missing Store Exclusive Memory Accesses
 2021-09-22 20:22 UTC  (4+ messages)

[PATCH v2 0/2] docs/devel/testing: improvements on make check-acceptance
 2021-09-22 20:03 UTC  (3+ messages)
` [PATCH v2 1/2] docs/devel/testing: add instruction to run a single acceptance test
` [PATCH v2 2/2] tests/Makefile: add AVOCADO_TEST_FILES option to make check-acceptance

Change TCG cache size?
 2021-09-22 19:52 UTC  (6+ messages)

[PULL 00/12] jobs: mirror: Handle errors after READY cancel
 2021-09-22 19:19 UTC  (3+ messages)

[PATCH] allwinner-h3: Switch to SMC as PSCI conduit
 2021-09-22 19:41 UTC  (2+ messages)

[PATCH] virtiofsd: xattr mapping add a new type "unsupported"
 2021-09-22 19:02 UTC 

[PATCH] Hexagon (target/hexagon) probe the stores in a packet at start of commit
 2021-09-22 18:35 UTC 

[PATCH v3] tests/acceptance: allow control over tags during check-acceptance
 2021-09-22 18:33 UTC  (2+ 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).