messages from 2023-10-03 17:35:21 to 2023-10-04 06:44:08 UTC [more...]
[PATCH 00/10] tcg: Allow softmmu for user-only
2023-10-04 6:43 UTC (19+ messages)
` [PATCH 01/10] tcg: Introduce tcg_use_softmmu
` [PATCH 02/10] tcg: Provide guest_base fallback for system mode
` [PATCH 03/10] tcg/arm: Use tcg_use_softmmu
` [PATCH 04/10] tcg/aarch64: "
` [PATCH 05/10] tcg/i386: "
` [PATCH 06/10] tcg/loongarch64: "
` [PATCH 07/10] tcg/mips: "
` [PATCH 08/10] tcg/ppc: "
` [PATCH 09/10] tcg/riscv: "
` [PATCH 10/10] tcg/s390x: "
[PATCH v3] hw/i386/acpi-build: Remove build-time assertion on PIIX/ICH9 reset registers being identical
2023-10-04 6:28 UTC (4+ messages)
[PATCH] hw/isa/vt82c686: Respect SCI interrupt assignment
2023-10-04 6:25 UTC (2+ messages)
[PATCH] linux-user: Propagate failure in mmap_reserve_or_unmap back to target_munmap
2023-10-04 6:04 UTC (2+ messages)
[PATCH] xlnx-zynqmp-efuse: hw/nvram: Remove deprecated device reset
2023-10-04 5:57 UTC
[PATCH] xlnx-versal-efuse: hw/nvram: Remove deprecated device reset
2023-10-04 5:53 UTC
[PATCH v3 00/15] Prerequisite changes for IOMMUFD support
2023-10-04 5:35 UTC (8+ messages)
` [PATCH v3 03/15] vfio/common: Move IOMMU agnostic helpers to a separate file
` [PATCH v3 09/15] vfio/ap: Use vfio_[attach/detach]_device
` [PATCH v3 10/15] vfio/ccw: "
[PATCH v10 00/10] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
2023-10-04 5:01 UTC (6+ messages)
[PATCH 00/15] Nested PAPR API (KVM on PowerVM)
2023-10-04 4:49 UTC (4+ messages)
` [PATCH RESEND 09/15] ppc: spapr: Implement nested PAPR hcall - H_GUEST_CREATE_VCPU
[PATCH v5 0/2] migration: Update error description outside migration.c
2023-10-04 4:28 UTC (4+ messages)
` [PATCH v5 2/2] "
[PATCH v2 0/3] vhost: clean up device reset
2023-10-04 2:07 UTC (5+ messages)
` [PATCH v2 1/3] vhost-user: do not send RESET_OWNER on "
` [PATCH v2 2/3] vhost-backend: remove vhost_kernel_reset_device()
` [PATCH v2 3/3] virtio: call ->vhost_reset_device() during reset
[PULL 0/5] Block patches
2023-10-04 1:18 UTC (7+ messages)
` [PULL 4/5] hw/ufs: Support for UFS logical unit
` Ping: "
[PULL 0/2] hex queue
2023-10-04 0:48 UTC (3+ messages)
` [PULL 1/2] target/hexagon: move GETPC() calls to top level helpers
` [PULL 2/2] target/hexagon: fix some occurrences of -Wshadow=local
[PULL 00/51] Bsd user mmap patches
2023-10-03 23:32 UTC (52+ messages)
` [PULL 01/51] bsd-user: define TARGET_RFSPAWN for rfork to use vfork(2) semantics, and fix RLIM_INFINITY
` [PULL 02/51] bsd-user: Define procctl(2) related structs
` [PULL 03/51] bsd-user: Implement host_to_target_siginfo
` [PULL 04/51] bsd-user: Add freebsd_exec_common and do_freebsd_procctl to qemu.h
` [PULL 05/51] bsd-user: add extern declarations for bsd-proc.c conversion functions
` [PULL 06/51] bsd-user: Implement target_to_host_resource conversion function
` [PULL 07/51] bsd-user: Implement target_to_host_rlim and host_to_target_rlim conversion
` [PULL 08/51] bsd-user: Implement host_to_target_rusage and host_to_target_wrusage
` [PULL 09/51] bsd-user: Implement host_to_target_waitstatus conversion
` [PULL 10/51] bsd-user: Get number of cpus
` [PULL 11/51] bsd-user: Implement getgroups(2) and setgroups(2) system calls
` [PULL 12/51] bsd-user: Implement umask(2), setlogin(2) and getlogin(2)
` [PULL 13/51] bsd-user: Implement getrusage(2)
` [PULL 14/51] bsd-user: Implement getrlimit(2) and setrlimit(2)
` [PULL 15/51] bsd-user: Implement several get/set system calls:
` [PULL 16/51] bsd-user: Implement get/set[resuid/resgid/sid] and issetugid
` [PULL 17/51] bsd-user: Add stubs for profil(2), ktrace(2), utrace(2) and ptrace(2)
` [PULL 18/51] bsd-user: Implement getpriority(2) and setpriority(2)
` [PULL 19/51] bsd-user: Implement get_filename_from_fd
` [PULL 20/51] bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve
` [PULL 21/51] bsd-user: Implement procctl(2) along with necessary conversion functions
` [PULL 22/51] bsd-user: Implement execve(2) and fexecve(2) system calls
` [PULL 23/51] bsd-user: Implement wait4(2) and wait6(2) "
` [PULL 24/51] bsd-user: Implement setloginclass(2) and getloginclass(2) "
` [PULL 25/51] bsd-user: Implement pdgetpid(2) and the undocumented setugid
` [PULL 26/51] bsd-user: Implement fork(2) and vfork(2) system calls
` [PULL 27/51] bsd-user: Implement rfork(2) system call
` [PULL 28/51] bsd-user: Implement pdfork(2) "
` [PULL 29/51] bsd-user: Implement struct target_ipc_perm
` [PULL 30/51] bsd-user: Implement struct target_shmid_ds
` [PULL 31/51] bsd-user: Declarations for ipc_perm and shmid_ds conversion functions
` [PULL 32/51] bsd-user: Introduce freebsd/os-misc.h to the source tree
` [PULL 33/51] bsd-user: Implement shm_open2(2) system call
` [PULL 34/51] bsd-user: Implement shm_rename(2) "
` [PULL 35/51] bsd-user: Add bsd-mem.c to meson.build
` [PULL 36/51] bsd-user: Implement target_set_brk function in bsd-mem.c instead of os-syscall.c
` [PULL 37/51] bsd-user: Implement ipc_perm conversion between host and target
` [PULL 38/51] bsd-user: Implement shmid_ds "
` [PULL 39/51] bsd-user: Introduce bsd-mem.h to the source tree
` [PULL 40/51] bsd-user: Implement mmap(2) and munmap(2)
` [PULL 41/51] bsd-user: Implement mprotect(2)
` [PULL 42/51] bsd-user: Implement msync(2)
` [PULL 43/51] bsd-user: Implement mlock(2), munlock(2), mlockall(2), munlockall(2), minherit(2)
` [PULL 44/51] bsd-user: Implment madvise(2) to match the linux-user implementation
` [PULL 45/51] bsd-user: Implement mincore(2)
` [PULL 46/51] bsd-user: Implement do_obreak function
` [PULL 47/51] bsd-user: Implement shm_open(2)
` [PULL 48/51] bsd-user: Implement shm_unlink(2) and shmget(2)
` [PULL 49/51] bsd-user: Implement shmctl(2)
` [PULL 50/51] bsd-user: Implement shmat(2) and shmdt(2)
` [PULL 51/51] bsd-user: Add stubs for vadvise(), sbrk() and sstk()
[PATCH v2 0/5] hw/intc/apic: QOM cleanup
2023-10-03 23:41 UTC (11+ messages)
` [PATCH v2 1/5] hw/intc/apic: Use ERRP_GUARD() in apic_common_realize()
` [PATCH v2 2/5] hw/i386/apic: Defer error check from apic_get_class to kvm_apic_realize
` [PATCH v2 3/5] hw/i386/apic: Simplify apic_get_class()
` [PATCH v2 4/5] hw/intc/apic: Rename x86_cpu_apic_create() -> x86_cpu_apic_new()
[PATCH v3 00/14] Cleanup deprecated audio features, take 2
2023-10-03 23:36 UTC (3+ messages)
` [PATCH v3 08/14] Introduce machine property "audiodev"
[PATCH v6 00/19] linux-user: Implement VDSOs
2023-10-03 23:05 UTC (7+ messages)
` [PATCH v6 08/19] linux-user: Add gen-vdso tool
` [PATCH v6 18/19] linux-user/s390x: Add vdso
[PATCH 0/3] target/m68k: Fix a few semihosting bugs
2023-10-03 22:39 UTC (2+ messages)
[PATCH v2 0/2] target/m68k: Support semihosting on non-ColdFire targets
2023-10-03 22:36 UTC (3+ messages)
` [PATCH v2 1/2] target/m68k: Perform the semihosting test during translate
` [PATCH v2 2/2] target/m68k: Support semihosting on non-ColdFire targets
[PATCH] target/m68k: Map FPU exceptions to FPSR register
2023-10-03 21:19 UTC (2+ messages)
[PATCH for-8.1] vfio/display: Fix missing update to set backing fields
2023-10-03 21:17 UTC (11+ messages)
[PATCH 0/3] vhost: clean up device reset
2023-10-03 21:09 UTC (3+ messages)
[PATCH] analyze-migration: ignore RAM_SAVE_FLAG_MULTIFD_FLUSH
2023-10-03 21:08 UTC (3+ messages)
[PULL 00/47] tcg + linux-user patch queue
2023-10-03 21:03 UTC (4+ messages)
` [PULL 38/47] linux-user: Rename mmap_reserve to mmap_reserve_or_unmap
[PATCH v15 0/9] rutabaga_gfx + gfxstream
2023-10-03 20:45 UTC (10+ messages)
` [PATCH v15 1/9] virtio: Add shared memory capability
` [PATCH v15 2/9] virtio-gpu: CONTEXT_INIT feature
` [PATCH v15 3/9] virtio-gpu: hostmem
` [PATCH v15 4/9] virtio-gpu: blob prep
` [PATCH v15 5/9] gfxstream + rutabaga prep: added need defintions, fields, and options
` [PATCH v15 6/9] gfxstream + rutabaga: add initial support for gfxstream
` [PATCH v15 7/9] gfxstream + rutabaga: meson support
` [PATCH v15 8/9] gfxstream + rutabaga: enable rutabaga
` [PATCH v15 9/9] docs/system: add basic virtio-gpu documentation
[PATCH v3 0/4] hw/cxl: Line length reduction and related
2023-10-03 20:42 UTC (3+ messages)
` [PATCH v3 2/4] hw/cxl: Use switch statements for read and write of cachemem registers
[PATCH v2] linux-user: Undo incomplete mmap
2023-10-03 20:42 UTC (3+ messages)
FreeBSD 13.2 installer does not see AHCI devices on aarch64/sbsa-ref and x86-64/q35
2023-10-03 20:41 UTC (4+ messages)
[PATCH] linux-user/elfload: Enable LSX/LASX in HWCAP for LoongArch
2023-10-03 20:34 UTC (2+ messages)
[PATCH] target/sh4: fix crashes on signal delivery
2023-10-03 20:31 UTC (2+ messages)
[PATCH] mips: fix abort on integer overflow
2023-10-03 20:28 UTC (4+ messages)
` [PATCH v2] "
[PATCH 0/3] Support discontinuous PMU counters
2023-10-03 20:25 UTC (3+ messages)
` [PATCH 2/3] target/riscv: "
[PATCH v5 0/9] linux-user: Detect and report host crashes
2023-10-03 19:20 UTC (10+ messages)
` [PATCH v5 1/9] linux-user: Split out die_with_signal
` [PATCH v5 2/9] linux-user: Exit not abort in die_with_backtrace
` [PATCH v5 3/9] linux-user: Detect and report host crashes
` [PATCH v5 4/9] linux-user: Only register handlers for core_dump_signal by default
` [PATCH v5 5/9] linux-user: Map unsupported signals to an out-of-bounds value
` [PATCH v5 6/9] linux-user: Simplify signal_init
` [PATCH v5 7/9] linux-user: Split out host_sig{segv,bus}_handler
` [PATCH v5 8/9] linux-user: Detect and report host SIGILL, SIGFPE, SIGTRAP
` [PATCH v5 9/9] linux-user: Remap guest SIGABRT
[PATCH v2 1/2] migration: Fix rdma migration failed
2023-10-03 19:00 UTC (6+ messages)
` [PATCH v2 2/2] migration/rdma: zore out head.repeat to make the error more clear
[PATCH v17 00/16] TCG code quality tracking
2023-10-03 18:30 UTC (17+ messages)
` [PATCH v17 01/16] accel/tcg: Move HMP info jit and info opcount code
` [PATCH v17 02/16] tcg: Record orig_nb_ops TCGContext
` [PATCH v17 03/16] tcg: Record nb_deleted_ops in TCGContext
` [PATCH v17 04/16] tcg: Record nb_spills "
` [PATCH v17 05/16] accel/tcg: Add TBStatistics structure
` [PATCH v17 06/16] accel/tcg: Collect TB execution statistics
` [PATCH v17 07/16] accel/tcg: Collect TB jit statistics
` [PATCH v17 08/16] accel/tcg: Add tb_stats hmp command
` [PATCH v17 09/16] util/log: Add Error argument to qemu_str_to_log_mask
` [PATCH v17 10/16] util/log: Add -d tb_stats
` [PATCH v17 11/16] accel/tcg: Add tb_stats_collect and tb_stats_dump
` [PATCH v17 12/16] softmmu: Export qemu_ram_ptr_length
` [PATCH v17 13/16] disas: Allow monitor_disas to read from ram_addr_t
` [PATCH v17 14/16] monitor: Change MonitorDec.get_value return type to int64_t
` [PATCH v17 15/16] accel/tcg: Add info [tb-list|tb] commands to HMP
` [PATCH v17 16/16] accel/tcg: Dump hot TBs at the end of the execution
[PATCH v4 0/8] vdpa: Send all CVQ state load commands in parallel
2023-10-03 18:21 UTC (9+ messages)
` [PATCH v4 2/8] vdpa: Use iovec for vhost_vdpa_net_cvq_add()
` [PATCH v4 3/8] vhost: Expose vhost_svq_available_slots()
` [PATCH v4 4/8] vdpa: Avoid using vhost_vdpa_net_load_*() outside vhost_vdpa_net_load()
[PULL 00/47] tcg patch queue
2023-10-03 17:30 UTC (34+ messages)
` [PULL 04/47] accel: Introduce accel_cpu_common_unrealize() stub
` [PULL 05/47] accel: Declare AccelClass::cpu_common_[un]realize() handlers
` [PULL 06/47] accel/tcg: Have tcg_exec_realizefn() return a boolean
` [PULL 08/47] target/arm: Replace TARGET_PAGE_ENTRY_EXTRA
` [PULL 09/47] accel/tcg: Move CPUTLB definitions from cpu-defs.h
` [PULL 11/47] target/arm: Remove size and alignment for cpu subclasses
` [PULL 12/47] target/*: Add instance_align to all cpu base classes
` [PULL 16/47] accel/tcg: Move can_do_io to CPUNegativeOffsetState
` [PULL 17/47] accel/tcg: Remove cpu_neg()
` [PULL 18/47] tcg: Rename cpu_env to tcg_env
` [PULL 19/47] accel/tcg: Replace CPUState.env_ptr with cpu_env()
` [PULL 20/47] accel/tcg: Remove cpu_set_cpustate_pointers
` [PULL 21/47] accel/tcg: Remove env_neg()
` [PULL 22/47] tcg: Remove TCGContext.tlb_fast_offset
` [PULL 24/47] accel/tcg: Modify probe_access_internal() to use CPUState
` [PULL 25/47] accel/tcg: Modify memory access functions "
` [PULL 26/47] accel/tcg: Modify atomic_mmu_lookup() "
` [PULL 28/47] accel/tcg: Remove env_tlb()
` [PULL 30/47] accel/tcg: move ld/st helpers to ldst_common.c.inc
` [PULL 32/47] exec: Move cpu_loop_foo() target agnostic functions to 'cpu-common.h'
` [PULL 33/47] accel/tcg: Restrict dump_exec_info() declaration
` [PULL 34/47] accel: Make accel-blocker.o target agnostic
` [PULL 35/47] accel: Rename accel-common.c -> accel-target.c
` [PULL 38/47] accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'
` [PULL 39/47] accel/tcg: Make monitor.c a target-agnostic unit
` [PULL 40/47] accel/tcg: Make icount.o a target agnostic unit
` [PULL 41/47] accel/tcg: Make cpu-exec-common.c "
` [PULL 42/47] tcg: Remove argument to tcg_prologue_init
` [PULL 43/47] tcg: Split out tcg init functions to tcg/startup.h
` [PULL 44/47] linux-user/hppa: Fix struct target_sigcontext layout
` [PULL 45/47] build: Remove --enable-gprof
` [PULL 46/47] tests/avocado: Re-enable MIPS Malta tests (GitLab issue #1884 fixed)
` [PULL 47/47] tcg/loongarch64: Fix buid error
[PATCH RESEND] osdep: set _FORTIFY_SOURCE=2 when optimization is enabled
2023-10-03 17:35 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).