qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-29 10:33:09 to 2022-12-30 12:33:19 UTC [more...]

[RFC PATCH v5 00/52] Xen support under KVM
 2022-12-30 12:12 UTC  (44+ messages)
` [RFC PATCH v5 01/52] include: import Xen public headers to include/standard-headers/
` [RFC PATCH v5 02/52] xen: add CONFIG_XENFV_MACHINE and CONFIG_XEN_EMU options for Xen emulation
` [RFC PATCH v5 03/52] xen: Add XEN_DISABLED mode and make it default
` [RFC PATCH v5 04/52] i386/kvm: Add xen-version KVM accelerator property and init KVM Xen support
` [RFC PATCH v5 05/52] i386/kvm: handle Xen HVM cpuid leaves
` [RFC PATCH v5 06/52] i386/hvm: Set Xen vCPU ID in KVM
` [RFC PATCH v5 09/52] hw/xen_backend: refactor xen_be_init()
` [RFC PATCH v5 10/52] i386/xen: handle guest hypercalls
` [RFC PATCH v5 11/52] i386/xen: implement HYPERVISOR_xen_version
` [RFC PATCH v5 12/52] i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdown
` [RFC PATCH v5 13/52] i386/xen: Implement SCHEDOP_poll and SCHEDOP_yield
` [RFC PATCH v5 14/52] hw/xen: Add xen_overlay device for emulating shared xenheap pages
` [RFC PATCH v5 15/52] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
` [RFC PATCH v5 18/52] i386/xen: implement XENMEM_add_to_physmap_batch
` [RFC PATCH v5 21/52] i386/xen: handle VCPUOP_register_vcpu_info
` [RFC PATCH v5 23/52] i386/xen: handle VCPUOP_register_runstate_memory_area
` [RFC PATCH v5 24/52] i386/xen: implement HYPERVISOR_event_channel_op
` [RFC PATCH v5 25/52] i386/xen: implement HVMOP_set_evtchn_upcall_vector
` [RFC PATCH v5 26/52] i386/xen: implement HVMOP_set_param
` [RFC PATCH v5 28/52] i386/xen: Add support for Xen event channel delivery to vCPU
` [RFC PATCH v5 29/52] hw/xen: Implement EVTCHNOP_status
` [RFC PATCH v5 31/52] hw/xen: Implement EVTCHNOP_unmask
` [RFC PATCH v5 32/52] hw/xen: Implement EVTCHNOP_bind_virq
` [RFC PATCH v5 33/52] hw/xen: Implement EVTCHNOP_bind_ipi
` [RFC PATCH v5 34/52] hw/xen: Implement EVTCHNOP_send
` [RFC PATCH v5 35/52] hw/xen: Implement EVTCHNOP_alloc_unbound
` [RFC PATCH v5 36/52] hw/xen: Implement EVTCHNOP_bind_interdomain
` [RFC PATCH v5 37/52] hw/xen: Implement EVTCHNOP_bind_vcpu
` [RFC PATCH v5 38/52] hw/xen: Implement EVTCHNOP_reset
` [RFC PATCH v5 39/52] i386/xen: add monitor commands to test event injection
` [RFC PATCH v5 40/52] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
` [RFC PATCH v5 41/52] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback
` [RFC PATCH v5 42/52] kvm/i386: Add xen-gnttab-max-frames property
` [RFC PATCH v5 43/52] hw/xen: Add xen_gnttab device for grant table emulation
` [RFC PATCH v5 44/52] hw/xen: Support mapping grant frames
` [RFC PATCH v5 45/52] i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson
` [RFC PATCH v5 46/52] hw/xen: Implement GNTTABOP_query_size
` [RFC PATCH v5 47/52] i386/xen: handle PV timer hypercalls
` [RFC PATCH v5 48/52] i386/xen: Reserve Xen special pages for console, xenstore rings
` [RFC PATCH v5 49/52] i386/xen: handle HVMOP_get_param
` [RFC PATCH v5 50/52] hw/xen: Add backend implementation of interdomain event channel support
` [RFC PATCH v5 51/52] hw/xen: Add xen_xenstore device for xenstore emulation
` [RFC PATCH v5 52/52] hw/xen: Add basic ring handling to xenstore

[PATCH v4 00/11] riscv: OpenSBI boot test and cleanups
 2022-12-30 12:04 UTC  (15+ messages)
` [PATCH v4 01/11] tests/avocado: add RISC-V OpenSBI boot test
` [PATCH v4 02/11] hw/riscv/spike: use 'fdt' from MachineState
` [PATCH v4 03/11] hw/riscv/sifive_u: "
` [PATCH v4 04/11] hw/riscv/boot.c: exit early if filename is NULL in load_(kernel|initrd)
` [PATCH v4 05/11] hw/riscv/spike.c: load initrd right after riscv_load_kernel()
` [PATCH v4 06/11] hw/riscv: write initrd 'chosen' FDT inside riscv_load_initrd()
` [PATCH v4 07/11] hw/riscv: write bootargs 'chosen' FDT after riscv_load_kernel()
` [PATCH v4 08/11] hw/riscv/boot.c: use MachineState in riscv_load_initrd()
` [PATCH v4 09/11] hw/riscv/boot.c: use MachineState in riscv_load_kernel()
` [PATCH v4 10/11] hw/riscv/boot.c: introduce riscv_load_kernel_and_initrd()
` [PATCH v4 11/11] hw/riscv/boot.c: make riscv_load_initrd() static

