qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-15 09:09:11 to 2021-09-15 20:59:28 UTC [more...]

[PATCH] hw/intc: GIC maintenance interrupt not triggered
 2021-09-15 20:58 UTC 

[PATCH v2 0/3] qapi & doc: deprecate drive-backup
 2021-09-15 19:25 UTC  (6+ messages)
` [PATCH v2 3/3] qapi: "

[PATCH RFC 0/5] Subject: [PATCH RFC 0/5] qapi: Add feature flags to enum members
 2021-09-15 19:24 UTC  (6+ 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
` [PATCH RFC 4/5] qapi: Implement deprecated-input={reject, crash} for enum values
` [PATCH RFC 5/5] block: Deprecate transaction type drive-backup

[PATCH RFC v2 04/16] vfio-user: connect vfio proxy to remote server
 2021-09-15 19:14 UTC  (12+ messages)

[PATCH v11 00/10] hvf: Implement Apple Silicon Support
 2021-09-15 18:10 UTC  (11+ messages)
` [PATCH v11 01/10] arm: Move PMC register definitions to cpu.h
` [PATCH v11 02/10] hvf: Add execute to dirty log permission bitmap
` [PATCH v11 03/10] hvf: Introduce hvf_arch_init() callback
` [PATCH v11 04/10] hvf: Add Apple Silicon support
` [PATCH v11 05/10] arm/hvf: Add a WFI handler
` [PATCH v11 06/10] hvf: arm: Implement -cpu host
` [PATCH v11 07/10] hvf: arm: Implement PSCI handling
` [PATCH v11 08/10] arm: Add Hypervisor.framework build target
` [PATCH v11 09/10] hvf: arm: Add rudimentary PMC support
` [PATCH v11 10/10] arm: tcg: Adhere to SMCCC 1.3 section 5.2

[PATCH v4 00/30] accel: Move has_work() from SysemuCPUOps to AccelOpsClass
 2021-09-15 18:06 UTC  (2+ messages)

[PULL 00/32] Block patches
 2021-09-15 17:53 UTC  (33+ messages)
` [PULL 01/32] gluster: Align block-status tail
` [PULL 02/32] block: Drop BDS comment regarding bdrv_append()
` [PULL 03/32] block: block-status cache for data regions
` [PULL 04/32] block: Clarify that @bytes is no limit on *pnum
` [PULL 05/32] block/file-posix: Do not force-cap *pnum
` [PULL 06/32] block/gluster: "
` [PULL 07/32] block/iscsi: "
` [PULL 08/32] iotests: Fix unspecified-encoding pylint warnings
` [PULL 09/32] iotests: Fix use-{list,dict}-literal warnings
` [PULL 10/32] iotests/297: Drop 169 and 199 from the skip list
` [PULL 11/32] migrate-bitmaps-postcopy-test: Fix pylint warnings
` [PULL 12/32] migrate-bitmaps-test: "
` [PULL 13/32] mirror-top-perms: Fix AbnormalShutdown path
` [PULL 14/32] iotests/297: Cover tests/
` [PULL 15/32] block/mirror: fix NULL pointer dereference in mirror_wait_on_conflicts()
` [PULL 16/32] tests: add migrate-during-backup
` [PULL 17/32] block: bdrv_inactivate_recurse(): check for permissions and fix crash
` [PULL 18/32] simplebench: add img_bench_templater.py
` [PULL 19/32] qcow2: refactor handle_dependencies() loop body
` [PULL 20/32] qcow2: handle_dependencies(): relax conflict detection
` [PULL 21/32] qemu-img: Allow target be aligned to sector size
` [PULL 22/32] qcow2-refcount: improve style of check_refcounts_l2()
` [PULL 23/32] qcow2: compressed read: simplify cluster descriptor passing
` [PULL 24/32] qcow2: introduce qcow2_parse_compressed_l2_entry() helper
` [PULL 25/32] qcow2-refcount: introduce fix_l2_entry_by_zero()
` [PULL 26/32] qcow2-refcount: fix_l2_entry_by_zero(): also zero L2 entry bitmap
` [PULL 27/32] qcow2-refcount: check_refcounts_l2(): check l2_bitmap
` [PULL 28/32] qcow2-refcount: check_refcounts_l2(): check reserved bits
` [PULL 29/32] qcow2-refcount: improve style of check_refcounts_l1()
` [PULL 30/32] qcow2-refcount: check_refcounts_l1(): check reserved bits
` [PULL 31/32] qcow2-refcount: check_refblocks(): add separate message for reserved
` [PULL 32/32] qemu-img: Add -F shorthand to convert

[PATCH 0/2] linux-user/nios2: trap and kuser fixes
 2021-09-15 17:54 UTC  (4+ messages)
` [PATCH 1/2] linux-user/nios2: Properly emulate EXCP_TRAP
` [PATCH 2/2] linux-user/nios2: Map a real kuser page

[PULL 0/4] Update meson version
 2021-09-15 17:34 UTC  (6+ messages)
` [PULL 1/4] meson: bump submodule to 0.58.2
` [PULL 2/4] meson: switch minimum meson version "
` [PULL 3/4] hexagon: use env keyword argument to pass PYTHONPATH
` [PULL 4/4] target/xtensa: list cores in a text file

[PATCH v4 00/27] python: introduce Asynchronous QMP package
 2021-09-15 16:29 UTC  (28+ messages)
` [PATCH v4 01/27] python/aqmp: add asynchronous QMP (AQMP) subpackage
` [PATCH v4 02/27] python/aqmp: add error classes
` [PATCH v4 03/27] python/pylint: Add exception for TypeVar names ('T')
` [PATCH v4 04/27] python/aqmp: add asyncio compatibility wrappers
` [PATCH v4 05/27] python/aqmp: add generic async message-based protocol support
` [PATCH v4 06/27] python/aqmp: add runstate state machine to AsyncProtocol
` [PATCH v4 07/27] python/aqmp: Add logging utility helpers
` [PATCH v4 08/27] python/aqmp: add logging to AsyncProtocol
` [PATCH v4 09/27] python/aqmp: add AsyncProtocol.accept() method
` [PATCH v4 10/27] python/aqmp: add configurable read buffer limit
` [PATCH v4 11/27] python/aqmp: add _cb_inbound and _cb_outbound logging hooks
` [PATCH v4 12/27] python/aqmp: add AsyncProtocol._readline() method
` [PATCH v4 13/27] python/aqmp: add QMP Message format
` [PATCH v4 14/27] python/aqmp: add well-known QMP object models
` [PATCH v4 15/27] python/aqmp: add QMP event support
` [PATCH v4 16/27] python/pylint: disable too-many-function-args
` [PATCH v4 17/27] python/aqmp: add QMP protocol support
` [PATCH v4 18/27] python/pylint: disable no-member check
` [PATCH v4 19/27] python/aqmp: Add message routing to QMP protocol
` [PATCH v4 20/27] python/aqmp: add execute() interfaces
` [PATCH v4 21/27] python/aqmp: add _raw() execution interface
` [PATCH v4 22/27] python/aqmp: add asyncio_run compatibility wrapper
` [PATCH v4 23/27] python/aqmp: add scary message
` [PATCH v4 24/27] python: bump avocado to v90.0
` [PATCH v4 25/27] python/aqmp: add AsyncProtocol unit tests
` [PATCH v4 26/27] python/aqmp: add LineProtocol tests
` [PATCH v4 27/27] python/aqmp: Add Coverage.py support

