messages from 2022-05-05 19:07:52 to 2022-05-06 18:18:56 UTC [more...]
[PATCH v6 00/24] target/arm: Cleanups, new features, new cpus
2022-05-06 18:02 UTC (18+ messages)
` [PATCH v6 01/24] target/arm: Handle cpreg registration for missing EL
` [PATCH v6 02/24] target/arm: Drop EL3 no EL2 fallbacks
` [PATCH v6 03/24] target/arm: Merge zcr reginfo
` [PATCH v6 04/24] target/arm: Adjust definition of CONTEXTIDR_EL2
` [PATCH v6 05/24] target/arm: Move cortex impdef sysregs to cpu_tcg.c
` [PATCH v6 06/24] target/arm: Update qemu-system-arm -cpu max to cortex-a57
` [PATCH v6 07/24] target/arm: Set ID_DFR0.PerfMon for qemu-system-arm -cpu max
` [PATCH v6 08/24] target/arm: Split out aa32_max_features
` [PATCH v6 09/24] target/arm: Annotate arm_max_initfn with FEAT identifiers
` [PATCH v6 10/24] target/arm: Use field names for manipulating EL2 and EL3 modes
` [PATCH v6 11/24] target/arm: Enable FEAT_Debugv8p2 for -cpu max
` [PATCH v6 12/24] target/arm: Enable FEAT_Debugv8p4 "
` [PATCH v6 13/24] target/arm: Add minimal RAS registers
` [PATCH v6 15/24] target/arm: Implement virtual SError exceptions
` [PATCH v6 16/24] target/arm: Implement ESB instruction
` [PATCH v6 17/24] target/arm: Enable FEAT_RAS for -cpu max
` [PATCH v6 18/24] target/arm: Enable FEAT_IESB "
[PULL 0/9] Misc patches
2022-05-06 17:28 UTC (12+ messages)
` [PULL 1/9] disas: Remove old libopcode arm disassembler
` [PULL 2/9] disas: Remove old libopcode i386 disassembler
` [PULL 3/9] softmmu/vl: Fence 'xenfb' if Xen support is not compiled in
` [PULL 4/9] qemu-options: Limit the -xen options to x86 and arm
` [PULL 5/9] doc: remove hxtool-conv.pl
` [PULL 6/9] cirrus/win32: upgrade mingw base packages
` [PULL 7/9] gitlab-ci: Upgrade mingw base package
` [PULL 8/9] tests/vm: update openbsd to release 7.1
` [PULL 9/9] Warn user if the vga flag is passed but no vga device is created
[PATCH] docs/devel/writing-monitor-commands: Replace obsolete STEXI/ETEXI tags
2022-05-06 17:17 UTC (2+ messages)
[PATCH v2 0/1] hw/arm/aspeed: Add fby35 machine type
2022-05-06 17:16 UTC (9+ messages)
` [PATCH v2 1/1] "
[PATCH] virtio-gpu: update done only on the scanout associated with rect
2022-05-06 17:09 UTC (3+ messages)
[PATCH] iotests/testrunner: Flush after run_test()
2022-05-06 17:07 UTC (2+ messages)
[PATCH 0/3] ui/gtk: new options, monitor and detach-all
2022-05-06 17:05 UTC (6+ messages)
` [PATCH 3/3] ui/gtk: specify detached window's size and location
[RFC PATCH 0/4] hw/i2c: i2c slave mode support
2022-05-06 16:49 UTC (3+ messages)
[PATCH 0/5] gicv3: Use right number of prio bits for the CPU
2022-05-06 16:34 UTC (7+ messages)
` [PATCH 1/5] hw/intc/arm_gicv3: report correct PRIbits field in ICV_CTLR_EL1
` [PATCH 2/5] hw/intc/arm_gicv3_kvm.c: Stop using GIC_MIN_BPR constant
` [PATCH 3/5] hw/intc/arm_gicv3: Support configurable number of physical priority bits
` [PATCH 4/5] hw/intc/arm_gicv3: Use correct number of priority bits for the CPU
` [PATCH 5/5] hw/intc/arm_gicv3: Provide ich_num_aprs()
[RESEND PATCH] hw/dma: fix crash caused by race condition
2022-05-06 16:31 UTC
[PATCH v3] Warn user if the vga flag is passed but no vga device is created
2022-05-06 16:29 UTC (8+ messages)
[PATCH 0/2] s390x: kvm: Honor storage keys during emulation
2022-05-06 15:39 UTC (3+ messages)
` [PATCH 1/2] Pull in MEMOP changes in linux-headers
` [PATCH 2/2] target/s390x: kvm: Honor storage keys during emulation
[PATCH] block/gluster: correctly set max_pdiscard which is int64_t
2022-05-06 15:39 UTC (2+ messages)
[PATCH 0/3] artist: minor fixes and performance improvement
2022-05-06 8:45 UTC (2+ messages)
[PATCH 0/4] Clean up header guards again
2022-05-06 13:49 UTC (5+ messages)
` [PATCH 1/4] Clean up header guards that don't match their file name
` [PATCH 2/4] Clean up ill-advised or unusual header guards
` [PATCH 3/4] Normalize header guard symbol definition
` [PATCH 4/4] Clean up decorations and whitespace around header guards
[PATCH v5 0/2] vfio/common: remove spurious tpm-crb-cmd misalignment warning
2022-05-06 13:47 UTC (4+ messages)
` [PATCH v5 1/2] sysemu: tpm: Add a stub function for TPM_IS_CRB
` [PATCH v5 2/2] vfio/common: remove spurious tpm-crb-cmd misalignment warning
[PULL 0/9] Kraxel 20220427 patches
2022-05-06 13:37 UTC (3+ messages)
` [PULL 3/9] Added parameter to take screenshot with screendump as PNG
[PATCH v4] vfio/common: remove spurious tpm-crb-cmd misalignment warning
2022-05-06 12:40 UTC (7+ messages)
[PATCH v3 0/6] vhost-vdpa multiqueue fixes
2022-05-06 12:22 UTC (10+ messages)
` [PATCH v3 1/6] virtio-net: setup vhost_dev and notifiers for cvq only when feature is negotiated
` [PATCH v3 2/6] virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpa
` [PATCH v3 3/6] vhost-vdpa: fix improper cleanup in net_init_vhost_vdpa
` [PATCH v3 4/6] vhost-net: fix improper cleanup in vhost_net_start
` [PATCH v3 5/6] vhost-vdpa: backend feature should set only once
` [PATCH v3 6/6] virtio-net: don't handle mq request in userspace handler for vhost-vdpa
[RFC PATCH v2 0/7] VSX MMA Implementation
2022-05-06 12:18 UTC (8+ messages)
` [RFC PATCH v2 1/7] target/ppc: Implement xxm[tf]acc and xxsetaccz
` [RFC PATCH v2 2/7] target/ppc: Implemented xvi*ger* instructions
` [RFC PATCH v2 3/7] target/ppc: Implemented pmxvi*ger* instructions
` [RFC PATCH v2 4/7] target/ppc: Implemented xvf*ger*
` [RFC PATCH v2 5/7] target/ppc: Implemented xvf16ger*
` [RFC PATCH v2 6/7] target/ppc: Implemented pmxvf*ger*
` [RFC PATCH v2 7/7] target/ppc: Implemented [pm]xvbf16ger2*
ebpf/rss.bpf.skeleton.h generated by what?
2022-05-06 12:25 UTC
[PATCH v2] MAINTAINERS/.mailmap: update email for Leif Lindholm
2022-05-06 12:14 UTC (2+ messages)
[PATCH v5 00/24] target/arm: Cleanups, new features, new cpus
2022-05-06 12:12 UTC (27+ messages)
` [PATCH v5 01/24] target/arm: Handle cpreg registration for missing EL
` [PATCH v5 02/24] target/arm: Drop EL3 no EL2 fallbacks
` [PATCH v5 03/24] target/arm: Merge zcr reginfo
` [PATCH v5 04/24] target/arm: Adjust definition of CONTEXTIDR_EL2
` [PATCH v5 06/24] target/arm: Update qemu-system-arm -cpu max to cortex-a57
` [PATCH v5 07/24] target/arm: Set ID_DFR0.PerfMon for qemu-system-arm -cpu max
` [PATCH v5 08/24] target/arm: Split out aa32_max_features
` [PATCH v5 09/24] target/arm: Annotate arm_max_initfn with FEAT identifiers
` [PATCH v5 10/24] target/arm: Use field names for manipulating EL2 and EL3 modes
` [PATCH v5 11/24] target/arm: Enable FEAT_Debugv8p2 for -cpu max
` [PATCH v5 12/24] target/arm: Enable FEAT_Debugv8p4 "
` [PATCH v5 13/24] target/arm: Add minimal RAS registers
` [PATCH v5 14/24] target/arm: Enable SCR and HCR bits for RAS
` [PATCH v5 15/24] target/arm: Implement virtual SError exceptions
` [PATCH v5 16/24] target/arm: Implement ESB instruction
` [PATCH v5 17/24] target/arm: Enable FEAT_RAS for -cpu max
` [PATCH v5 18/24] target/arm: Enable FEAT_IESB "
` [PATCH v5 19/24] target/arm: Enable FEAT_CSV2 "
` [PATCH v5 20/24] target/arm: Enable FEAT_CSV2_2 "
` [PATCH v5 21/24] target/arm: Enable FEAT_CSV3 "
` [PATCH v5 22/24] target/arm: Enable FEAT_DGH "
` [PATCH v5 23/24] target/arm: Define cortex-a76
` [PATCH v5 24/24] target/arm: Define neoverse-n1
[PATCH 0/2] thread-pool: fix performance regression
2022-05-06 11:47 UTC (3+ messages)
` [PATCH 1/2] thread-pool: optimize scheduling of completion bottom half
` [PATCH 2/2] thread-pool: replace semaphore with condition variable
Fio regression caused by f9fc8932b11f3bcf2a2626f567cb6fdd36a33a94
2022-05-06 11:30 UTC (7+ messages)
[RFC 0/3] Introduce a new Qemu machine for RISC-V
2022-05-06 10:59 UTC (12+ messages)
[PATCH] hw/s390x/s390-virtio-ccw: Improve the machine description string
2022-05-06 10:22 UTC (4+ messages)
[PATCH v2 1/2] hw/core: Sync uboot_image.h from U-Boot v2022.01
2022-05-06 9:20 UTC (8+ messages)
[RESEND][PATCH 0/2] acpi/nvdimm: support NVDIMM _LS{I,R,W} methods
2022-05-06 9:23 UTC (9+ messages)
` [PATCH 1/2] acpi/nvdimm: Create _LS{I,R,W} method for NVDIMM device
[PATCH v5 0/9] s390x/pci: zPCI interpretation support
2022-05-06 9:03 UTC (3+ messages)
` [PATCH v5 9/9] s390x/pci: reflect proper maxstbl for groups of interpreted devices
[PATCH] hw/nvme: fix smart aen
2022-05-06 7:31 UTC (2+ messages)
[PATCH 0/9] 9pfs: Add 9pfs support for Windows host
2022-05-06 6:46 UTC (5+ messages)
` [PATCH 5/9] hw/9pfs: Add a 'local' file system backend driver for Windows
[PATCH v1 0/1] Add minibmc section in aspeed document
2022-05-06 6:10 UTC (3+ messages)
` [PATCH v1 1/1] docs: add "
[PATCH] disas: Remove old libopcode ppc disassembler
2022-05-06 5:57 UTC (2+ messages)
[RFC PATCH qemu] spapr/docs: Add a few words about x-vof
2022-05-06 5:51 UTC
[PATCH v9 00/17] vfio-user server in QEMU
2022-05-06 5:44 UTC (9+ messages)
` [PATCH v9 10/17] vfio-user: run vfio-user context
[PATCH][RESEND] MAINTAINERS: Add myself as a reviewer for Hyper-V VMBus
2022-05-06 5:31 UTC (2+ messages)
[PATCH] tests/vm: update openbsd to release 7.1
2022-05-06 5:27 UTC (5+ messages)
[PATCH qemu] target/riscv: rvv: Fix early exit condition for whole register load/store
2022-05-05 9:42 UTC
[PATCH qemu] spapr: Use address from elf parser for kernel address
2022-05-06 4:49 UTC (5+ messages)
[PATCH v2 00/50] hppa: general improvements and tidy-ups
2022-05-06 4:26 UTC (7+ messages)
` [PATCH v2 26/50] lasi: move initialisation of iar and rtc to new lasi_reset() function
` [PATCH v2 27/50] lasi: move LASIState and associated QOM structures to lasi.h
` [PATCH v2 29/50] lasi: define IRQ inputs as qdev GPIOs
[PULL 00/30] ppc queue
2022-05-06 4:17 UTC (31+ messages)
` [PULL 02/30] target/ppc: init 'lpcr' in kvmppc_enable_cap_large_decr()
` [PULL 03/30] target/ppc: init 'sregs' in kvmppc_put_books_sregs()
` [PULL 04/30] target/ppc: init 'rmmu_info' in kvm_get_radix_page_info()
` [PULL 05/30] target/ppc: Fix BookE debug interrupt generation
` [PULL 06/30] vhost-user: Use correct macro name TARGET_PPC64
` [PULL 07/30] ppc/xive: Always recompute the PIPR when pushing an OS context
` [PULL 08/30] ppc/xive: Update the state of the External interrupt signal
` [PULL 09/30] target/ppc: Remove fpscr_* macros from cpu.h
` [PULL 10/30] target/ppc: Remove unused msr_* macros
` [PULL 11/30] target/ppc: Remove msr_pr macro
` [PULL 12/30] target/ppc: Remove msr_le macro
` [PULL 13/30] target/ppc: Remove msr_ds macro
` [PULL 14/30] target/ppc: Remove msr_ile macro
` [PULL 15/30] target/ppc: Remove msr_ee macro
` [PULL 16/30] target/ppc: Remove msr_ce macro
` [PULL 17/30] target/ppc: Remove msr_pow macro
` [PULL 18/30] target/ppc: Remove msr_me macro
` [PULL 19/30] target/ppc: Remove msr_gs macro
` [PULL 20/30] target/ppc: Remove msr_fp macro
` [PULL 21/30] target/ppc: Remove msr_cm macro
` [PULL 22/30] target/ppc: Remove msr_ir macro
` [PULL 23/30] target/ppc: Remove msr_dr macro
` [PULL 24/30] target/ppc: Remove msr_ep macro
` [PULL 25/30] target/ppc: Remove msr_fe0 and msr_fe1 macros
` [PULL 26/30] target/ppc: Remove msr_ts macro
` [PULL 27/30] target/ppc: Remove msr_hv macro
` [PULL 28/30] target/ppc: Remove msr_de macro
` [PULL 29/30] target/ppc: Add unused msr bits FIELDs
` [PULL 30/30] target/ppc: Change MSR_* to follow POWER ISA numbering convention
[PATCH] docs: Correct the default thread-pool-size
2022-05-06 2:09 UTC (4+ messages)
[PATCH v2] mos6522: fix linking error when CONFIG_MOS6522 is not set
2022-05-06 1:16 UTC
[PATCH] pseries: allow setting stdout-path even on machines with a VGA
2022-05-05 22:10 UTC (2+ 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).