qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-04 14:33:33 to 2020-12-06 23:50:14 UTC [more...]

[PATCH 00/19] target/mips: Boring code reordering
 2020-12-06 23:39 UTC  (11+ messages)
` [PATCH 01/19] hw/mips: Move address translation helpers to target/mips/
` [PATCH 02/19] target/mips: Remove unused headers from translate.c
` [PATCH 03/19] target/mips: Remove unused headers from fpu_helper.c
` [PATCH 04/19] target/mips: Remove unused headers from cp0_helper.c
` [PATCH 05/19] target/mips: Remove unused headers from op_helper.c
` [PATCH 06/19] target/mips: Remove unused headers from kvm.c
` [PATCH 08/19] target/mips: Extract cpu_supports*/cpu_set* translate.c
` [PATCH 12/19] target/mips: Rename helper.c as tlb_helper.c
` [PATCH 14/19] target/mips: Move mmu_init() functions to tlb_helper.c
` [PATCH 15/19] target/mips: Move cpu definitions, reset() and realize() to cpu.c

[PATCH] acpi: Permit OEM ID and OEM table ID fields to be changed
 2020-12-06 21:28 UTC 

[PATCH 0/8] gitlab-ci: Add accelerator-specific Linux jobs
 2020-12-06 19:23 UTC  (10+ messages)
` [PATCH 1/8] gitlab-ci: Replace YAML anchors by extends (cross_system_build_job)
` [PATCH 2/8] gitlab-ci: Introduce 'cross_accel_build_job' template
` [PATCH 3/8] gitlab-ci: Add KVM X86 cross-build jobs
` [PATCH 4/8] gitlab-ci: Add KVM ARM "
` [PATCH 5/8] gitlab-ci: Add KVM s390x "
` [PATCH 6/8] gitlab-ci: Add KVM PPC "
` [PATCH 7/8] gitlab-ci: Add KVM MIPS "
` [PATCH 8/8] gitlab-ci: Add Xen "

[RFC PATCH v2 0/5] eBPF RSS support for virtio-net
 2020-12-06 18:44 UTC  (8+ messages)

[PATCH] sdl2: Add extra mouse buttons
 2020-12-06 18:16 UTC 

[PATCH v2 1/1] ui/gtk: Launching GTK UI with OpenGL on causes the refreshrate update to not run
 2020-12-06 13:46 UTC 

[PATCH 1/3] net: checksum: Skip fragmented IP packets
 2020-12-06 12:44 UTC  (5+ messages)
` [PATCH 2/3] net: checksum: Add IP header checksum calculation
` [PATCH 3/3] net: checksum: Introduce fine control over checksum type

[PATCH 1/1] ui/gtk: Launching GTK UI with OpenGL on causes the refreshrate update to not run
 2020-12-06 11:44 UTC  (3+ messages)

[PATCH] MAINTAINERS: chenhc@lemote.com -> chenhuacai@kernel.org
 2020-12-06 11:28 UTC  (3+ messages)

[PATCH 0/1] Remove flatview_simplify()
 2020-12-06 10:10 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH qemu v10] spapr: Implement Open Firmware client interface
 2020-12-06  5:23 UTC  (4+ messages)

[PATCH 3/30] crypt: Fix Lesser GPL version number
 2020-12-05 23:07 UTC  (3+ messages)
` [PATCH 27/30] x86 hvf cpus: "

[Bug 1906948] [NEW] Enabling OpenGL for GUI doesn't work on old laptop
 2020-12-05 18:42 UTC 

[RFC v8 00/22] i386 cleanup
 2020-12-05 16:37 UTC  (34+ messages)
` [RFC v8 01/27] accel/tcg: split CpusAccel into three TCG variants
` [RFC v8 02/27] accel/tcg: split tcg_start_vcpu_thread
` [RFC v8 03/27] accel/tcg: rename tcg-cpus functions to match module name
` [RFC v8 04/27] i386: move kvm accel files into kvm/
` [RFC v8 05/27] i386: move whpx accel files into whpx/
` [RFC v8 06/27] i386: move hax accel files into hax/
` [RFC v8 07/27] i386: hvf: remove stale MAINTAINERS entry for old hvf stubs
` [RFC v8 08/27] i386: move TCG accel files into tcg/
` [RFC v8 09/27] i386: move cpu dump out of helper.c into cpu-dump.c
` [RFC v8 10/27] i386: move TCG cpu class initialization out of helper.c
` [RFC v8 11/27] tcg: cpu_exec_{enter,exit} helpers
` [RFC v8 12/27] tcg: make CPUClass.cpu_exec_* optional
` [RFC v8 13/27] tcg: Make CPUClass.debug_excp_handler optional
` [RFC v8 14/27] cpu: Remove unnecessary noop methods
` [RFC v8 15/27] cpu: Introduce TCGCpuOperations struct
` [RFC v8 16/27] accel/tcg: split TCG-only code from cpu_exec_realizefn
` [RFC v8 17/27] cpu: Move synchronize_from_tb() to tcg_ops
` [RFC v8 18/27] cpu: Move cpu_exec_* "
` [RFC v8 19/27] cpu: Move tlb_fill "
` [RFC v8 20/27] cpu: Move debug_excp_handler "
` [RFC v8 21/27] accel: extend AccelState and AccelClass to user-mode
` [RFC v8 22/27] accel: replace struct CpusAccel with AccelOpsClass
` [RFC v8 23/27] accel: introduce AccelCPUClass extending CPUClass
` [RFC v8 24/27] i386: split cpu accelerators from cpu.c, using AccelCPUClass
` [RFC v8 25/27] cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefn
` [RFC v8 26/27] hw/core/cpu: call qemu_init_vcpu in cpu_common_realizefn
` [RFC v8 27/27] cpu: introduce cpu_accel_instance_init