[PATCH v2 00/11] hw/arm/aspeed_ast10x0: Map more peripherals & few more fixes
 2022-12-30 11:35 UTC  (12+ messages)
` [PATCH v2 01/11] hw/watchdog/wdt_aspeed: Rename MMIO region size as 'iosize'
` [PATCH v2 02/11] hw/watchdog/wdt_aspeed: Extend MMIO range to cover more registers
` [PATCH v2 03/11] hw/watchdog/wdt_aspeed: Log unimplemented registers as UNIMP level
` [PATCH v2 04/11] hw/arm/aspeed: Use the IEC binary prefix definitions
` [PATCH v2 05/11] hw/misc/aspeed_hace: Do not crash if address_space_map() failed
` [PATCH v2 06/11] hw/arm/aspeed_ast10x0: Add various unimplemented peripherals
` [PATCH v2 07/11] hw/arm/aspeed_ast10x0: Map I3C peripheral
` [PATCH v2 08/11] hw/arm/aspeed_ast10x0: Map the secure SRAM
` [PATCH v2 09/11] hw/arm/aspeed_ast10x0: Map HACE peripheral
` [PATCH v2 10/11] hw/arm/aspeed_ast10x0: Add TODO comment to use Cortex-M4F
` [PATCH v2 11/11] tests/avocado: Test Aspeed Zephyr SDK v00.01.08 on AST1030 board

[PATCH v4 0/3] Add irq number property for loongarch pch interrupt controller
 2022-12-30  9:59 UTC  (4+ messages)
` [PATCH v4 1/3] hw/intc/loongarch_pch_msi: add irq number property
` [PATCH v4 2/3] hw/intc/loongarch_pch_pic: "
` [PATCH v4 3/3] hw/intc/loongarch_pch: Change default irq number of pch irq controller

[PATCH 00/11] audio: more improvements
 2022-12-30  9:01 UTC  (5+ messages)
` [PATCH 10/11] alsaaudio: change default playback settings

[PATCH 0/5] hw/net/igb: emulated network device with SR-IOV
 2022-12-30  8:37 UTC  (7+ messages)

checkpoint/restore: Adding more "Getters" to the KVM API
 2022-12-30  8:25 UTC 

[PATCH 0/9] hw/arm/aspeed_ast10x0: Map more peripherals & few more fixes
 2022-12-30  8:13 UTC  (23+ messages)
` [PATCH 1/9] hw/watchdog/wdt_aspeed: Map the whole MMIO range
` [PATCH 2/9] hw/arm/aspeed: Use the IEC binary prefix definitions
` [PATCH 3/9] hw/arm/aspeed_ast10x0: Add various unimplemented peripherals
` [PATCH 4/9] hw/arm/aspeed_ast10x0: Map I3C peripheral
` [PATCH 5/9] hw/arm/aspeed_ast10x0: Map the secure SRAM
` [PATCH 6/9] hw/arm/aspeed_ast10x0: Map HACE peripheral
` [PATCH 7/9] hw/misc/aspeed_hace: Do not crash if address_space_map() failed
` [PATCH 8/9] hw/arm/aspeed_ast10x0: Add TODO comment to use Cortex-M4F
` [PATCH 9/9] tests/avocado: Test Aspeed Zephyr SDK v00.01.08 on AST1030 board

[PATCH qemu] target/riscv/cpu.c: Fix elen check
 2022-12-15  8:27 UTC 

[PATCH qemu] target/riscv/cpu.c: Fix elen check
 2022-12-15  8:27 UTC 

