qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-17 05:50:27 to 2021-09-17 16:39:45 UTC [more...]

[PATCH v1 00/11] testing and plugin pre-PR (configure, gitlab, plugins)
 2021-09-17 16:23 UTC  (10+ messages)
` [PATCH v1 01/11] configure: don't override the selected host test compiler if defined
` [PATCH v1 02/11] tests/tcg/sha1: remove endian include
` [PATCH v1 03/11] tests/tcg: move some multiarch files and make conditional
` [PATCH v1 04/11] tests/docker: promote debian-riscv64-cross to a full image
` [PATCH v1 05/11] gitlab: Add cross-riscv64-system, cross-riscv64-user
` [PATCH v1 06/11] python: Update for pylint 2.10
` [PATCH v1 07/11] travis.yml: Remove the "Release tarball" job
` [PATCH v1 08/11] gitlab: skip the check-patch job on the upstream repo
` [PATCH v1 11/11] accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is valid

[PATCH] ui/gtk: skip any extra draw of same guest scanout blob res
 2021-09-17 16:34 UTC  (3+ messages)

[PATCH v4 0/8] qapi: Add support for aliases
 2021-09-17 16:13 UTC  (9+ messages)
` [PATCH v4 1/8] qapi: Add interfaces for alias support to Visitor
` [PATCH v4 2/8] qapi: Remember alias definitions in qobject-input-visitor
` [PATCH v4 3/8] qapi: Simplify full_name_nth() "
` [PATCH v4 4/8] qapi: Store Error in StackObject.h for qobject-input-visitor
` [PATCH v4 5/8] qapi: Apply aliases in qobject-input-visitor
` [PATCH v4 6/8] qapi: Revert an accidental change from list to view object
` [PATCH v4 7/8] qapi: Add support for aliases
` [PATCH v4 8/8] tests/qapi-schema: Test cases "

[PATCH v2] nbd/server: Suppress Broken pipe errors on abrupt disconnection
 2021-09-17 16:10 UTC  (10+ messages)

Rust in Qemu BoF followup: Rust vs. qemu platform support
 2021-09-17 16:04 UTC  (10+ messages)

[PATCH 00/15] Switch iotests to using Async QMP
 2021-09-17 15:15 UTC  (33+ messages)
` [PATCH 01/15] python/aqmp: add greeting property to QMPClient
` [PATCH 02/15] python/aqmp: add .empty() method to EventListener
` [PATCH 03/15] python/aqmp: Return cleared events from EventListener.clear()
` [PATCH 04/15] python/qmp: clear events on get_events() call
` [PATCH 05/15] python/qmp: add send_fd_scm directly to QEMUMonitorProtocol
` [PATCH 06/15] python, iotests: remove socket_scm_helper
` [PATCH 07/15] python/aqmp: add send_fd_scm
` [PATCH 08/15] python/aqmp: Create MessageModel and StandaloneModel classes
` [PATCH 09/15] python/machine: remove has_quit argument
` [PATCH 10/15] python/machine: Add support for AQMP backend
` [PATCH 11/15] python/aqmp: Create sync QMP wrapper for iotests
` [PATCH 12/15] iotests: Disable AQMP logging under non-debug modes
` [PATCH 13/15] iotests: Accommodate async QMP Exception classes
` [PATCH 14/15] python/aqmp: Remove scary message
` [PATCH 15/15] python, iotests: replace qmp with aqmp

[PATCH v3] target/ppc: Fix 64-bit decrementer
 2021-09-17 15:11 UTC  (6+ messages)

[PATCH 0/9] bsd-user mmap fixes
 2021-09-17 15:10 UTC  (8+ messages)
` [PATCH 1/9] bsd-user: Apply e6deac9cf99 from linux-user (zero anonymous memory)
` [PATCH 3/9] bsd-user: MAP_ symbols are defined, so no need for ifdefs
` [PATCH 5/9] bsd-user: mmap prefer MAP_ANON for BSD

[RFC PATCH 0/3] check-tcg hacks for BSD
 2021-09-17 15:08 UTC  (5+ messages)
` [RFC PATCH 3/3] tests/tcg: commit Makefile atrocities in the name of portability

[PATCH v3 0/6] qapi: Add support for aliases
 2021-09-17 15:03 UTC  (10+ messages)
` [PATCH v3 6/6] tests/qapi-schema: Test cases "

[PATCH RFC 0/5] Subject: [PATCH RFC 0/5] qapi: Add feature flags to enum members
 2021-09-17 14:53 UTC  (9+ messages)
` [PATCH RFC 1/5] qapi: Enable enum member introspection to show more than name
` [PATCH RFC 2/5] qapi: Add feature flags to enum members
` [PATCH RFC 3/5] qapi: Move compat policy from QObject to generic visitor

plugins: Missing Store Exclusive Memory Accesses
 2021-09-17 14:44 UTC  (3+ messages)

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

[PATCH v3 00/17] iotests: support zstd
 2021-09-17 14:49 UTC  (3+ messages)

[PATCH v2 0/2] Require hypervisor privilege for tlbie[l] when PSR=0 and HR=1
 2021-09-17 14:17 UTC  (4+ messages)
` [PATCH v2 1/2] target/ppc: add LPCR[HR] to DisasContext and hflags
` [PATCH v2 2/2] target/ppc: Check privilege level based on PSR and LPCR[HR] in tlbie[l]

Add a unit test to exercize support for ACPI hotplug on multifunction bridges in q35
 2021-09-17 14:10 UTC  (3+ messages)