[RFC PATCH 0/7] linux-user: Streamline handling of SIGSEGV/SIGBUS
 2021-09-15 16:52 UTC  (9+ messages)
` [RFC PATCH 1/7] include/exec: Move cpu_signal_handler declaration
` [RFC PATCH 6/7] linux-user: Handle SIGSEGV/SIGBUS in host_to_target_siginfo_noswap
` [RFC PATCH 7/7] linux-user: Reorg cpu_signal_handler

[PATCH 0/2] gitlab-ci: Add riscv64 cross builds
 2021-09-15 16:32 UTC  (10+ messages)
` [PATCH 1/2] tests/docker: promote debian-riscv64-cross to a full image
` [PATCH 2/2] gitlab: Add cross-riscv64-system, cross-riscv64-user

[RFC 0/1] docs/deve/ci-plan: define a high-level plan for the QEMU GitLab CI
 2021-09-15 15:59 UTC  (6+ messages)
` [RFC 1/1] "

[PATCH v2] hw/nvme: Return error for fused operations
 2021-09-15 15:55 UTC  (2+ messages)

[PATCH] gitlab-ci: Mark manual-only jobs as allow_failure
 2021-09-15 15:42 UTC  (5+ messages)

[PATCH v3 0/1] Update check-python-tox test for pylint 2.10
 2021-09-15 15:40 UTC  (2+ messages)
` [PATCH v3 1/1] python: Update "

[PATCH 00/12] qapi: Fixes and cleanups for recent work (mostly)
 2021-09-15 15:38 UTC  (6+ messages)

[PATCH v9 00/11] hvf: Implement Apple Silicon Support
 2021-09-15 15:07 UTC  (10+ messages)
` [PATCH v9 07/11] hvf: arm: Implement PSCI handling

[PATCH 0/2] gitlab: some minor CI tweaks
 2021-09-15 14:59 UTC  (9+ messages)