Re: [PATCH qemu] target/riscv/cpu.c: Fix elen check
 2022-12-30  2:06 UTC 

[PULL 00/47] tcg patch queue
 2022-12-30  0:02 UTC  (48+ messages)
` [PULL 01/47] tcg: convert tcg/README to rst
` [PULL 02/47] meson: Move CONFIG_TCG_INTERPRETER to config_host
` [PULL 03/47] tcg/s390x: Fix coding style
` [PULL 04/47] tcg: Cleanup trailing whitespace
` [PULL 05/47] qemu/main-loop: Introduce QEMU_IOTHREAD_LOCK_GUARD
` [PULL 06/47] hw/mips: Use QEMU_IOTHREAD_LOCK_GUARD in cpu_mips_irq_request
` [PULL 07/47] target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_maybe_interrupt
` [PULL 08/47] target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in cpu_interrupt_exittb
` [PULL 09/47] target/riscv: Use QEMU_IOTHREAD_LOCK_GUARD in riscv_cpu_update_mip
` [PULL 10/47] hw/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_set_irq
` [PULL 11/47] accel/tcg: Use QEMU_IOTHREAD_LOCK_GUARD in io_readx/io_writex
` [PULL 12/47] tcg: Tidy tcg_reg_alloc_op
` [PULL 13/47] tcg: Remove TCG_TARGET_STACK_GROWSUP
` [PULL 14/47] tci: MAX_OPC_PARAM_IARGS is no longer used
` [PULL 15/47] tcg: Fix tcg_reg_alloc_dup*
` [PULL 16/47] tcg: Centralize updates to reg_to_temp
` [PULL 17/47] tcg: Remove check_regs
` [PULL 18/47] tcg: Massage process_op_defs()
` [PULL 19/47] tcg: Introduce paired register allocation
` [PULL 20/47] accel/tcg: Set cflags_next_tb in cpu_common_initfn
` [PULL 21/47] target/sparc: Avoid TCGV_{LOW,HIGH}
` [PULL 22/47] tcg: Move TCG_{LOW,HIGH} to tcg-internal.h
` [PULL 23/47] tcg: Add temp_subindex to TCGTemp
` [PULL 24/47] tcg: Simplify calls to temp_sync vs mem_coherent
` [PULL 25/47] tcg: Allocate TCGTemp pairs in host memory order
` [PULL 26/47] tcg: Move TCG_TYPE_COUNT outside enum
` [PULL 27/47] tcg: Introduce tcg_type_size
` [PULL 28/47] tcg: Introduce TCGCallReturnKind and TCGCallArgumentKind
` [PULL 29/47] tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64
` [PULL 30/47] tcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CALL_ARG_I32
` [PULL 31/47] tcg: Use TCG_CALL_ARG_EVEN for TCI special case
` [PULL 32/47] accel/tcg/plugin: Don't search for the function pointer index
` [PULL 33/47] accel/tcg/plugin: Avoid duplicate copy in copy_call
` [PULL 34/47] accel/tcg/plugin: Use copy_op in append_{udata,mem}_cb
` [PULL 35/47] tcg: Pass number of arguments to tcg_emit_op() / tcg_op_insert_*()
` [PULL 36/47] tcg: Vary the allocation size for TCGOp
` [PULL 37/47] tcg: Use output_pref wrapper function
` [PULL 38/47] tcg: Reorg function calls
` [PULL 39/47] tcg: Convert typecode_to_ffi from array to function
` [PULL 40/47] tcg: Factor init_ffi_layouts() out of tcg_context_init()
` [PULL 41/47] tcg: Move ffi_cif pointer into TCGHelperInfo
` [PULL 42/47] tcg/aarch64: Merge tcg_out_callr into tcg_out_call
` [PULL 43/47] tcg: Add TCGHelperInfo argument to tcg_out_call
` [PULL 44/47] accel/tcg: Fix tb_invalidate_phys_page_unwind
` [PULL 45/47] accel/tcg: Use g_free_rcu for user-exec interval trees
` [PULL 46/47] accel/tcg: Handle false negative lookup in page_check_range
` [PULL 47/47] tests/tcg/multiarch: add vma-pthread.c

[PATCH qemu] target/riscv/cpu.c: Fix elen check
 2022-12-29 22:32 UTC  (2+ messages)

[PATCH v2 0/6] hw/net/igb: emulated network device with SR-IOV
 2022-12-29 19:08 UTC  (7+ messages)
` [PATCH v2 1/6] pcie: add helper function to get number of VFs
` [PATCH v2 2/6] hw/net/net_tx_pkt: helper function to get l2 hdr
` [PATCH v2 3/6] hw/net/igb: register definitions
` [PATCH v2 4/6] hw/net/igb: emulated intel IGB (82576EB) network device
` [PATCH v2 5/6] hw/net/igb: build support for igb/igbvf devices
` [PATCH v2 6/6] tests/qtest/igb-test: introduce qtest for igb

[RFC] Reducing NEED_CPU_H usage
 2022-12-29 19:13 UTC  (2+ messages)

[PATCH] riscv: do not set the rounding mode via `gen_set_rm`
 2022-12-29 17:27 UTC 

[PATCH] riscv: do not set the rounding mode via `gen_set_rm`
 2022-12-29 18:01 UTC  (2+ messages)

[PATCH 0/2] Hexagon: fix signal context save & restore bug
 2022-12-29 16:13 UTC  (5+ messages)
` [PATCH 1/2] linux-user/hexagon: fix signal context save & restore