[PATCH 0/1] s390x:clp: implementing CLP immediate commands
 2021-09-17 13:55 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v5 00/16] tcg/s390x: host vector support
 2021-09-17 13:46 UTC  (4+ messages)
` [PATCH v5 01/16] tcg: Expand usadd/ussub with umin/umax

[RFC PATCH] tests/acpi/pcihp: add unit tests for hotplug on multifunction
 2021-09-17 13:32 UTC  (3+ messages)
` [RFC PATCH] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35

[PATCH 0/2] modules: Improve modinfo.c architecture support
 2021-09-17 13:06 UTC  (4+ messages)
` [PATCH 1/2] meson: introduce modules_arch

[PATCH] nvdimm: release the correct device list
 2021-09-17 12:59 UTC  (6+ messages)

[PATCH] travis.yml: Remove the "Release tarball" job
 2021-09-17 12:37 UTC  (6+ messages)

[PATCH 0/2] Improve vhost-user VQ notifier unmap
 2021-09-17 12:26 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] vhost-user: fix VirtQ notifier cleanup
  ` [PATCH v2 2/2] vhost-user: remove VirtQ notifier restore

[PATCH 0/2] hmp: Unbreak "change vnc", tidy up set_password's doc
 2021-09-17 12:13 UTC  (2+ messages)

[PATCH v3 00/16] python/iotests: Run iotest linters during Python CI
 2021-09-17 11:23 UTC  (26+ messages)
` [PATCH v3 02/16] iotests/mirror-top-perms: Adjust imports
` [PATCH v3 03/16] iotests/migrate-bitmaps-postcopy-test: declare instance variables
` [PATCH v3 04/16] iotests/migrate-bitmaps-test: delint
` [PATCH v3 05/16] iotests/297: modify is_python_file to work from any CWD
` [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 08/16] iotests/297: Create main() function
` [PATCH v3 09/16] iotests/297: Separate environment setup from test execution
` [PATCH v3 10/16] iotests/297: Add 'directory' argument to run_linters
` [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

[PATCH 0/2] gitlab: some minor CI tweaks
 2021-09-17 11:23 UTC  (2+ messages)

[PATCH v3 00/20] nubus: bus, device, bridge, IRQ and address space improvements
 2021-09-17  9:53 UTC  (6+ messages)
` [PATCH v3 11/20] nubus-device: add romfile property for loading declaration ROMs

[PATCH RESEND v2] target/riscv: Set mstatus_hs.[SD|FS] bits if Clean and V=1 in mark_fs_dirty()
 2021-09-17  9:31 UTC 

[PULL 00/10] Linux user for 6.2 patches
 2021-09-17  9:05 UTC  (2+ messages)

[PULL 0/2] Net patches
 2021-09-17  8:24 UTC  (3+ messages)
` [PULL 1/2] ebpf: only include in system emulators
` [PULL 2/2] virtio-net: fix use after unmap/free for sg

Problem with init debugging under QEMU ARM
 2021-09-17  8:35 UTC  (2+ messages)

[PATCH v7 0/7] pSeries FORM2 affinity support
 2021-09-17  8:25 UTC  (3+ messages)
` [PATCH v7 7/7] spapr_numa.c: handle auto NUMA node with no distance info

[PATCH v6 00/21] Add LoongArch linux-user emulation support
 2021-09-17  8:13 UTC  (22+ messages)
` [PATCH v6 01/21] target/loongarch: Add README
` [PATCH v6 02/21] target/loongarch: Add core definition
` [PATCH v6 03/21] target/loongarch: Add main translation routines
` [PATCH v6 04/21] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH v6 05/21] target/loongarch: Add fixed point shift "
` [PATCH v6 06/21] target/loongarch: Add fixed point bit "
` [PATCH v6 07/21] target/loongarch: Add fixed point load/store "
` [PATCH v6 08/21] target/loongarch: Add fixed point atomic "
` [PATCH v6 09/21] target/loongarch: Add fixed point extra "
` [PATCH v6 10/21] target/loongarch: Add floating point arithmetic "
` [PATCH v6 11/21] target/loongarch: Add floating point comparison "
` [PATCH v6 12/21] target/loongarch: Add floating point conversion "
` [PATCH v6 13/21] target/loongarch: Add floating point move "
` [PATCH v6 14/21] target/loongarch: Add floating point load/store "
` [PATCH v6 15/21] target/loongarch: Add branch "
` [PATCH v6 16/21] target/loongarch: Add disassembler
` [PATCH v6 17/21] LoongArch Linux User Emulation
` [PATCH v6 18/21] default-configs: Add loongarch linux-user support
` [PATCH v6 19/21] target/loongarch: Add target build suport
` [PATCH v6 20/21] target/loongarch: 'make check-tcg' support
` [PATCH v6 21/21] scripts: add loongarch64 binfmt config

[PATCH v2 0/8] i386: Assorted KVM PV and Hyper-V feature improvements
 2021-09-17  8:17 UTC  (2+ messages)

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

[PATCH RFC 00/13] hw/nvme: experimental user-creatable objects
 2021-09-17  8:02 UTC  (6+ messages)

[PATCH v9 00/16] machine: smp parsing fixes and improvement
 2021-09-17  7:33 UTC  (5+ messages)
` [PATCH v9 07/16] qtest/numa-test: Use detailed -smp CLI in test_def_cpu_split

hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35
 2021-09-17  6:42 UTC  (4+ messages)

[PATCH v2] target/riscv: Set mstatus_hs.[SD|FS] bits if Clean and V=1 in mark_fs_dirty()
 2021-09-17  6:38 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).