` [PATCH 1/2] gitlab: skip the check-patch job on the upstream repo
` [PATCH 2/2] gitlab: fix passing of TEST_TARGETS env to cirrus

[ RFC v2 0/9] Improve PMU support
 2021-09-15 14:49 UTC  (9+ messages)
` [ RFC v2 1/9] target/riscv: Fix PMU CSR predicate function
` [ RFC v2 2/9] target/riscv: pmu: Rename the counters extension to pmu
` [ RFC v2 3/9] target/riscv: pmu: Make number of counters configurable
` [ RFC v2 4/9] target/riscv: Implement mcountinhibit CSR

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

[PATCH 0/2] gitlab: prepare for limited CI minutes by not running by default
 2021-09-15 14:45 UTC  (4+ messages)
` [PATCH 2/2] gitlab: don't run CI jobs by default on push to user forks

[PATCH] tools/virtiofsd: Add fstatfs64 syscall to the seccomp allowlist
 2021-09-15 14:45 UTC  (2+ messages)

[RFC PATCH 0/4] block layer: split block APIs in graph and I/O
 2021-09-15 14:43 UTC  (8+ messages)
` [RFC PATCH 3/4] include/sysemu/block-backend: split header into I/O and graph API

[PATCH] target/i386: Include 'hw/i386/apic.h' locally
 2021-09-15 14:36 UTC  (2+ messages)

[PATCH] Add qemu_vga.ndrv to build/pc-bios folder
 2021-09-15 14:02 UTC  (4+ messages)

[PULL 0/5] Migration.next patches
 2021-09-15 13:55 UTC  (3+ messages)

[PULL v4 00/43] tcg patch queue
 2021-09-15 13:51 UTC  (2+ messages)

[PATCH, trivial, for-6.1] spelling: sytem => system
 2021-09-15 13:52 UTC  (2+ messages)

[PATCH] Add qemu_vga.ndrv to build/pc-bios folder
 2021-09-15 13:48 UTC  (2+ messages)

[RFC 0/5] VirtIO RDMA
 2021-09-15 13:43 UTC  (2+ messages)

[PATCH v4 00/16] tcg/s390x: host vector support
 2021-09-15 13:22 UTC  (6+ messages)
` [PATCH v4 05/16] tcg/s390x: Implement tcg_out_ld/st for vector types

[PATCH] qdev: Complete qdev_init_gpio_out() documentation
 2021-09-15 13:17 UTC  (3+ messages)

[PATCH v2 0/1] Update check-python-tox test for pylint 2.10
 2021-09-15 12:54 UTC  (3+ messages)

[PATCH v2] hw/i386/acpi-build: Fix a typo
 2021-09-15 12:48 UTC  (3+ messages)

[PATCH V2] util: Remove redundant checks in the openpty()
 2021-09-15 12:44 UTC  (3+ messages)

[PATCH v4 00/33] Qemu SGX virtualization
 2021-09-15 12:24 UTC  (6+ messages)
` [PATCH v4 23/33] sgx-epc: Add the reset interface for sgx-epc virt device

[PATCH] gitlab-ci: Make more custom runner jobs manual, and don't allow failure
 2021-09-15 12:22 UTC  (6+ messages)

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

[PATCH v4 00/10] qcow2 check: check some reserved bits and subcluster bitmaps
 2021-09-15 11:36 UTC  (3+ messages)

[RFC PATCH 0/1] QEMU TCG plugin interface extensions
 2021-09-15 10:51 UTC  (3+ messages)
` [RFC PATCH 1/1] QEMU plugin interface extension

[PATCH] qemu-img: Add -F shorthand to convert
 2021-09-15 11:19 UTC  (2+ messages)

[PATCH] configure/optionrom: Fix MSYS2 multiboot.bin issue
 2021-09-15 10:56 UTC 

SMMU Stage 2 translation in QEMU
 2021-09-15 10:23 UTC  (8+ messages)

[PATCH 0/3] target/arm: Set FPSCR.LTPSIZE for user-mode
 2021-09-15  9:57 UTC  (2+ messages)

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

high cpu usage in idle state
 2021-09-15  9:07 UTC 

[PATCH v2] nbd/server: Suppress Broken pipe errors on abrupt disconnection
 2021-09-15  9:11 UTC  (8+ messages)

[PULL 00/14] aspeed queue
 2021-09-15  9:05 UTC  (11+ messages)
` [PULL 14/14] hw/arm/aspeed: Add Fuji machine type
            ` Deprecate 32-bit hosts? (was: Re: [PULL 14/14] hw/arm/aspeed: Add Fuji machine type)

[PATCH v2 00/53] monitor: explicitly permit QMP commands to be added for all use cases
 2021-09-15  9:01 UTC  (5+ messages)
` [PATCH v2 27/53] target/xtensa: convert to use format_state instead of dump_state


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