[PATCH v3 00/10] irscv: OpenSBI boot test and cleanups
 2022-12-29 14:17 UTC  (9+ messages)
` [PATCH v3 01/10] tests/avocado: add RISC-V opensbi boot test
` [PATCH v3 07/10] hw/riscv/boot.c: use MachineState in riscv_load_initrd()

checkpoint/restore: Adding more "Getters" to the KVM API
 2022-12-29 10:47 UTC 

[PATCH v2 00/12] hw/riscv: Improve Spike HTIF emulation fidelity
 2022-12-29 13:58 UTC  (6+ messages)
` [PATCH v2 12/12] hw/riscv: spike: Decouple create_fdt() dependency to ELF loading

[PATCH] fix gvtg cursor position if it is negative
 2022-12-29 13:30 UTC  (2+ messages)

[PATCH] fix gvtg cursor position if it is negative
 2022-12-29 13:27 UTC 

[PATCH qemu] x86: don't let decompressed kernel image clobber setup_data
 2022-12-29 12:47 UTC  (8+ messages)

[PATCH] ui/cocoa: user friendly characters for release mouse
 2022-12-29 12:31 UTC  (2+ messages)

[PATCH v2] i386: Deprecate the -no-hpet QEMU command line option
 2022-12-29 11:49 UTC 

[PATCH v5 0/9] Add support for AST1030 SoC
 2022-12-29 11:16 UTC  (3+ messages)
` [PATCH v5 7/9] aspeed/soc : Add AST1030 support

[PATCH v5 00/14] vfio/migration: Implement VFIO migration protocol v2
 2022-12-29 11:03 UTC  (15+ messages)
` [PATCH v5 01/14] linux-headers: Update to v6.2-rc1
` [PATCH v5 02/14] migration: No save_live_pending() method uses the QEMUFile parameter
` [PATCH v5 03/14] migration: Simplify migration_iteration_run()
` [PATCH v5 04/14] vfio/migration: Fix NULL pointer dereference bug
` [PATCH v5 05/14] vfio/migration: Allow migration without VFIO IOMMU dirty tracking support
` [PATCH v5 06/14] migration/qemu-file: Add qemu_file_get_to_fd()
` [PATCH v5 07/14] vfio/common: Change vfio_devices_all_running_and_saving() logic to equivalent one
` [PATCH v5 08/14] vfio/migration: Move migration v1 logic to vfio_migration_init()
` [PATCH v5 09/14] vfio/migration: Rename functions/structs related to v1 protocol
` [PATCH v5 10/14] vfio/migration: Implement VFIO migration protocol v2
` [PATCH v5 11/14] vfio/migration: Optimize vfio_save_pending()
` [PATCH v5 12/14] vfio/migration: Remove VFIO migration protocol v1
` [PATCH v5 13/14] vfio: Alphabetize migration section of VFIO trace-events file
` [PATCH v5 14/14] docs/devel: Align VFIO migration docs to v2 protocol

[PATCH v4] hw/rtc/mc146818rtc: Make this rtc device target independent
 2022-12-29 10:58 UTC 

[PATCH v3] hw/rtc/mc146818rtc: Make this rtc device target independent
 2022-12-29 10:44 UTC  (3+ messages)

[PULL 00/21] Hexagon update: bug fixes, performance, idef-parser
 2022-12-29 10:41 UTC  (3+ messages)
` [PULL 17/21] target/hexagon: prepare input for the idef-parser


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