messages from 2022-06-01 01:47:24 to 2022-06-01 21:29:14 UTC [more...]
[PULL 00/33] testing updates (gitlab, junit, lcitool, x-compile)
2022-06-01 21:21 UTC (35+ messages)
` [PULL 01/33] .gitlab-ci.d/container-cross: Fix RISC-V container dependencies / stages
` [PULL 02/33] .gitlab-ci.d/crossbuilds: Fix the dependency of the cross-i386-tci job
` [PULL 03/33] gitlab-ci: add meson JUnit test result into report
` [PULL 04/33] meson.build: fix summary display of test compilers
` [PULL 05/33] tests/lcitool: fix up indentation to correct style
` [PULL 06/33] tests/docker: update debian-armhf-cross with lcitool
` [PULL 07/33] tests/docker: update debian-armel-cross "
` [PULL 08/33] tests/docker: update debian-mipsel-cross "
` [PULL 09/33] tests/docker: update debian-mips64el-cross "
` [PULL 10/33] tests/docker: update debian-ppc64el-cross "
` [PULL 11/33] tests/docker: update debian-amd64 "
` [PULL 12/33] configure: do not define or use the CPP variable
` [PULL 13/33] build: clean up ninja invocation
` [PULL 14/33] build: add a more generic way to specify make->ninja dependencies
` [PULL 15/33] build: do a full build before running TCG tests
` [PULL 16/33] configure, meson: move symlinking of ROMs to meson
` [PULL 17/33] tests/tcg: correct target CPU for sparc32
` [PULL 18/33] tests/tcg: merge configure.sh back into main configure script
` [PULL 19/33] configure: add missing cross compiler fallbacks
` [PULL 20/33] configure: handle host compiler in probe_target_compiler
` [PULL 21/33] configure: introduce --cross-prefix-*=
` [PULL 22/33] configure: include more binutils in tests/tcg makefile
` [PULL 23/33] configure: move symlink configuration earlier
` [PULL 24/33] configure: enable cross-compilation of s390-ccw
` [PULL 25/33] configure: enable cross-compilation of optionrom
` [PULL 26/33] configure: enable cross compilation of vof
` [PULL 27/33] configure: remove unused variables from config-host.mak
` [PULL 28/33] gitlab: introduce a common base job template
` [PULL 29/33] gitlab: convert Cirrus jobs to .base_job_template
` [PULL 30/33] gitlab: convert static checks "
` [PULL 31/33] gitlab: convert build/container jobs "
` [PULL 32/33] gitlab: don't run CI jobs in forks by default
` [PULL 33/33] docs/devel: clean-up the CI links in the docs
[RFC PATCH v2 0/6] hw/i2c: i2c slave mode support
2022-06-01 21:08 UTC (7+ messages)
` [RFC PATCH v2 1/6] hw/i2c/aspeed: rework raise interrupt trace event
` [RFC PATCH v2 2/6] hw/i2c/aspeed: add DEV_ADDR in old register mode
` [RFC PATCH v2 3/6] hw/i2c: support multiple masters
` [RFC PATCH v2 4/6] hw/i2c: add asynchronous send
` [RFC PATCH v2 5/6] hw/i2c/aspeed: add slave device in old register mode
` [RFC PATCH v2 6/6] hw/misc: add a toy i2c echo device [DO NOT PULL]
[PATCH v3 0/4] xlnx-zcu102: fix the display port
2022-06-01 21:15 UTC (6+ messages)
` [PATCH v3 1/4] xlnx_dp: fix the wrong register size
` [PATCH v3 2/4] xlnx_dp: Introduce a vblank signal
` [PATCH v3 3/4] xlnx_dp: Fix the interrupt disable logic
` [PATCH v3 4/4] xlnx-zynqmp: fix the irq mapping for the display port and its dma
[PATCH] tpm_crb: mark command buffer as dirty on request completion
2022-06-01 20:55 UTC (2+ messages)
[PATCH qemu] target/i386: Fix x86_cpu_get_supported_cpuid parameter error in cpu_x86_cpuid
2022-06-01 17:12 UTC
[PATCH v10 00/14] vfio-user server in QEMU
2022-06-01 19:38 UTC (14+ messages)
` [PATCH v10 13/14] vfio-user: handle device interrupts
[RFC PATCH 00/13] Add a plugin to support out-of-band live migration for VFIO pass-through device
2022-06-01 18:01 UTC (4+ messages)
[PATCH v10 00/16] target/hexagon: introduce idef-parser
2022-06-01 17:00 UTC (17+ messages)
` [PATCH v10 01/16] target/hexagon: update MAINTAINERS for idef-parser
` [PATCH v10 02/16] target/hexagon: import README "
` [PATCH v10 03/16] target/hexagon: make slot number an unsigned
` [PATCH v10 04/16] target/hexagon: make helper functions non-static
` [PATCH v10 05/16] target/hexagon: introduce new helper functions
` [PATCH v10 06/16] target/hexagon: expose next PC in DisasContext
` [PATCH v10 07/16] target/hexagon: prepare input for the idef-parser
` [PATCH v10 08/16] target/hexagon: update libvirt-ci submodule
` [PATCH v10 09/16] target/hexagon: fix renamed package templates
` [PATCH v10 10/16] target/hexagon: add flex/bison/glib2 to qemu.yml
` [PATCH v10 11/16] target/hexagon: regenerate docker/cirrus files
` [PATCH v10 12/16] target/hexagon: manually add flex/bison/glib2 to remaining containers
` [PATCH v10 13/16] target/hexagon: import lexer for idef-parser
` [PATCH v10 14/16] target/hexagon: import parser "
` [PATCH v10 15/16] target/hexagon: call idef-parser functions
` [PATCH v10 16/16] target/hexagon: import additional tests
[PATCH v2 0/8] hw/cxl: Move CXL emulation options and state to machines
2022-06-01 16:42 UTC (9+ messages)
` [PATCH v2 1/8] hw/cxl: Make the CXL fixed memory window setup a machine parameter
` [PATCH v2 2/8] hw/acpi/cxl: Pass in the CXLState directly rather than MachineState
` [PATCH v2 3/8] hw/cxl: Push linking of CXL targets into i386/pc rather than in machine.c
` [PATCH v2 4/8] tests/acpi: Allow modification of q35 CXL CEDT table
` [PATCH v2 5/8] pci/pci_expander_bridge: For CXL HB delay the HB register memory region setup
` [PATCH v2 6/8] tests/acpi: Update q35/CEDT.cxl for new memory addresses
` [PATCH v2 7/8] hw/cxl: Move the CXLState from MachineState to machine type specific state
` [PATCH v2 8/8] hw/machine: Drop cxl_supported flag as no longer useful
[PATCH v3] net: fix multicast support with BSD (macOS) socket implementations
2022-06-01 16:45 UTC
[PATCH v17 0/8] support dirty restraint on vCPU
2022-06-01 16:15 UTC (9+ messages)
` [PATCH v17 6/8] softmmu/dirtylimit: Implement virtual CPU throttle
[PATCH v2] tests/tcg/s390x: Test overflow conditions
2022-06-01 15:52 UTC (3+ messages)
[PATCH] MAINTAINERS: Update s390 vhost entries
2022-06-01 15:51 UTC (2+ messages)
[PATCH v6 0/8] s390x/pci: zPCI interpretation support
2022-06-01 15:11 UTC (6+ messages)
` [PATCH v6 2/8] target/s390x: add zpci-interp to cpu models
[PATCH v1 00/33] testing/next (gitlab, junit, lcitool, x-compile)
2022-06-01 14:43 UTC (4+ messages)
` [PATCH v1 31/33] gitlab: convert build/container jobs to .base_job_template
[PATCH] target/ppc: fix vbpermd in big endian hosts
2022-06-01 14:21 UTC (2+ messages)
[PATCH] tcg: Add tcg_gen_mov_ptr
2022-06-01 14:12 UTC (2+ messages)
Types?
2022-06-01 14:14 UTC (2+ messages)
[PATCH] hw/intc: sifive_plic: Avoid overflowing the addr_config buffer
2022-06-01 13:58 UTC (3+ messages)
[PATCH v13 0/8] MSG_ZEROCOPY + multifd
2022-06-01 13:58 UTC (4+ messages)
` [PATCH v13 3/8] QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX
` [External] "
[RESEND PATCH] hw/dma: fix crash caused by race condition
2022-06-01 13:55 UTC (7+ messages)
[RFC PATCH v1 0/8] qapi: add generator for Golang interface
2022-06-01 13:53 UTC (10+ messages)
[PATCH v2] hw/nvme: clean up CC register write logic
2022-06-01 13:28 UTC (2+ messages)
[PATCH v2] vduse-blk: Add name option
2022-06-01 13:10 UTC (3+ messages)
Accelerating non-standard disk types
2022-06-01 13:06 UTC (6+ messages)
[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-06-01 12:11 UTC (5+ messages)
` [PATCH v6 3/8] mm/memfd: Introduce MFD_INACCESSIBLE flag
[PATCH v2 1/1] Fix the coredump when memory backend id conflicts with default_ram_id
2022-06-01 12:25 UTC (3+ messages)
[PATCH v6 00/43] Add LoongArch softmmu support
2022-06-01 10:25 UTC (44+ messages)
` [PATCH v6 01/43] target/loongarch: Add README
` [PATCH v6 02/43] target/loongarch: Add core definition
` [PATCH v6 03/43] target/loongarch: Add main translation routines
` [PATCH v6 04/43] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH v6 05/43] target/loongarch: Add fixed point shift "
` [PATCH v6 06/43] target/loongarch: Add fixed point bit "
` [PATCH v6 07/43] target/loongarch: Add fixed point load/store "
` [PATCH v6 08/43] target/loongarch: Add fixed point atomic "
` [PATCH v6 09/43] target/loongarch: Add fixed point extra "
` [PATCH v6 10/43] target/loongarch: Add floating point arithmetic "
` [PATCH v6 11/43] target/loongarch: Add floating point comparison "
` [PATCH v6 12/43] target/loongarch: Add floating point conversion "
` [PATCH v6 13/43] target/loongarch: Add floating point move "
` [PATCH v6 14/43] target/loongarch: Add floating point load/store "
` [PATCH v6 15/43] target/loongarch: Add branch "
` [PATCH v6 16/43] target/loongarch: Add disassembler
` [PATCH v6 17/43] target/loongarch: Add target build suport
` [PATCH v6 18/43] target/loongarch: Add system emulation introduction
` [PATCH v6 19/43] target/loongarch: Add CSRs definition
` [PATCH v6 20/43] target/loongarch: Add basic vmstate description of CPU
` [PATCH v6 21/43] target/loongarch: Implement qmp_query_cpu_definitions()
` [PATCH v6 22/43] target/loongarch: Add MMU support for LoongArch CPU
` [PATCH v6 23/43] target/loongarch: Add LoongArch interrupt and exception handle
` [PATCH v6 24/43] target/loongarch: Add constant timer support
` [PATCH v6 25/43] target/loongarch: Add LoongArch CSR instruction
` [PATCH v6 26/43] target/loongarch: Add LoongArch IOCSR instruction
` [PATCH v6 27/43] target/loongarch: Add TLB instruction support
` [PATCH v6 28/43] target/loongarch: Add other core instructions support
` [PATCH v6 29/43] target/loongarch: Add timer related "
` [PATCH v6 30/43] hw/loongarch: Add support loongson3 virt machine type
` [PATCH v6 31/43] hw/loongarch: Add LoongArch ipi interrupt support(IPI)
` [PATCH v6 32/43] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
` [PATCH v6 33/43] hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)
` [PATCH v6 34/43] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
` [PATCH v6 35/43] hw/loongarch: Add irq hierarchy for the system
` [PATCH v6 36/43] Enable common virtio pci support for LoongArch
` [PATCH v6 37/43] hw/loongarch: Add some devices support for 3A5000
` [PATCH v6 38/43] hw/loongarch: Add LoongArch ls7a rtc device support
` [PATCH v6 39/43] hw/loongarch: Add LoongArch load elf function
` [PATCH v6 40/43] hw/loongarch: Add LoongArch power manager support
` [PATCH v6 41/43] target/loongarch: Add gdb support
` [PATCH v6 42/43] tests/tcg/loongarch64: Add hello/memory test in loongarch64 system
` [PATCH v6 43/43] target/loongarch: 'make check-tcg' support
Outreachy project task: Adding QEMU block layer APIs resembling Linux ZBD ioctls
2022-06-01 11:43 UTC (7+ messages)
[RFC PATCH v5 0/3] Sysbus device generic QAPI plug support
2022-06-01 10:45 UTC (15+ messages)
[PATCH] target/ppc/cpu-models: Update max alias to power10
2022-06-01 10:35 UTC (8+ messages)
[PATCH 0/9] tests, python: prepare to expand usage of test venv
2022-06-01 10:06 UTC (9+ messages)
` [PATCH 8/9] tests: add python3-venv to debian10.docker
[PATCH] tests/Makefile.include: Fix 'make check-help' output
2022-06-01 10:01 UTC (2+ messages)
[PATCH 0/2] i386: fixup number of logical CPUs when host-cache-info=on
2022-06-01 10:02 UTC (3+ messages)
[PATCH v4 0/9] Record/replay refactoring and stuff
2022-06-01 10:00 UTC (2+ messages)
[PATCH v2 00/16] powernv: introduce pnv-phb base/proxy devices
2022-06-01 8:04 UTC (6+ messages)
` [PATCH v2 11/16] ppc/pnv: add pnv-phb-root-port device
` [PATCH v2 12/16] ppc/pnv: remove pnv-phb3-root-port
[PATCH 0/3] recover hardware corrupted page by virtio balloon
2022-06-01 7:59 UTC (9+ messages)
` "
` "
[RFC PATCH v4 00/36] TDX QEMU support
2022-06-01 7:54 UTC (7+ messages)
` [RFC PATCH v4 11/36] i386/tdx: Initialize TDX before creating TD vcpus
[RFC 0/1] i2c/aspeed: Add slave device handling in new register mode
2022-06-01 7:10 UTC (2+ messages)
[PATCH v2 00/25] hw/sd: Rework models for eMMC support
2022-06-01 5:50 UTC (4+ messages)
[PATCH 0/5] hw/smbios: add core_count2 to smbios table type 4
2022-06-01 5:09 UTC (8+ messages)
` [PATCH 4/5] bios-tables-test: add test for number of cores > 255
[RFC PATCH 0/1] target/riscv: Make property names lowercase and add capitalized aliases
2022-06-01 4:05 UTC (4+ messages)
` [PATCH v2 0/3] target/riscv: Make CPU property names lowercase (w/ capitalized aliases)
` [PATCH v2 1/3] target/riscv: Reorganize riscv_cpu_properties
[PATCH] hw/riscv: virt: Generate fw_cfg DT node correctly
2022-06-01 3:52 UTC (3+ messages)
[PATCH v2] net: fix multicast support with BSD (macOS) socket implementations
2022-06-01 2:43 UTC (3+ messages)
[RFC 0/3] Introduce a new Qemu machine for RISC-V
2022-06-01 2:01 UTC (12+ messages)
[PATCH v3] target/riscv: add support for zmmul extension v0.1
2022-06-01 1:45 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).