messages from 2021-09-20 15:49:07 to 2021-09-20 23:22:12 UTC [more...]
[PATCH v3 00/30] Hexagon HVX (target/hexagon) patch series
2021-09-20 23:20 UTC (43+ messages)
` [PATCH v3 01/30] Hexagon HVX (target/hexagon) README
` [PATCH v3 02/30] Hexagon HVX (target/hexagon) add Hexagon Vector eXtensions (HVX) to core
` [PATCH v3 03/30] Hexagon HVX (target/hexagon) register names
` [PATCH v3 04/30] Hexagon HVX (target/hexagon) instruction attributes
` [PATCH v3 05/30] Hexagon HVX (target/hexagon) macros
` [PATCH v3 06/30] Hexagon HVX (target/hexagon) import macro definitions
` [PATCH v3 07/30] Hexagon HVX (target/hexagon) semantics generator
` [PATCH v3 08/30] Hexagon HVX (target/hexagon) semantics generator - part 2
` [PATCH v3 09/30] Hexagon HVX (target/hexagon) C preprocessor for decode tree
` [PATCH v3 10/30] Hexagon HVX (target/hexagon) instruction utility functions
` [PATCH v3 11/30] Hexagon HVX (target/hexagon) helper functions
` [PATCH v3 12/30] Hexagon HVX (target/hexagon) TCG generation
` [PATCH v3 13/30] Hexagon HVX (target/hexagon) helper overrides infrastructure
` [PATCH v3 14/30] Hexagon HVX (target/hexagon) helper overrides for histogram instructions
` [PATCH v3 15/30] Hexagon HVX (target/hexagon) helper overrides - vector assign & cmov
` [PATCH v3 16/30] Hexagon HVX (target/hexagon) helper overrides - vector add & sub
` [PATCH v3 17/30] Hexagon HVX (target/hexagon) helper overrides - vector shifts
` [PATCH v3 18/30] Hexagon HVX (target/hexagon) helper overrides - vector max/min
` [PATCH v3 19/30] Hexagon HVX (target/hexagon) helper overrides - vector logical ops
` [PATCH v3 20/30] Hexagon HVX (target/hexagon) helper overrides - vector compares
` [PATCH v3 21/30] Hexagon HVX (target/hexagon) helper overrides - vector splat and abs
` [PATCH v3 22/30] Hexagon HVX (target/hexagon) helper overrides - vector loads
` [PATCH v3 23/30] Hexagon HVX (target/hexagon) helper overrides - vector stores
` [PATCH v3 24/30] Hexagon HVX (target/hexagon) import semantics
` [PATCH v3 25/30] Hexagon HVX (target/hexagon) instruction decoding
` [PATCH v3 26/30] Hexagon HVX (target/hexagon) import instruction encodings
` [PATCH v3 27/30] Hexagon HVX (tests/tcg/hexagon) vector_add_int test
` [PATCH v3 28/30] Hexagon HVX (tests/tcg/hexagon) hvx_misc test
` [PATCH v3 29/30] Hexagon HVX (tests/tcg/hexagon) scatter_gather test
` [PATCH v3 30/30] Hexagon HVX (tests/tcg/hexagon) histogram test
[PATCH v2 0/9] optimize the downtime for vfio migration
2021-09-20 23:05 UTC (2+ messages)
[PATCH v3 0/9] optimize the downtime for vfio migration
2021-09-20 23:02 UTC (10+ messages)
` [PATCH v3 1/9] vfio: simplify the conditional statements in vfio_msi_enable
` [PATCH v3 2/9] vfio: move re-enabling INTX out of the common helper
` [PATCH v3 3/9] vfio: simplify the failure path in vfio_msi_enable
` [PATCH v3 4/9] msix: simplify the conditional in msix_set/unset_vector_notifiers
` [PATCH v3 5/9] msix: reset poll_notifier to NULL if fail to set notifiers
` [PATCH v3 6/9] kvm: irqchip: extract kvm_irqchip_add_deferred_msi_route
` [PATCH v3 7/9] vfio: add infrastructure to commit the deferred kvm routing
` [PATCH v3 8/9] Revert "vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration"
` [PATCH v3 9/9] vfio: defer to commit kvm irq routing when enable msi/msix
[PATCH v2 00/23] qapi: Remove simple unions from the schema language
2021-09-20 21:49 UTC (3+ messages)
` [PATCH v2 22/23] tests/qapi-schema: Rename flat-union-* test cases to union-*
[PATCH v5 00/31] accel: Move has_work() from SysemuCPUOps to AccelOpsClass
2021-09-20 22:03 UTC (36+ messages)
` [PATCH v5 01/31] target/arm: Implement arm_v7m_cpu_has_work()
` [PATCH v5 02/31] accel/tcg: Restrict cpu_handle_halt() to sysemu
` [PATCH v5 03/31] hw/core: Restrict cpu_has_work() "
` [PATCH v5 04/31] hw/core: Un-inline cpu_has_work()
` [PATCH v5 05/31] sysemu: Introduce AccelOpsClass::has_work()
` [PATCH v5 06/31] accel/kvm: Implement AccelOpsClass::has_work()
` [PATCH v5 07/31] accel/whpx: "
` [PATCH v5 08/31] accel/tcg: Implement AccelOpsClass::has_work() as stub
` [PATCH v5 09/31] target/alpha: Restrict has_work() handler to sysemu
` [PATCH v5 10/31] target/arm: Restrict has_work() handler to sysemu and TCG
` [PATCH v5 11/31] target/avr: Restrict has_work() handler to sysemu
` [PATCH v5 12/31] target/cris: "
` [PATCH v5 13/31] target/hexagon: Remove unused has_work() handler
` [PATCH v5 14/31] target/hppa: Restrict has_work() handler to sysemu
` [PATCH v5 15/31] target/i386: Restrict has_work() handler to sysemu and TCG
` [PATCH v5 16/31] target/m68k: Restrict has_work() handler to sysemu
` [PATCH v5 17/31] target/microblaze: "
` [PATCH v5 18/31] target/mips: Restrict has_work() handler to sysemu and TCG
` [PATCH v5 19/31] target/nios2: Restrict has_work() handler to sysemu
` [PATCH v5 20/31] target/openrisc: "
` [PATCH v5 21/31] target/ppc: Introduce PowerPCCPUClass::has_work()
` [PATCH v5 22/31] target/ppc: Restrict has_work() handlers to sysemu and TCG
` [PATCH v5 23/31] target/riscv: Restrict has_work() handler "
` [PATCH v5 24/31] target/rx: Restrict has_work() handler to sysemu
` [PATCH v5 25/31] target/s390x: Restrict has_work() handler to sysemu and TCG
` [PATCH v5 26/31] target/sh4: Restrict has_work() handler to sysemu
` [PATCH v5 27/31] target/sparc: Remove pointless use of CONFIG_TCG definition
` [PATCH v5 28/31] target/sparc: Restrict has_work() handler to sysemu
` [PATCH v5 29/31] target/tricore: "
` [PATCH v5 30/31] target/xtensa: "
` [PATCH v5 31/31] accel: Add missing AccelOpsClass::has_work() and drop SysemuCPUOps one
[PATCH v4 00/20] nubus: bus, device, bridge, IRQ and address space improvements
2021-09-20 21:47 UTC (32+ 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 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 v3 0/3] VNC-related HMP/QMP fixes
2021-09-20 21:37 UTC (5+ messages)
` [PATCH v3 2/3] monitor/hmp: add support for flag argument with value
` [PATCH v3 3/3] monitor: refactor set/expire_password and allow VNC display id
[PATCH v6 00/21] Add LoongArch linux-user emulation support
2021-09-20 21:17 UTC (8+ messages)
` [PATCH v6 01/21] target/loongarch: Add README
` [PATCH v6 02/21] target/loongarch: Add core definition
` [PATCH v6 10/21] target/loongarch: Add floating point arithmetic instruction translation
[PULL 00/35] tcg patch queue
2021-09-20 21:16 UTC (5+ messages)
[PATCH v3 00/16] tcg/mips: Unaligned access and other cleanup
2021-09-20 21:14 UTC (3+ messages)
` [PATCH v3 07/16] tcg/mips: Allow JAL to be out of range in tcg_out_bswap_subr
[PATCH 0/6] avocado_qemu: small fixes and tweaks
2021-09-20 20:55 UTC (8+ messages)
` [PATCH 1/6] Acceptance Tests: add standard clean up at test tearDown()
` [PATCH 2/6] avocado_qemu: standardize supper() call following PEP3135
` [PATCH 3/6] avocado_qemu: fix import module based on isort
` [PATCH 4/6] avocado_qemu: tweak ssh connect method
` [PATCH 5/6] avocado_qemu: explicitly return None to avoid R1710
` [PATCH 6/6] avocado_qemu: fix inheritance order on LinuxTest class
[PATCH] tcg/tci: Remove its experimental status
2021-09-20 20:47 UTC (2+ messages)
[PATCH] allwinner-h3: Switch to SMC as PSCI conduit
2021-09-20 20:39 UTC
[PATCH v12 00/10] hvf: Implement Apple Silicon Support
2021-09-20 20:21 UTC (5+ messages)
[PATCH v4 00/27] python: introduce Asynchronous QMP package
2021-09-20 19:51 UTC (2+ messages)
[PATCH 0/2] modules: Improve modinfo.c architecture support
2021-09-20 19:03 UTC (7+ messages)
` [PATCH 1/2] meson: introduce modules_arch
Range of vcpu_index to plugin callbacks
2021-09-20 19:03 UTC (2+ messages)
` [EXTERNAL] "
[PATCH 0/3] scsi: infinite guest hangs with scsi-disk
2021-09-20 18:56 UTC (3+ messages)
` [PATCH 2/3] scsi: make io_timeout configurable
[PATCH v3 00/22] target/ppc: DFP instructions using decodetree
2021-09-20 18:50 UTC (2+ messages)
tcg: pointer size warning on x32 arch
2021-09-20 18:43 UTC (5+ messages)
[PATCH v2] Acceptance Tests: add standard clean up at test tearDown()
2021-09-20 18:25 UTC (2+ messages)
[PATCH 00/30] 64-bit LoongArch port of QEMU TCG
2021-09-20 18:20 UTC (50+ messages)
` [PATCH 03/30] tcg/loongarch: Add the tcg-target.h file
` [PATCH 04/30] tcg/loongarch: Add generated instruction opcodes and encoding helpers
` [PATCH 05/30] tcg/loongarch: Add register names, allocation order and input/output sets
` [PATCH 07/30] tcg/loongarch: Implement necessary relocation operations
` [PATCH 14/30] tcg/loongarch: Implement bswap32_i32/bswap64_i64
` [PATCH 15/30] tcg/loongarch: Implement clz/ctz ops
` [PATCH 16/30] tcg/loongarch: Implement shl/shr/sar/rotl/rotr ops
` [PATCH 17/30] tcg/loongarch: Implement neg/add/sub ops
` [PATCH 18/30] tcg/loongarch: Implement mul/mulsh/muluh/div/divu/rem/remu ops
` [PATCH 19/30] tcg/loongarch: Implement br/brcond ops
` [PATCH 20/30] tcg/loongarch: Implement setcond ops
` [PATCH 21/30] tcg/loongarch: Implement tcg_out_call
` [PATCH 22/30] tcg/loongarch: Implement simple load/store ops
` [PATCH 23/30] tcg/loongarch: Add softmmu load/store helpers, implement qemu_ld/qemu_st ops
` [PATCH 24/30] tcg/loongarch: Implement tcg_target_qemu_prologue
` [PATCH 25/30] tcg/loongarch: Implement exit_tb/goto_tb
` [PATCH 26/30] tcg/loongarch: Implement tcg_target_init
` [PATCH 27/30] tcg/loongarch: Register the JIT
` [PATCH 28/30] configure, meson.build: Mark support for 64-bit LoongArch hosts
` [PATCH 29/30] linux-user: Add host dependency for 64-bit LoongArch
` [PATCH 30/30] accel/tcg/user-exec: Implement CPU-specific signal handler for LoongArch hosts
[PATCH v9 0/7] pSeries FORM2 affinity support
2021-09-20 17:49 UTC (8+ messages)
` [PATCH v9 1/7] spapr_numa.c: split FORM1 code into helpers
` [PATCH v9 2/7] spapr_numa.c: scrap 'legacy_numa' concept
` [PATCH v9 3/7] spapr_numa.c: parametrize FORM1 macros
` [PATCH v9 4/7] spapr_numa.c: rename numa_assoc_array to FORM1_assoc_array
` [PATCH v9 5/7] spapr: move FORM1 verifications to post CAS
` [PATCH v9 6/7] spapr_numa.c: FORM2 NUMA affinity support
` [PATCH v9 7/7] spapr_numa.c: handle auto NUMA node with no distance info
(no subject)
2021-09-20 17:50 UTC (10+ messages)
` [PATCH v2] hw/sensor: Add lsm303dlhc magnetometer device
[PULL 0/2] Net patches
2021-09-20 17:30 UTC (2+ messages)
[PATCH] qemu-nbd: Change default cache mode to writeback
2021-09-20 16:52 UTC (4+ messages)
[PATCH v3 00/35] acpi: refactor error prone build_header() and packed structures usage in ACPI tables
2021-09-20 16:41 UTC (21+ messages)
` [PATCH v3 01/35] acpi: add helper routines to initialize "
` [PATCH v3 02/35] acpi: build_rsdt: use acpi_table_begin()/acpi_table_end() instead of build_header()
` [PATCH v3 03/35] acpi: build_xsdt: "
` [PATCH v3 04/35] acpi: build_slit: "
` [PATCH v3 05/35] acpi: build_fadt: "
` [PATCH v3 07/35] acpi: acpi_build_hest: "
` [PATCH v3 08/35] acpi: build_mcfg: "
` [PATCH v3 09/35] acpi: build_hmat: "
` [PATCH v3 10/35] acpi: nvdimm_build_nfit: "
` [PATCH v3 11/35] acpi: nvdimm_build_ssdt: "
[PATCH v1 00/11] testing and plugin pre-PR (configure, gitlab, plugins)
2021-09-20 16:37 UTC (4+ messages)
` [PATCH v1 01/11] configure: don't override the selected host test compiler if defined
[PATCH v16 00/99] arm tcg/kvm refactor and split with kvm only support
2021-09-20 16:27 UTC (3+ messages)
[PATCH v2 00/12] aspeed: SMC cleanups and QOMification
2021-09-20 16:23 UTC (13+ messages)
` [PATCH v2 01/12] aspeed/smc: Add watchdog Control/Status Registers
` [PATCH v2 02/12] aspeed/smc: Introduce aspeed_smc_error() helper
` [PATCH v2 03/12] aspeed/smc: Stop using the model name for the memory regions
` [PATCH v2 04/12] aspeed/smc: Drop AspeedSMCController structure
` [PATCH v2 05/12] aspeed/smc: Remove the 'flash' attribute from AspeedSMCFlash
` [PATCH v2 06/12] aspeed/smc: Remove the 'size' "
` [PATCH v2 07/12] aspeed/smc: Rename AspeedSMCFlash 'id' to 'cs'
` [PATCH v2 08/12] aspeed/smc: QOMify AspeedSMCFlash
` [PATCH v2 09/12] aspeed/smc: Add default reset values
` [PATCH v2 10/12] aspeed/smc: Introduce a new addr_width() class handler
` [PATCH v2 11/12] aspeed/smc: Remove unused attribute 'irqline'
` [PATCH v2 12/12] aspeed/i2c: QOMify AspeedI2CBus
[PATCH v12 0/6] support dirtyrate at the granualrity of vcpu
2021-09-20 16:00 UTC (4+ messages)
[PATCH 0/2] Acceptance Tests: clean up of temporary dirs and MAINTAINERS entry
2021-09-20 15:40 UTC (3+ messages)
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).