messages from 2023-02-27 11:11:17 to 2023-02-27 14:08:21 UTC [more...]
[RESEND PULL 000/126] Buildsys / QOM / QDev / UI patches for 2023-02-27
2023-02-27 14:00 UTC (12+ messages)
` [PULL 012/126] target/alpha: Remove obsolete STATUS document
` [PULL 014/126] target/loongarch/cpu: Restrict "memory.h" header to sysemu
` [PULL 015/126] target/ppc/internal: Restrict MMU declarations "
` [PULL 024/126] exec: Remove unused 'qemu/timer.h' timer
` [PULL 026/126] tcg/tcg-op-gvec: Remove unused "qemu/main-loop.h" header
` [PULL 031/126] replay: Extract core API to 'exec/replay-core.h'
` [PULL 032/126] tests/unit: Restrict machine-smp.c test to system emulation
` [PULL 037/126] hw/qdev: Constify DeviceState* argument of qdev_get_parent_bus()
` [PULL 038/126] hw/cpu: Extend CPUState::cluster_index documentation
` [PULL 045/126] hw/i386/pc_q35: Allow for setting properties before realizing TYPE_ICH9_LPC_DEVICE
` [PULL 049/126] hw: Move ioapic*.h to intc/
[PULL 00/25] target-arm queue
2023-02-27 14:01 UTC (16+ messages)
` [PULL 01/25] include/hw/arm/allwinner-a10.h: Remove superfluous includes from the header
` [PULL 02/25] target/arm: Wrap breakpoint/watchpoint updates with tcg_enabled
` [PULL 04/25] target/arm: move translate modules to tcg/
` [PULL 07/25] target/arm: Wrap arm_rebuild_hflags calls with tcg_enabled
` [PULL 08/25] target/arm: Move hflags code into the tcg directory
` [PULL 10/25] target/arm: Don't access TCG code when debugging with KVM
` [PULL 14/25] hw/char/pl011: Un-inline pl011_create()
` [PULL 15/25] hw/char/pl011: Open-code pl011_luminary_create()
` [PULL 16/25] hw/char/xilinx_uartlite: Expose XILINX_UARTLITE QOM type
` [PULL 17/25] hw/char/xilinx_uartlite: Open-code xilinx_uartlite_create()
` [PULL 18/25] hw/char/cmsdk-apb-uart: Open-code cmsdk_apb_uart_create()
` [PULL 19/25] hw/timer/cmsdk-apb-timer: Remove unused 'qdev-properties.h' header
` [PULL 22/25] iothread: Remove unused IOThreadClass / IOTHREAD_CLASS
` [PULL 23/25] hw/irq: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
` [PULL 25/25] hw: Replace qemu_or_irq typedef by OrIRQState
[PATCH v16 00/11] s390x: CPU Topology
2023-02-27 14:00 UTC (23+ messages)
` [PATCH v16 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v16 06/11] s390x/cpu topology: interception of PTF instruction
` [PATCH v16 07/11] target/s390x/cpu topology: activating CPU topology
` [PATCH v16 08/11] qapi/s390x/cpu topology: set-cpu-topology monitor command
` [PATCH v16 09/11] machine: adding s390 topology to query-cpu-fast
` [PATCH v16 10/11] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event
` [PATCH v16 11/11] docs/s390x/cpu topology: document s390x cpu topology
[PATCH v3 00/27] Replace TARGET_TB_PCREL with CF_PCREL
2023-02-27 13:52 UTC (28+ messages)
` [PATCH v3 01/27] include/exec: Introduce `CF_PCREL`
` [PATCH v3 02/27] target/i386: set `CF_PCREL` in `x86_cpu_realizefn`
` [PATCH v3 03/27] target/arm: set `CF_PCREL` in `arm_cpu_realizefn`
` [PATCH v3 04/27] accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`
` [PATCH v3 05/27] include/exec: "
` [PATCH v3 06/27] target/arm: "
` [PATCH v3 07/27] target/i386: "
` [PATCH v3 08/27] include/exec: Remove `TARGET_TB_PCREL` define
` [PATCH v3 09/27] target/arm: "
` [PATCH v3 10/27] target/i386: "
` [PATCH v3 11/27] accel/tcg: Move jmp-cache `CF_PCREL` checks to caller
` [PATCH v3 12/27] accel/tcg: Replace `tb_pc()` with `tb->pc`
` [PATCH v3 13/27] target/tricore: "
` [PATCH v3 14/27] target/sparc: "
` [PATCH v3 15/27] target/sh4: "
` [PATCH v3 16/27] target/rx: "
` [PATCH v3 17/27] target/riscv: "
` [PATCH v3 18/27] target/openrisc: "
` [PATCH v3 19/27] target/mips: "
` [PATCH v3 20/27] target/microblaze: "
` [PATCH v3 21/27] target/loongarch: "
` [PATCH v3 22/27] target/i386: "
` [PATCH v3 23/27] target/hppa: "
` [PATCH v3 24/27] target/hexagon: "
` [PATCH v3 25/27] target/avr: "
` [PATCH v3 26/27] target/arm: "
` [PATCH v3 27/27] include/exec: Remove `tb_pc()`
[PATCH] i386: QEMU support LAM (Linear Address Masking)
2023-02-27 13:52 UTC
[PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking
2023-02-27 13:50 UTC (6+ messages)
[PATCH v4 0/7] Pegasos2 fixes and audio output support
2023-02-27 13:45 UTC (7+ messages)
` [PATCH v4 1/7] hw/display/sm501: Implement more 2D raster operations
` [PATCH v4 2/7] hw/display/sm501: Add fallbacks to pixman routines
` [PATCH v4 3/7] hw/display/sm501: Add debug property to control pixman usage
[PATCH v4 0/4] target/i386: Add new CPU model SapphireRapids and new fast string op leaves
2023-02-27 13:45 UTC (6+ messages)
` [PATCH v4 2/4] target/i386: add FZRM, FSRS, FSRC
` [PATCH v4 3/4] target/i386: KVM: allow fast string operations if host supports them
` [PATCH v4 4/4] target/i386: Add new CPU model SapphireRapids
[PATCH 0/2] hw/vfio: Build various target-independent objects once
2023-02-27 13:40 UTC (3+ messages)
` [PATCH 1/2] hw/vfio/migration: Remove unused 'exec/ram_addr.h' header
[PATCH v2 00/15] hw: Use QOM alias properties and few QOM/QDev cleanups
2023-02-27 13:36 UTC (3+ messages)
` [PATCH v2 12/15] hw/display/sm501: Unify common QOM properties
[PATCH v4 0/7] [RESEND] Pegasos2 fixes and audio output support
2023-02-27 13:33 UTC (8+ messages)
` [PATCH v4 1/7] hw/display/sm501: Implement more 2D raster operations
` [PATCH v4 2/7] hw/display/sm501: Add fallbacks to pixman routines
` [PATCH v4 3/7] hw/display/sm501: Add debug property to control pixman usage
` [PATCH v4 4/7] hw/isa/vt82c686: Declare gpio inputs so it can be connected in board code
` [PATCH v4 5/7] hw/ppc/pegasos2: Fix PCI interrupt routing
` [PATCH v4 6/7] hw/audio/ac97: Split off some definitions to a header
` [PATCH v4 7/7] hw/audio/via-ac97: Basic implementation of audio playback
[PATCH v3 0/8] Pegasos2 fixes and audio output support
2023-02-27 13:34 UTC (9+ messages)
` [PATCH v3 4/8] hw/isa/vt82c686: Implement PCI IRQ routing
[PATCH] hw/pvrdma: Protect against buggy or malicious guest driver
2023-02-27 13:35 UTC
[RFC v5 0/3] migration: reduce time of loading non-iterable vmstate
2023-02-27 13:19 UTC (11+ messages)
[PATCH 0/2] qapi: Simplify enum generation
2023-02-27 13:14 UTC (7+ messages)
` [PATCH 1/2] qapi: Do not generate default switch case in gen_visit_object_members()
` [PATCH 2/2] qapi: Generate enum count as definition in gen_enum_lookup()
[RFC PATCH 00/43] Add LoongArch LSX instructions
2023-02-27 12:55 UTC (13+ messages)
` [RFC PATCH 10/43] target/loongarch: Implement vaddw/vsubw
[PATCH v4 00/15] Dynamically switch to vhost shadow virtqueues at vdpa net migration
2023-02-27 12:40 UTC (2+ messages)
[PULL 000/123] Buildsys / QOM / QDev / UI patches for 2023-02-27
2023-02-27 12:36 UTC (12+ messages)
` [PULL 001/123] cpu: Remove capstone meson dependency
` [PULL 002/123] cpu: Move breakpoint helpers to common code
` [PULL 003/123] cputlb: Restrict SavedIOTLB to system emulation
` [PULL 004/123] gdbstub: Use vaddr type for generic insert/remove_breakpoint() API
` [PULL 005/123] target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemu
` [PULL 006/123] target/cpu: Restrict do_transaction_failed() "
` [PULL 007/123] target/i386: Remove NEED_CPU_H guard from target-specific headers
` [PULL 008/123] target/i386/cpu: Remove dead helper_lock() declaration
` [PULL 009/123] target/i386: Remove x86_cpu_dump_local_apic_state() dead stub
` [PULL 010/123] target/hppa: Extract FPU helpers to fpu_helper.c
` [PULL 011/123] target/hppa: Extract system helpers to sys_helper.c
[PATCH v3 0/3] NUMA: Apply cluster-NUMA-node boundary for aarch64 and riscv machines
2023-02-27 12:38 UTC (3+ messages)
` [PATCH v3 3/3] hw/riscv: Validate cluster and NUMA node boundary
[PATCH v3 0/3] VT82xx PCI IRQ routing fixes
2023-02-27 12:40 UTC (5+ messages)
` [PATCH v3 1/3] hw/ppc/pegasos2: Initialize VT8231 PCI IRQ router
` [PATCH v3 2/3] hw/isa/vt82c686: Implement PCI IRQ routing
` [PATCH v3 3/3] hw/usb/vt82c686-uhci-pci: Use "
[PATCH v3 0/6] hw/vfio/ccw: hw: Use QOM macros and remove DO_UPCAST() uses
2023-02-27 12:30 UTC (4+ messages)
[PATCH v4] audio/pwaudio.c: Add Pipewire audio backend for QEMU
2023-02-27 12:30 UTC (5+ messages)
[PATCH 00/12] ICH9 cleanup
2023-02-27 12:22 UTC (29+ messages)
` [PATCH 01/12] hw/i386/ich9: Rename Q35_MASK to ICH9_MASK
` [PATCH 02/12] hw/isa/lpc_ich9: Unexport PIRQ functions
` [PATCH 03/12] hw/isa/lpc_ich9: Eliminate ICH9LPCState::isa_bus
` [PATCH 04/12] hw/i2c/smbus_ich9: Move ich9_smb_set_irq() in front of ich9_smbus_realize()
` [PATCH 05/12] hw/i2c/smbus_ich9: Inline ich9_smb_init() and remove it
` [PATCH 06/12] hw/i386/pc_q35: Allow for setting properties before realizing TYPE_ICH9_LPC_DEVICE
` [PATCH 07/12] hw/isa/lpc_ich9: Connect pm stuff to lpc internally
` [PATCH 08/12] hw/isa/lpc_ich9: Remove redundant ich9_lpc_reset() invocation
` [PATCH 09/12] hw/i386/ich9: Remove redundant GSI_NUM_PINS
` [PATCH 10/12] hw: Move ioapic*.h to intc/
` [PATCH 11/12] hw/i386/ich9: Clean up includes
` [PATCH 12/12] hw: Move ich9.h to southbridge/
[PATCH v3 00/10] Teach 'getfd' QMP command to import win32 sockets
2023-02-27 12:11 UTC (11+ messages)
` [PATCH v3 03/10] tests/docker: fix a win32 error due to portability
` [PATCH v3 07/10] qapi: implement conditional command arguments
[PULL 00/13] testing updates (gitlab, cirrus, docker, avocado, windows)
2023-02-27 11:58 UTC (2+ messages)
[PATCH 0/2] Deprecate support for 32-bit x86 and arm hosts
2023-02-27 11:50 UTC (3+ messages)
` [PATCH 1/2] docs/about: Deprecate 32-bit x86 hosts and qemu-system-i386
[PULL] Fourth RISC-V PR for QEMU 8.0, Attempt 2
2023-02-27 11:50 UTC (2+ messages)
[PULL 00/33] s390x and testing related patches
2023-02-27 11:36 UTC (34+ messages)
` [PULL 01/33] tests/qtest/rtl8139-test: Make the test less verbose by default
` [PULL 02/33] Do not include hw/hw.h if it is not necessary
` [PULL 03/33] hw/vfio/ccw: Simplify using DEVICE() macro
` [PULL 04/33] hw/vfio/ccw: Use intermediate S390CCWDevice variable
` [PULL 05/33] hw/vfio/ccw: Replace DO_UPCAST(S390CCWDevice) by S390_CCW_DEVICE()
` [PULL 06/33] hw/vfio/ccw: Remove pointless S390CCWDevice variable
` [PULL 07/33] hw/vfio/ccw: Replace DO_UPCAST(VFIOCCWDevice) by VFIO_CCW()
` [PULL 08/33] target/s390x/arch_dump: Fix memory corruption in s390x_write_elf64_notes()
` [PULL 09/33] target/s390x/arch_dump: Simplify memory allocation "
` [PULL 10/33] target/s390x: Fix s390_probe_access for user-only
` [PULL 11/33] target/s390x: Pass S390Access pointer into access_prepare
` [PULL 12/33] target/s390x: Use void* for haddr in S390Access
` [PULL 13/33] target/s390x: Tidy access_prepare_nf
` [PULL 14/33] target/s390x: Remove TLB_NOTDIRTY workarounds
` [PULL 15/33] target/s390x: Inline do_access_{get,set}_byte
` [PULL 16/33] target/s390x: Hoist some computation in access_memmove
` [PULL 17/33] s390x/pv: Add support for asynchronous teardown for reboot
` [PULL 18/33] target/s390x: Use tcg_constant_* in local contexts
` [PULL 19/33] target/s390x: Use tcg_constant_* for DisasCompare
` [PULL 20/33] target/s390x: Use tcg_constant_i32 for fpinst_extract_m34
` [PULL 21/33] target/s390x: Use tcg_constant_* in translate_vx.c.inc
` [PULL 22/33] tests/tcg/s390x: Add bal.S
` [PULL 23/33] tests/tcg/s390x: Add sam.S
` [PULL 24/33] configure: Add 'mkdir build' check
` [PULL 25/33] qemu-keymap: Silence memory leak warning from Clang's sanitizer
` [PULL 26/33] meson: fix dependency on qemu-keymap
` [PULL 27/33] Updated the FSF address to <https://www.gnu.org/licenses/>
` [PULL 28/33] gitlab-ci.d/buildtest: Remove aarch64-softmmu from the build-system-ubuntu job
` [PULL 29/33] gitlab-ci.d/buildtest: Disintegrate the build-coroutine-sigaltstack job
` [PULL 30/33] gitlab-ci.d/buildtest-template: Simplify the configure step
` [PULL 31/33] gitlab-ci.d: Build with --enable-fdt=system by default
` [PULL 32/33] gitlab-ci.d/base: Mark jobs as interruptible "
` [PULL 33/33] Deprecate the "-no-acpi" command line switch
[PATCH v4 00/27] target/s390x: pc-relative translation blocks
2023-02-27 11:41 UTC (4+ messages)
` [PATCH v4 27/27] target/s390x: Enable TARGET_TB_PCREL
[PATCH] .gitlab-ci.d/base: Mark jobs as interruptible by default
2023-02-27 11:32 UTC (2+ messages)
[PATCH v6 0/8] hw/cxl: RAS error emulation and injection
2023-02-27 11:27 UTC (9+ messages)
` [PATCH v6 1/8] hw/pci/aer: Implement PCI_ERR_UNCOR_MASK register
` [PATCH v6 2/8] hw/pci/aer: Add missing routing for AER errors
` [PATCH v6 3/8] hw/pci-bridge/cxl_root_port: Wire up AER
` [PATCH v6 4/8] hw/pci-bridge/cxl_root_port: Wire up MSI
` [PATCH v6 5/8] hw/mem/cxl-type3: Add AER extended capability
` [PATCH v6 6/8] hw/cxl: Fix endian issues in CXL RAS capability defaults / masks
` [PATCH v6 7/8] hw/pci/aer: Make PCIE AER error injection facility available for other emulation to use
` [PATCH v6 8/8] hw/mem/cxl_type3: Add CXL RAS Error Injection Support
[PATCH] ui/cocoa: user friendly characters for release mouse
2023-02-27 11:28 UTC (2+ messages)
[PATCH v2 00/24] hw/ide: QOM/QDev housekeeping
2023-02-27 11:22 UTC (10+ messages)
` [PATCH v2 07/24] hw/ide/atapi: Restrict 'scsi/constants.h' inclusion
` [PATCH v2 08/24] hw/ide: Remove unused 'qapi/qapi-types-run-state.h'
` [PATCH v2 09/24] hw/ide: Include 'exec/ioport.h' instead of 'hw/isa/isa.h'
` [PATCH v2 17/24] hw/ide: Declare ide_get_[geometry/bios_chs_trans] in 'hw/ide/internal.h'
[PULL 00/29] Block layer patches
2023-02-27 11:22 UTC (5+ messages)
[PATCH 0/7] testing/next: docker.py removal and kaniko updates
2023-02-27 11:18 UTC (5+ messages)
` [PATCH 1/7] configure: expose the direct container command
` [PATCH 2/7] tests/dockerfiles: unify debian-toolchain references
[RFC PATCH v2 0/3] ci: Speed up container stage
2023-02-27 11:11 UTC (3+ messages)
` [RFC PATCH v2 1/3] gitlab: Use plain docker in container-template.yml
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).