messages from 2023-10-27 15:49:02 to 2023-10-28 19:50:30 UTC [more...]
[PATCH v2 00/35] tcg: Introduce TCG_COND_TST{EQ,NE}
2023-10-28 19:45 UTC (34+ messages)
` [PATCH v2 01/35] "
` [PATCH v2 02/35] tcg/optimize: Split out arg_is_const_val
` [PATCH v2 03/35] tcg/optimize: Split out do_constant_folding_cond1
` [PATCH v2 04/35] tcg/optimize: Do swap_commutative2 in do_constant_folding_cond2
` [PATCH v2 05/35] tcg/optimize: Split out arg_new_constant
` [PATCH v2 06/35] tcg/optimize: Handle TCG_COND_TST{EQ,NE}
` [PATCH v2 07/35] tcg: Add TCGConst argument to tcg_target_const_match
` [PATCH v2 08/35] tcg/aarch64: Support TCG_COND_TST{EQ,NE}
` [PATCH v2 09/35] tcg/aarch64: Generate TBZ, TBNZ
` [PATCH v2 10/35] tcg/aarch64: Generate CBNZ for TSTNE of UINT32_MAX
` [PATCH v2 12/35] tcg/i386: Pass x86 condition codes to tcg_out_cmov
` [PATCH v2 13/35] tcg/i386: Move tcg_cond_to_jcc[] into tcg_out_cmp
` [PATCH v2 14/35] tcg/i386: Support TCG_COND_TST{EQ,NE}
` [PATCH v2 16/35] tcg/loongarch64: "
` [PATCH v2 17/35] tcg/mips: "
` [PATCH v2 18/35] tcg/riscv: "
` [PATCH v2 19/35] tcg/sparc64: Implement tcg_out_extrl_i64_i32
` [PATCH v2 20/35] tcg/sparc64: Hoist read of tcg_cond_to_rcond
` [PATCH v2 21/35] tcg/sparc64: Pass TCGCond to tcg_out_cmp
` [PATCH v2 22/35] tcg/sparc64: Support TCG_COND_TST{EQ,NE}
` [PATCH v2 23/35] tcg/ppc: Sink tcg_to_bc usage into tcg_out_bc
` [PATCH v2 24/35] tcg/ppc: Use cr0 in tcg_to_bc and tcg_to_isel
` [PATCH v2 25/35] tcg/ppc: Tidy up tcg_target_const_match
` [PATCH v2 26/35] tcg/ppc: Add TCG_CT_CONST_CMP
` [PATCH v2 27/35] tcg/ppc: Support TCG_COND_TST{EQ,NE}
` [PATCH v2 28/35] tcg/s390x: Split constraint A into J+U
` [PATCH v2 29/35] tcg/s390x: Add TCG_CT_CONST_CMP
` [PATCH v2 30/35] tcg/s390x: Support TCG_COND_TST{EQ,NE}
` [PATCH v2 31/35] tcg/tci: "
` [PATCH v2 32/35] target/alpha: Use TCG_COND_TST{EQ,NE} for BLB{C,S}
` [PATCH v2 33/35] target/alpha: Use TCG_COND_TST{EQ, NE} for CMOVLB{C, S}
` [PATCH v2 34/35] target/alpha: Use TCG_COND_TSTNE for gen_fold_mzero
` [PATCH v2 35/35] target/m68k: Use TCG_COND_TST{EQ, NE} in gen_fcc_cond
[PATCH 00/17] Maintainer updates for testing, gdb, semihosting and plugins
2023-10-28 19:31 UTC (33+ messages)
` [PATCH 01/17] tests/vm/openbsd: Use the system dtc package
` [PATCH 02/17] tests/tcg: Add -fno-stack-protector
` [PATCH 03/17] gitlab: split alpha testing into a legacy container
` [PATCH 04/17] tests/docker: use debian-legacy-test-cross for alpha
` [PATCH 05/17] tests/docker: move sh4 to use debian-legacy-test-cross
` [PATCH 06/17] tests/docker: use debian-all-test-cross for power
` [PATCH 07/17] tests/docker: use debian-all-test-cross for hppa
` [PATCH 08/17] tests/docker: use debian-all-test-cross for m68k
` [PATCH 09/17] tests/docker: use debian-all-test-cross for mips64
` [PATCH 10/17] tests/docker: use debian-all-test-cross for mips
` [PATCH 11/17] tests/docker: use debian-all-test-cross for riscv64
` [PATCH 12/17] tests/docker: use debian-all-test-cross for sparc64
` [PATCH 13/17] tests/docker: upgrade debian-all-test-cross to bookworm
` [PATCH 14/17] gdbstub: Check if gdb_regs is NULL
` [PATCH 15/17] semihosting: fix memleak at semihosting_arg_fallback
` [PATCH 16/17] plugins: Remove an extra parameter
` [PATCH 17/17] contrib/plugins: Close file descriptor on error return
[PATCH v7 0/3] Add emulation of AmigaOne XE board
2023-10-28 18:20 UTC (3+ messages)
[PATCH v5 0/5] VIA PM: Implement basic ACPI support
2023-10-28 17:47 UTC (14+ messages)
` [PATCH v5 1/5] hw/isa/vt82c686: Respect SCI interrupt assignment
` [PATCH v5 2/5] hw/isa/vt82c686: Add missing initialization of ACPI general purpose event registers
` [PATCH v5 3/5] hw/isa/vt82c686: Reuse acpi_update_sci()
` [PATCH v5 4/5] hw/isa/vt82c686: Implement ACPI powerdown
` [PATCH v5 5/5] hw/isa/vt82c686: Implement software-based SMI triggering
[PATCH v6 00/12] RVA22U64 profile support
2023-10-28 16:49 UTC (18+ messages)
` [PATCH v6 01/12] target/riscv: add zicbop extension flag
` [PATCH v6 02/12] target/riscv/tcg: add 'zic64b' support
` [PATCH v6 03/12] riscv-qmp-cmds.c: expose named features in cpu_model_expansion
` [PATCH v6 04/12] target/riscv: add rva22u64 profile definition
` [PATCH v6 05/12] target/riscv/kvm: add 'rva22u64' flag as unavailable
` [PATCH v6 06/12] target/riscv/tcg: add user flag for profile support
` [PATCH v6 07/12] target/riscv/tcg: add MISA user options hash
` [PATCH v6 08/12] target/riscv/tcg: add riscv_cpu_write_misa_bit()
` [PATCH v6 09/12] target/riscv/tcg: handle profile MISA bits
` [PATCH v6 10/12] target/riscv/tcg: add hash table insert helpers
` [PATCH v6 11/12] target/riscv/tcg: honor user choice for G MISA bits
` [PATCH v6 12/12] target/riscv/tcg: warn if profile exts are disabled
[PATCH 0/5] Add LoongArch v1.1 instructions
2023-10-28 13:09 UTC (8+ messages)
[PATCH 0/6] Various tracing patches
2023-10-28 12:24 UTC (7+ messages)
` [PATCH 1/6] hw/watchdog/wdt_imx2: Trace MMIO access
` [PATCH 2/6] hw/watchdog/wdt_imx2: Trace timer activity
` [PATCH 3/6] hw/misc/imx7_snvs: Trace MMIO access
` [PATCH 4/6] hw/misc/imx6_ccm: Convert DPRINTF to trace events
` [PATCH 5/6] hw/i2c/pm_smbus: "
` [PATCH 6/6] system/memory: Trace names of MemoryRegions rather than host pointers
[PATCH] Add class property to configure KVM device node to use
2023-10-28 12:07 UTC (3+ messages)
[PATCH v3 0/3] pnv nest1 chiplet model
2023-10-28 11:30 UTC (4+ messages)
` [PATCH v3 1/3] hw/ppc: Add pnv pervasive common chiplet units
` [PATCH v3 2/3] hw/ppc: Add nest1 chiplet model
` [PATCH v3 3/3] hw/ppc: Nest1 chiplet wiring
[PATCH v3 0/6] riscv: RVA22U64 profile support
2023-10-28 9:31 UTC (10+ messages)
` [PATCH v3 3/6] target/riscv/tcg: add user flag for "
[Beginner-Help] Help understanding the migration Code
2023-10-28 8:47 UTC (4+ messages)
udp guestfwd
2023-10-28 6:43 UTC
[PATCH 00/16] Use Intel DSA accelerator to offload zero page checking in multifd live migration
2023-10-28 1:13 UTC (6+ messages)
` [PATCH 01/16] Cherry pick a set of patches that enables multifd zero page feature
` [External] "
[PULL 00/12] aspeed queue
2023-10-27 10:08 UTC (2+ messages)
[PULL 00/24] x86, KVM changes for 2023-10-26
2023-10-27 10:08 UTC (2+ messages)
[PULL 00/94] target/sparc: Convert to decodetree
2023-10-27 10:08 UTC (2+ messages)
[PATCH 0/3] migration: Downtime tracepoints
2023-10-27 22:17 UTC (9+ messages)
[PATCH] linux-user: Fix guest signal remapping after adjusting SIGABRT
2023-10-27 22:11 UTC
[PATCH 00/24] block: Graph locking part 6 (bs->file/backing)
2023-10-27 21:46 UTC (43+ messages)
` [PATCH 01/24] block: Mark bdrv_probe_blocksizes() and callers GRAPH_RDLOCK
` [PATCH 02/24] block: Mark bdrv_has_zero_init() "
` [PATCH 03/24] block: Mark bdrv_filter_bs() "
` [PATCH 04/24] block: Mark bdrv_root_attach_child() GRAPH_WRLOCK
` [PATCH 05/24] block: Mark block_job_add_bdrv() GRAPH_WRLOCK
` [PATCH 06/24] block: Mark bdrv_filter_or_cow_bs() and callers GRAPH_RDLOCK
` [PATCH 07/24] block: Mark bdrv_skip_implicit_filters() "
` [PATCH 08/24] block: Mark bdrv_skip_filters() "
` [PATCH 09/24] block: Mark bdrv_(un)freeze_backing_chain() "
` [PATCH 10/24] block: Mark bdrv_chain_contains() "
` [PATCH 11/24] block: Mark bdrv_filter_child() "
` [PATCH 12/24] block: Mark bdrv_cow_child() "
` [PATCH 13/24] block: Mark bdrv_set_backing_hd_drained() GRAPH_WRLOCK
` [PATCH 14/24] block: Inline bdrv_set_backing_noperm()
` [PATCH 15/24] block: Mark bdrv_replace_node_common() GRAPH_WRLOCK
` [PATCH 16/24] block: Mark bdrv_replace_node() GRAPH_WRLOCK
` [PATCH 17/24] block: Protect bs->backing with graph_lock
` [PATCH 18/24] blkverify: Add locking for request_fn
` [PATCH 19/24] block: Introduce bdrv_co_change_backing_file()
` [PATCH 20/24] block: Add missing GRAPH_RDLOCK annotations
` [PATCH 21/24] qcow2: Take locks for accessing bs->file
` [PATCH 22/24] vhdx: "
` [PATCH 23/24] block: Take graph lock for most of .bdrv_open
` [PATCH 24/24] block: Protect bs->file with graph_lock
Patch to fix malfunctioning of T2-T5 timers on the STM32 platform
2023-10-27 19:37 UTC
[PATCH 00/11] qdev: Make array properties user accessible again
2023-10-27 18:06 UTC (3+ messages)
` [PATCH 01/11] qdev: Add qdev_prop_set_array()
[PATCH v5 00/11] Implementation of NPI Mailbox and GMAC Networking Module
2023-10-27 17:55 UTC (12+ messages)
` [PATCH v5 01/11] hw/misc: Add Nuvoton's PCI Mailbox Module
` [PATCH v5 02/11] hw/arm: Add PCI mailbox module to Nuvoton SoC
` [PATCH v5 03/11] hw/misc: Add qtest for NPCM7xx PCI Mailbox
` [PATCH v5 04/11] hw/net: Add NPCMXXX GMAC device
` [PATCH v5 05/11] hw/arm: Add GMAC devices to NPCM7XX SoC
` [PATCH v5 06/11] tests/qtest: Creating qtest for GMAC Module
` [PATCH v5 07/11] include/hw/net: Implemented Classes and Masks for GMAC Descriptors
` [PATCH v5 08/11] hw/net: General GMAC Implementation
` [PATCH v5 09/11] hw/net: GMAC Rx Implementation
` [PATCH v5 10/11] hw/net: GMAC Tx Implementation
` [PATCH v5 11/11] tests/qtest: Adding PCS Module test to GMAC Qtest
[PATCH] MAINTAINERS: Add the can documenation file to the CAN section
2023-10-27 17:53 UTC (3+ messages)
[PATCH v2 00/11] qapi-go: add generator for Golang interface
2023-10-27 17:33 UTC (2+ messages)
[PATCH v6 00/23] Make Pixman an optional dependency
2023-10-27 16:38 UTC (4+ messages)
` [PATCH v6 09/23] ui/console: allow to override the default VC
[PATCH] target/s390x/cpu topology: Fix ordering and creation of TLEs
2023-10-27 16:36 UTC
[PATCH 2/6] system/physmem: IOMMU: Invoke the translate_size function if it is implemented
2023-10-27 16:13 UTC (4+ messages)
[PATCH v3 0/1] ui/cocoa: add zoom-to-fit display option
2023-10-27 16:13 UTC (3+ messages)
` [PATCH v3 1/1] "
[PATCH v3 00/37] vfio: Adopt iommufd
2023-10-27 16:06 UTC (10+ messages)
` [PATCH v3 14/37] vfio/container: Move vrdl_list, pgsizes and dma_max_mappings to base container
` [PATCH v3 16/37] vfio/container: Move dirty_pgsizes and max_dirty_bitmap_size "
` [PATCH v3 18/37] vfio/container: Implement attach/detach_device
` [PATCH v3 19/37] vfio/spapr: Introduce spapr backend and target interface
[PATCH] hw/watchdog/wdt_aspeed: Remove unused 'hw/misc/aspeed_scu.h' header
2023-10-27 15:53 UTC (2+ messages)
[PATCH] Support for the RISCV Zalasr extension
2023-10-27 15:52 UTC (2+ messages)
[v2 0/6] dirtylimit: miscellaneous patches
2023-10-27 15:49 UTC (5+ messages)
` [v2 4/6] tests/migration: Introduce dirty-ring-size option into guestperf
` [v2 5/6] tests/migration: Introduce dirty-limit "
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).