messages from 2021-09-22 06:28:16 to 2021-09-22 18:53:48 UTC [more...]
[PULL 0/3] Update meson version
2021-09-22 18:22 UTC (3+ messages)
[PATCH v3 00/30] LoongArch64 port of QEMU TCG
2021-09-22 18:09 UTC (26+ messages)
` [PATCH v3 01/30] elf: Add machine type value for LoongArch
` [PATCH v3 02/30] MAINTAINERS: Add tcg/loongarch64 entry with myself as maintainer
` [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 08/30] tcg/loongarch64: Implement the memory barrier op
` [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 23/30] tcg/loongarch64: Add softmmu load/store helpers, implement qemu_ld/qemu_st ops
` [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 "
Change TCG cache size?
2021-09-22 17:50 UTC (5+ messages)
[PATCH 0/2] tests/qapi-schema: Minor tooling improvements
2021-09-22 18:11 UTC (5+ 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
[RFC PATCH v2 00/16] Initial support for machine creation via QMP
2021-09-22 17:50 UTC (21+ messages)
` [RFC PATCH v2 01/16] rename MachineInitPhase enum constants for QAPI compatibility
` [RFC PATCH v2 02/16] qapi: Implement query-machine-phase QMP command
` [RFC PATCH v2 03/16] qapi: Implement x-machine-init "
` [RFC PATCH v2 04/16] softmmu/qdev-monitor: add error handling in qdev_set_id
` [RFC PATCH v2 05/16] qdev-monitor: prevent conflicts between qmp/device_add and cli/-device
` [RFC PATCH v2 06/16] qapi: Allow device_add to execute in machine initialized phase
` [RFC PATCH v2 07/16] hw/core/machine: add machine_class_is_dynamic_sysbus_dev_allowed
` [RFC PATCH v2 08/16] qdev-monitor: Check sysbus device type before creating it
` [RFC PATCH v2 09/16] hw/core/machine: Remove the dynamic sysbus devices type check
` [RFC PATCH v2 10/16] qdev-monitor: allow adding any sysbus device before machine is ready
` [RFC PATCH v2 11/16] softmmu/memory: add memory_region_try_add_subregion function
` [RFC PATCH v2 12/16] add x-sysbus-mmio-map qmp command
` [RFC PATCH v2 13/16] hw/mem/system-memory: add a memory sysbus device
` [RFC PATCH v2 14/16] docs/system: add doc about the initialized machine phase and an example
` [RFC PATCH v2 15/16] hw/char/ibex_uart: set user_creatable
` [RFC PATCH v2 16/16] hw/intc/ibex_plic: "
Re: [RFC v7] virtio/vsock: add two more queues for datagram types
2021-09-22 17:36 UTC
[RFC PATCH] tests/docker: add a debian-native image and make available
2021-09-22 17:33 UTC (3+ messages)
[PATCH v2 00/30] LoongArch64 port of QEMU TCG
2021-09-22 17:35 UTC (33+ messages)
` [PATCH v2 09/30] tcg/loongarch64: Implement tcg_out_mov and tcg_out_movi
` [PATCH v2 12/30] tcg/loongarch64: Implement not/and/or/xor/nor/andc/orc/eqv ops
` [PATCH v2 14/30] tcg/loongarch64: Implement bswap32_i32/bswap32_i64/bswap64_i64
` [PATCH v2 15/30] tcg/loongarch64: Implement clz/ctz ops
` [PATCH v2 16/30] tcg/loongarch64: Implement shl/shr/sar/rotl/rotr ops
` [PATCH v2 17/30] tcg/loongarch64: Implement add/sub ops
` [PATCH v2 20/30] tcg/loongarch64: Implement setcond ops
` [PATCH v2 21/30] tcg/loongarch64: Implement tcg_out_call
` [PATCH v2 23/30] tcg/loongarch64: Add softmmu load/store helpers, implement qemu_ld/qemu_st ops
` [PATCH v2 28/30] linux-user: Add safe syscall handling for loongarch64 hosts
` [PATCH v2 29/30] accel/tcg/user-exec: Implement CPU-specific signal handler "
` [PATCH v2 30/30] configure, meson.build: Mark support "
[PATCH v3 0/3] dump-guest-memory: Add blocker for migration
2021-09-22 16:28 UTC (5+ messages)
` [PATCH v3 1/3] migration: Make migration blocker work for snapshots too
` [PATCH v3 2/3] migration: Add migrate_add_blocker_internal()
` [PATCH v3 3/3] dump-guest-memory: Block live migration
[PULL 0/9] Misc QEMU patches for 6.0-rc
2021-09-22 17:00 UTC (6+ messages)
` [PULL 8/9] qapi: introduce forwarding visitor
[PATCH v2 00/53] monitor: explicitly permit QMP commands to be added for all use cases
2021-09-22 16:30 UTC (10+ messages)
` [PATCH v2 01/53] docs/devel: rename file for writing monitor commands
` [PATCH v2 05/53] docs/devel: document expectations for HMP commands in the future
` [PATCH v2 38/53] qapi: introduce x-query-lapic QMP command
[PATCH v2 0/2] Makefile: A few fixes to tag generation
2021-09-22 16:08 UTC (3+ messages)
[PATCH v11 00/10] hvf: Implement Apple Silicon Support
2021-09-22 16:10 UTC (10+ messages)
` [PATCH v11 06/10] hvf: arm: Implement -cpu host
[PULL 00/12] jobs: mirror: Handle errors after READY cancel
2021-09-22 16:05 UTC (2+ messages)
[PATCH v2 0/3] dump-guest-memory: Add blocker for migration
2021-09-22 16:00 UTC (7+ messages)
` [PATCH v2 1/3] migration: Make migration blocker work for snapshots too
` [PATCH v2 3/3] dump-guest-memory: Block live migration
[PATCH] 9pfs: fix wrong I/O block size in Rgetattr
2021-09-22 15:55 UTC (3+ messages)
[PATCH 0/3] scsi: infinite guest hangs with scsi-disk
2021-09-22 15:47 UTC (3+ messages)
` [PATCH 2/3] scsi: make io_timeout configurable
[PATCH v2] monitor: Rate-limit MEMORY_DEVICE_SIZE_CHANGE qapi events per device
2021-09-22 15:39 UTC (2+ messages)
[PATCH v3 00/35] acpi: refactor error prone build_header() and packed structures usage in ACPI tables
2021-09-22 15:37 UTC (50+ messages)
` [PATCH v3 11/35] acpi: nvdimm_build_ssdt: use acpi_table_begin()/acpi_table_end() instead of build_header()
` [PATCH v3 12/35] acpi: vmgenid_build_acpi: "
` [PATCH v3 15/35] acpi: build_tpm_tcpa: "
` [PATCH v3 16/35] acpi: arm/x86: build_srat: "
` [PATCH v3 17/35] acpi: use build_append_int_noprefix() API to compose SRAT table
` [PATCH v3 18/35] acpi: build_dmar_q35: use acpi_table_begin()/acpi_table_end() instead of build_header()
` [PATCH v3 19/35] acpi: build_waet: "
` [PATCH v3 20/35] acpi: build_amd_iommu: "
` [PATCH v3 21/35] acpi: madt: arm/x86: "
` [PATCH v3 22/35] acpi: x86: remove dead code
` [PATCH v3 23/35] acpi: x86: set enabled when composing _MAT entries
` [PATCH v3 24/35] acpi: x86: madt: use build_append_int_noprefix() API to compose MADT table
` [PATCH v3 26/35] acpi: build_dsdt_microvm: use acpi_table_begin()/acpi_table_end() instead of build_header()
` [PATCH v3 28/35] acpi: arm: virt: build_iort: "
` [PATCH v3 29/35] acpi: arm/virt: convert build_iort() to endian agnostic build_append_FOO() API
` [PATCH v3 33/35] acpi: build_facs: use build_append_int_noprefix() API to compose table
` [PATCH v3 34/35] acpi: remove no longer used build_header()
` [PATCH v3 35/35] acpi: AcpiGenericAddress no longer used to map/access fields of MMIO, drop packed attribute
[RFC PATCH] spapr/xive: Allocate vCPU IPIs from local context
2021-09-22 14:41 UTC
[RFC 0/5] VirtIO RDMA
2021-09-22 13:59 UTC (6+ messages)
` "
[PATCH 0/3] rSTify SubmitAPatch, TrivialPatches, and SpellCheck wiki pages
2021-09-22 13:48 UTC (11+ messages)
` [PATCH 1/3] docs: rSTify the "SpellCheck" wiki
` [PATCH 2/3] docs: rSTify the "TrivialPatches" wiki
` [PATCH 3/3] docs: rSTify the "SubmitAPatch" wiki
[PATCH v6 0/5] block/nbd: drop connection_co
2021-09-22 13:49 UTC (4+ messages)
[PATCH v6 00/11] 64bit block-layer: part II
2021-09-22 13:13 UTC (3+ messages)
ensuring a machine's buses have unique names
2021-09-22 13:07 UTC (11+ messages)
[PATCH v1] monitor: Consider "id" when rate-limiting MEMORY_DEVICE_SIZE_CHANGE qapi events
2021-09-22 12:45 UTC (4+ messages)
[PATCH] spapr_numa.c: fixes in spapr_numa_FORM2_write_rtas_tables()
2021-09-22 12:35 UTC (9+ messages)
[PATCH v2 0/1] fixes in spapr_numa_FORM2_write_rtas_tables()
2021-09-22 12:40 UTC (3+ messages)
` [PATCH v2 1/1] spapr_numa.c: "
[PATCH 0/2] virtiofsd: Add capability to block xattrs
2021-09-22 12:30 UTC (3+ messages)
[PATCH v7 0/7] DEVICE_UNPLUG_GUEST_ERROR QAPI event
2021-09-22 12:03 UTC (3+ messages)
[PATCH v4 00/20] nubus: bus, device, bridge, IRQ and address space improvements
2021-09-22 11:50 UTC (15+ messages)
` [PATCH v4 02/20] nubus-device: expose separate super slot memory region
` [PATCH v4 05/20] nubus: move slot bitmap checks from NubusDevice realize() to BusClass check_address()
` [PATCH v4 09/20] macfb: don't register declaration ROM
` [PATCH v4 17/20] nubus-bridge: make slot_available_mask a qdev property
[PATCH v3 00/15] PMU-EBB support for PPC64 TCG
2021-09-22 11:24 UTC (5+ messages)
` [PATCH v3 01/15] target/ppc: add user read functions for MMCR0 and MMCR2
` [PATCH v3 03/15] target/ppc: PMU basic cycle count for pseries TCG
[PATCH v6 00/21] Add LoongArch linux-user emulation support
2021-09-22 9:49 UTC (4+ messages)
[RFC v7] virtio/vsock: add two more queues for datagram types
2021-09-22 9:23 UTC (2+ messages)
[PATCH v7 00/11] qcow2: fix parallel rewrite and discard (reqlist)
2021-09-22 8:24 UTC (2+ messages)
[PATCH v2] block: drop BLK_PERM_GRAPH_MOD
2021-09-22 7:49 UTC (2+ messages)
[PATCH v2] iotests/check: move long options to double dash
2021-09-22 7:46 UTC (2+ messages)
[PATCH v2 00/19] Make image fleecing more usable
2021-09-22 7:45 UTC (2+ messages)
[PATCH v15] qapi: introduce 'query-x86-cpuid' QMP command
2021-09-22 7:41 UTC (2+ messages)
[PATCH] nbd/client: Request larger block status by default
2021-09-22 7:28 UTC (6+ messages)
[PATCH v2] spapr/xive: Fix kvm_xive_source_reset trace event
2021-09-22 7:11 UTC (3+ messages)
[PATCH] nvdimm: release the correct device list
2021-09-22 6:40 UTC (7+ messages)
[PATCH 00/14] bsd-user: misc cleanup for aarch64 import
2021-09-22 6:14 UTC (5+ messages)
` [PATCH 09/14] bsd-user: Remove used from TaskState
` [PATCH 10/14] bsd-user: Add stop_all_tasks
` [PATCH 11/14] bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interface
` [PATCH 14/14] bsd-user/signal: Create a dummy signal queueing function
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).