[Bug 1906905] [NEW] qemu-system-sparc stucked while booting using ss20_v2.25_rom
 2020-12-05 15:09 UTC  (4+ messages)
` [Bug 1906905] "
` [PATCH] hw/timer/slavio_timer: Allow 64-bit accesses

[PATCH v1 1/1] intc/ibex_plic: Clear interrupts that occur during claim process
 2020-12-05  8:09 UTC  (2+ messages)

[PATCH 0/5] mips: Sanitize Multi-Threading ASE
 2020-12-05 12:49 UTC  (11+ messages)
` [PATCH 1/5] target/mips: Remove mips_def_t unused argument from mvp_init()
` [PATCH 2/5] target/mips: Introduce ase_mt_available() helper
` [PATCH 3/5] target/mips: Do not initialize MT registers if MT ASE absent
` [PATCH 4/5] hw/mips/malta: "
` [PATCH 5/5] hw/mips/malta: Rewrite CP0_MVPConf0 access using deposit()

[PATCH 0/9] target/mips: Simplify MSA TCG logic
 2020-12-05 12:46 UTC  (15+ messages)
` [PATCH 6/9] target/mips: Alias MSA vector registers on FPU scalar registers
` [PATCH 7/9] target/mips: Extract msa_translate_init() from mips_tcg_init()
` [PATCH 8/9] target/mips: Remove CPUMIPSState* argument from gen_msa*() methods
` [PATCH 9/9] target/mips: Explode gen_msa_branch() as gen_msa_BxZ_V/BxZ()

x86 TCG helpers clobbered registers
 2020-12-05 12:38 UTC  (4+ messages)

[RFC v7 00/22] i386 cleanup
 2020-12-05 10:06 UTC  (24+ messages)
` [RFC v7 12/22] cpu: Introduce TCGCpuOperations struct
` [RFC v7 13/22] cpu: Move synchronize_from_tb() to tcg_ops
` [RFC v7 14/22] cpu: Move cpu_exec_* "
` [RFC v7 15/22] cpu: Move tlb_fill "
` [RFC v7 00/22] i386 cleanup [hw/core/cpu.c common]

[PATCH] ppc/e500: Free irqs array to avoid memleak
 2020-12-05  9:53 UTC  (2+ messages)

[PATCH 0/3] Fix some memleaks caused by timer_new_ns
 2020-12-05  9:56 UTC  (3+ messages)
` [PATCH 2/3] misc/mos6522: Use timer_free() in the finalize function to avoid memleak

[Bug 1906156] [NEW] Host OS Reboot Required, for Guest kext to Load (Fully)
 2020-12-05  3:41 UTC  (3+ messages)
` [Bug 1906156] "

[Bug 1906193] [NEW] riscv32 user mode emulation: fork return values broken
 2020-12-05  1:27 UTC  (2+ messages)
` [Bug 1906193] "

[PATCH v4 0/5] Add support for Control-Flow Integrity
 2020-12-04 23:06 UTC  (6+ messages)
` [PATCH v4 1/5] configure,meson: add option to enable LTO
` [PATCH v4 2/5] cfi: Initial support for cfi-icall in QEMU
` [PATCH v4 3/5] check-block: enable iotests with cfi-icall
` [PATCH v4 4/5] configure,meson: support Control-Flow Integrity
` [PATCH v4 5/5] docs: Add CFI Documentation

[PATCH] target/mips: Simplify gen_msa_BxZ() 'if' condition
 2020-12-04 22:59 UTC 

[PATCH v2 0/7] Common macros for QAPI list growth
 2020-12-04 22:54 UTC  (4+ messages)
` [PATCH v2 7/7] qapi: More complex uses of QAPI_LIST_APPEND

[PATCH] block/nvme: Do not allow image creation with NVMe block driver
 2020-12-04 22:28 UTC  (2+ messages)

[PATCH v14 00/13] Apply COR-filter to the block-stream permanently
 2020-12-04 22:07 UTC  (14+ messages)
` [PATCH v14 01/13] copy-on-read: support preadv/pwritev_part functions
` [PATCH v14 02/13] block: add API function to insert a node
` [PATCH v14 03/13] copy-on-read: add filter drop function
` [PATCH v14 04/13] qapi: add filter-node-name to block-stream
` [PATCH v14 05/13] qapi: create BlockdevOptionsCor structure for COR driver
` [PATCH v14 06/13] iotests: add #310 to test bottom node in "
` [PATCH v14 07/13] block: include supported_read_flags into BDS structure
` [PATCH v14 08/13] copy-on-read: skip non-guest reads if no copy needed
` [PATCH v14 09/13] stream: skip filters when writing backing file name to QCOW2 header
` [PATCH v14 10/13] qapi: block-stream: add "bottom" argument
` [PATCH v14 11/13] iotests: 30: prepare to COR filter insertion by stream job
` [PATCH v14 12/13] block/stream: add s->target_bs
` [PATCH v14 13/13] block: apply COR-filter to block-stream jobs

[Qemu-devel] [Bug 1673976] [NEW] core dump
 2020-12-04 22:05 UTC  (2+ messages)
` [Bug 1673976] Re: linux-user clone() can't handle glibc posix_spawn() (causes locale-gen to assert)

[PATCH] target/i386/sev: add the support to query the attestation report
 2020-12-04 21:31 UTC 

[PATCH v13 00/10] Apply COR-filter to the block-stream permanently
 2020-12-04 21:36 UTC  (2+ messages)

[PATCH 1/2] virtio-blk: Acquire context while switching them on dataplane start
 2020-12-04 18:39 UTC  (4+ messages)
` [PATCH 2/2] nbd/server: Quiesce coroutines on context switch

[PATCH v4 00/11] hvf: Implement Apple Silicon Support
 2020-12-04 16:55 UTC  (25+ messages)
` [PATCH v4 01/11] hvf: Add hypervisor entitlement to output binaries
` [PATCH v4 02/11] hvf: x86: Remove unused definitions
` [PATCH v4 03/11] hvf: Move common code out
` [PATCH v4 04/11] hvf: Introduce hvf vcpu struct
` [PATCH v4 05/11] arm: Set PSCI to 0.2 for HVF
` [PATCH v4 06/11] hvf: Simplify post reset/init/loadvm hooks
` [PATCH v4 07/11] hvf: Add Apple Silicon support
` [PATCH v4 08/11] arm: Add Hypervisor.framework build target
` [PATCH v4 09/11] arm/hvf: Add a WFI handler
` [PATCH v4 10/11] hvf: arm: Add support for GICv3
` [PATCH v4 11/11] hvf: arm: Implement -cpu host

[PATCH v3 00/10] hvf: Implement Apple Silicon Support
 2020-12-04 18:15 UTC  (5+ messages)
` [PATCH v3 08/10] arm/hvf: Add a WFI handler

[PATCH v2] tests/acceptance: test hot(un)plug of ccw devices
 2020-12-04 20:13 UTC  (4+ messages)

[PATCH for-6.0 00/11] target/arm: enforce alignment
 2020-12-04 17:28 UTC  (8+ messages)

[PATCH 0/8] add support for cpu hot-unplug with SMI broadcast enabled
 2020-12-04 17:09 UTC  (9+ messages)
` [PATCH 1/8] hw: add compat machines for 6.0
` [PATCH 2/8] acpi: cpuhp: introduce 'firmware performs eject' status/control bits
` [PATCH 3/8] x86: acpi: introduce AcpiPmInfo::smi_on_cpu_unplug
` [PATCH 4/8] tests/acpi: allow expected files change
` [PATCH 5/8] x86: acpi: let the firmware handle pending "CPU remove" events in SMM
` [PATCH 6/8] tests/acpi: update expected files
` [PATCH 7/8] x86: ich9: factor out "guest_cpu_hotplug_features"
` [PATCH 8/8] x86: ich9: let firmware negotiate 'CPU hot-unplug with SMI' feature

[RFC 00/15] support subsets of bitmanip extension
 2020-12-04 17:10 UTC  (5+ messages)
` [RFC 08/15] target/riscv: rvb: single-bit instructions

[for-6.0 v5 00/13] Generalize memory encryption models
 2020-12-04 17:04 UTC  (7+ messages)
` [for-6.0 v5 12/13] securable guest memory: Alter virtio default properties for protected guests

[PATCH 0/4] block: prepare for 64bit
 2020-12-04 15:16 UTC  (5+ messages)
` [PATCH 2/4] block/io: bdrv_refresh_limits(): use ERRP_GUARD
` [PATCH 3/4] block/io: bdrv_check_byte_request(): drop bdrv_is_inserted()

[RFC PATCH-for-5.2] gitlab-ci: Do not automatically run Avocado integration tests anymore
 2020-12-04 14:42 UTC  (5+ messages)

[PATCH v12 00/19] Initial support for multi-process Qemu
 2020-12-04 14:40 UTC  (9+ messages)
` [PATCH v12 02/19] multi-process: add configure and usage information
` [PATCH v12 05/19] multi-process: setup PCI host bridge for remote device
` [PATCH v12 06/19] multi-process: setup a machine object for remote device process
` [PATCH v12 07/19] multi-process: add qio channel function to transmit data and fds

[PATCH v11 00/19] Initial support for multi-process Qemu
 2020-12-04 14:39 UTC  (3+ messages)
` [PATCH v11 05/19] multi-process: add qio channel function to transmit


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).