messages from 2021-11-11 01:41:07 to 2021-11-11 13:20:17 UTC [more...]
[RFC PATCH v2 00/30] Add Loongarch softmmu support
2021-11-11 13:17 UTC (31+ messages)
` [RFC PATCH v2 01/30] target/loongarch: Update README
` [RFC PATCH v2 02/30] target/loongarch: Add CSR registers definition
` [RFC PATCH v2 04/30] target/loongarch: Define exceptions for LoongArch
` [RFC PATCH v2 05/30] target/loongarch: Implement qmp_query_cpu_definitions()
` [RFC PATCH v2 07/30] target/loongarch: Add MMU support for LoongArch CPU
` [RFC PATCH v2 08/30] target/loongarch: Add LoongArch CSR/IOCSR instruction
` [RFC PATCH v2 09/30] target/loongarch: Add TLB instruction support
` [RFC PATCH v2 10/30] target/loongarch: Add other core instructions support
` [RFC PATCH v2 11/30] target/loongarch: Add LoongArch interrupt and exception handle
` [RFC PATCH v2 12/30] target/loongarch: Add timer related instructions support
` [RFC PATCH v2 13/30] target/loongarch: Add gdb support
` [RFC PATCH v2 14/30] target/loongarch: Implement privilege instructions disassembly
` [RFC PATCH v2 15/30] hw/pci-host: Add ls7a1000 PCIe Host bridge support for Loongson Platform
` [RFC PATCH v2 16/30] hw/loongarch: Add a virt LoongArch 3A5000 board support
` [RFC PATCH v2 17/30] hw/loongarch: Add LoongArch cpu interrupt support(CPUINTC)
` [RFC PATCH v2 18/30] hw/loongarch: Add LoongArch ipi interrupt support(IPI)
` [RFC PATCH v2 19/30] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
` [RFC PATCH v2 20/30] hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)
` [RFC PATCH v2 21/30] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
` [RFC PATCH v2 22/30] hw/loongarch: Add irq hierarchy for the system
` [RFC PATCH v2 23/30] hw/loongarch: Add some devices support for 3A5000
` [RFC PATCH v2 24/30] hw/loongarch: Add LoongArch ls7a rtc device support
` [RFC PATCH v2 25/30] hw/loongarch: Add default bios startup support
` [RFC PATCH v2 26/30] hw/loongarch: Add -kernel and -initrd options support
` [RFC PATCH v2 27/30] hw/loongarch: Add LoongArch smbios support
` [RFC PATCH v2 28/30] hw/loongarch: Add LoongArch acpi support
` [RFC PATCH v2 29/30] hw/loongarch: Add machine->possible_cpus
` [RFC PATCH v2 30/30] hw/loongarch: Add Numa support
[PATCH v2 0/6] try improve native hotplug for pcie root ports
2021-11-11 13:08 UTC (6+ messages)
` [PATCH v2 1/6] pci: implement power state
` [PATCH v2 2/6] pcie: implement slot power control for pcie root ports
` [PATCH v2 3/6] pcie: add power indicator blink check
` [PATCH v2 4/6] pcie: factor out pcie_cap_slot_unplug()
` [PATCH v2 6/6] pcie: expire pending delete
[PATCH v2 0/3] Some watchpoint-related patches
2021-11-11 12:20 UTC (7+ messages)
` [PATCH v2 1/3] icount: preserve cflags when custom tb is about to execute
` [PATCH v2 2/3] softmmu: fix watchpoint-interrupt races
` [PATCH v2 3/3] softmmu: fix watchpoints on memory used by vCPU internals
[PATCH v4 0/2] hw/core/machine: Add an unit test for smp_parse
2021-11-11 13:00 UTC (6+ messages)
` [PATCH v4 2/2] tests/unit: Add an unit test for smp parsing
[PATCH-for-6.2 v3 0/6] tests/unit: Fix test-smp-parse
2021-11-11 12:57 UTC (9+ messages)
` [PATCH-for-6.2 v3 1/6] tests/unit/test-smp-parse: Restore MachineClass fields after modifying
` [PATCH-for-6.2 v3 2/6] tests/unit/test-smp-parse: QOM'ify smp_machine_class_init()
` [PATCH-for-6.2 v3 3/6] tests/unit/test-smp-parse: Explicit MachineClass name
` [PATCH-for-6.2 v3 4/6] tests/unit/test-smp-parse: Simplify pointer to compound literal use
` [PATCH-for-6.2 v3 5/6] tests/unit/test-smp-parse: Constify some pointer/struct
` [PATCH-for-6.2 v3 6/6] hw/core: Rename smp_parse() -> machine_parse_smp_config()
[PATCH v2 00/10] block: Attempt on fixing 030-reported errors
2021-11-11 12:08 UTC (11+ messages)
` [PATCH v2 01/10] stream: Traverse graph after modification
` [PATCH v2 02/10] block: Manipulate children list in .attach/.detach
` [PATCH v2 03/10] block: Unite remove_empty_child and child_free
` [PATCH v2 04/10] block: Drop detached child from ignore list
` [PATCH v2 05/10] block: Pass BdrvChild ** to replace_child_noperm
` [PATCH v2 06/10] block: Restructure remove_file_or_backing_child()
` [PATCH v2 07/10] transactions: Invoke clean() after everything else
` [PATCH v2 08/10] block: Let replace_child_tran keep indirect pointer
` [PATCH v2 09/10] block: Let replace_child_noperm free children
` [PATCH v2 10/10] iotests/030: Unthrottle parallel jobs in reverse
[PATCH 0/6] RfC: try improve native hotplug for pcie root ports
2021-11-11 12:09 UTC (7+ messages)
[PATCH v3 00/20] Support UXL filed in xstatus
2021-11-11 11:49 UTC (33+ messages)
` [PATCH v3 01/20] target/riscv: Don't save pc when exception return
` [PATCH v3 02/20] target/riscv: Sign extend pc for different XLEN
` [PATCH v3 03/20] target/riscv: Ignore the pc bits above XLEN
` [PATCH v3 04/20] target/riscv: Extend pc for runtime pc write
` [PATCH v3 05/20] target/riscv: Use gdb xml according to max mxlen
` [PATCH v3 06/20] target/riscv: Relax debug check for pm write
` [PATCH v3 07/20] target/riscv: Adjust csr write mask with XLEN
` [PATCH v3 08/20] target/riscv: Create current pm fields in env
` [PATCH v3 09/20] target/riscv: Alloc tcg global for cur_pm[mask|base]
` [PATCH v3 10/20] target/riscv: Calculate address according to XLEN
` [PATCH v3 11/20] target/riscv: Split pm_enabled into mask and base
` [PATCH v3 12/20] target/riscv: Split out the vill from vtype
` [PATCH v3 13/20] target/riscv: Fix RESERVED field length in VTYPE
` [PATCH v3 14/20] target/riscv: Adjust vsetvl according to XLEN
` [PATCH v3 15/20] target/riscv: Remove VILL field in VTYPE
` [PATCH v3 16/20] target/riscv: Ajdust vector atomic check with XLEN
` [PATCH v3 17/20] target/riscv: Fix check range for first fault only
` [PATCH v3 18/20] target/riscv: Adjust vector address with mask
` [PATCH v3 19/20] target/riscv: Adjust scalar reg in vector with XLEN
` [PATCH v3 20/20] target/riscv: Enable uxl field write
[PATCH 0/5] Update linux-headers + NOIRQ support for KVM gdbstub
2021-11-11 11:38 UTC (10+ messages)
` [PATCH 1/5] virtio-gpu: do not byteswap padding
` [PATCH 2/5] linux-headers: update to 5.16-rc1
` [PATCH 3/5] gdbstub: reject unsupported flags in handle_set_qemu_sstep
` [PATCH 4/5] gdbstub, kvm: let KVM report supported singlestep flags
` [PATCH 5/5] kvm: add support for KVM_GUESTDBG_BLOCKIRQ
[PATCH for 6.2 v2 0/5] Fix Q35 ACPI PCI Hot-plug I/O issues
2021-11-11 11:32 UTC (13+ messages)
` [PATCH for 6.2 v2 1/5] pcie: rename 'native-hotplug' to 'x-native-hotplug'
` [PATCH for 6.2 v2 3/5] bios-tables-test: Allow changes in DSDT ACPI tables
` [PATCH for 6.2 v2 4/5] hw/i386/acpi-build: Deny control on PCIe Native Hot-plug in _OSC
` [PATCH for 6.2 v2 5/5] bios-tables-test: Update golden binaries
[PULL 0/4] tcg patch queue
2021-11-11 11:06 UTC (5+ messages)
` [PULL 1/4] tcg/optimize: Add an extra cast to fold_extract2
` [PULL 2/4] tcg: Remove TCI experimental status
` [PULL 3/4] tcg: Document ctpop opcodes
` [PULL 4/4] tcg/s390x: Fix tcg_out_vec_op argument type
[PULL 0/4] Linux user for 6.2 patches
2021-11-11 11:05 UTC (5+ messages)
` [PULL 1/4] linux-user: Split out do_getdents, do_getdents64
` [PULL 2/4] linux-user: Always use flexible arrays for dirent d_name
` [PULL 3/4] linux-user: Fix member types of target_dirent64
` [PULL 4/4] linux-user: Rewrite do_getdents, do_getdents64
[PULL 0/5] x86, RCU/TCG patches for QEMU 6.2-rc1
2021-11-11 11:01 UTC (7+ messages)
` [PULL 1/5] target/i386: sgx: mark device not user creatable
` [PULL 2/5] rcu: Introduce force_rcu notifier
` [PULL 3/5] accel/tcg: Register a "
` [PULL 4/5] numa: avoid crash with SGX and "info numa"
` [PULL 5/5] sgx: Reset the vEPC regions during VM reboot
[PATCH] Fix tcg_out_vec_op argument type
2021-11-11 10:53 UTC (4+ messages)
[PATCH 0/3] target/ppc: Implement Vector Expand/Extract Mask and Vector Mask
2021-11-11 10:43 UTC (7+ messages)
` [PATCH 1/3] target/ppc: Implement Vector Expand Mask
` [PATCH 2/3] target/ppc: Implement Vector Extract Mask
` [PATCH 3/3] target/ppc: Implement Vector Mask Move insns
[PATCH v2 0/1] ppc/mmu_helper.c: do not truncate 'ea' in booke206_invalidate_ea_tlb()
2021-11-11 10:34 UTC (3+ messages)
` [PATCH v2 1/1] "
[PATCH v9 0/8] hmp,qmp: Add commands to introspect virtio devices
2021-11-11 10:25 UTC (16+ messages)
` [PATCH v9 3/8] qmp: add QMP command x-query-virtio
` [PATCH v9 4/8] qmp: add QMP command x-query-virtio-status
` [PATCH v9 5/8] qmp: decode feature & status bits in virtio-status
` [PATCH v9 7/8] qmp: add QMP command x-query-virtio-queue-element
` [PATCH v9 8/8] hmp: add virtio commands
[PATCH v3 0/6] SEV: add kernel-hashes=on for measured -kernel launch
2021-11-11 10:20 UTC (8+ messages)
` [PATCH v3 1/6] qapi/qom, target/i386: sev-guest: Introduce kernel-hashes=on|off option
` [PATCH v3 2/6] target/i386/sev: Add kernel hashes only if sev-guest.kernel-hashes=on
` [PATCH v3 3/6] target/i386/sev: Rephrase error message when no hashes table in guest firmware
` [PATCH v3 4/6] target/i386/sev: Fail when invalid hashes table area detected
` [PATCH v3 5/6] target/i386/sev: Perform padding calculations at compile-time
` [PATCH v3 6/6] target/i386/sev: Replace qemu_map_ram_ptr with address_space_map
[PATCH v2 0/6] SEV: add kernel-hashes=on for measured -kernel launch
2021-11-11 10:04 UTC (17+ messages)
` [PATCH v2 1/6] qapi/qom, target/i386: sev-guest: Introduce kernel-hashes=on|off option
` [PATCH v2 1/6] qapi/qom,target/i386: "
` [PATCH v2 2/6] target/i386/sev: Add kernel hashes only if sev-guest.kernel-hashes=on
` [PATCH v2 4/6] target/i386/sev: Fail when invalid hashes table area detected
` [PATCH v2 5/6] target/i386/sev: Perform padding calculations at compile-time
` [PATCH v2 6/6] target/i386/sev: Replace qemu_map_ram_ptr with address_space_map
[PATCH 0/4] Some watchpoint-related patches
2021-11-11 9:56 UTC (4+ messages)
` [PATCH 4/4] icount: preserve cflags when custom tb is about to execute
[PATCH] q35: flip acpi-pci-hotplug-with-bridge-support default back to off
2021-11-11 9:52 UTC
[PATCH v10 00/10]vhost-vdpa: add support for configure interrupt
2021-11-11 9:21 UTC (4+ messages)
[RFC PATCH v3 0/2] s390x: Improvements to SIGP handling [QEMU]
2021-11-11 9:01 UTC (3+ messages)
` [RFC PATCH v3 2/2] s390x: Implement the USER_SIGP_BUSY capability
[PATCH v2 0/2] tests/unit/test-smp-parse: Two fixes for test-smp-parse
2021-11-11 8:53 UTC (6+ messages)
` [PATCH v2 1/2] tests/unit/test-smp-parse: Make an unified name for the tested machine
` [PATCH v2 2/2] tests/unit/test-smp-parse: Fix a check-patch complain
[PATCH 1/2] virtio: use virtio accessor to access packed descriptor flags
2021-11-11 8:27 UTC (5+ messages)
` [PATCH 2/2] virtio: use virtio accessor to access packed event
[PATCH v3 0/5] SGX NUMA support plus vepc reset
2021-11-11 8:07 UTC (11+ messages)
` [PATCH v3 3/5] numa: Support SGX numa in the monitor and Libvirt interfaces
[PATCH] qmp: Stabilize preconfig
2021-11-11 8:15 UTC (8+ messages)
[PATCH v3] s390: kvm: adjust diag318 resets to retain data
2021-11-11 7:33 UTC (3+ messages)
[PATCH v2 00/14] Support UXL filed in xstatus
2021-11-11 5:04 UTC (6+ messages)
` [PATCH v2 05/14] target/riscv: Calculate address according to XLEN
[PATCH V2] net/filter: Enable the vnet_hdr_support by default
2021-11-11 3:07 UTC
[PATCH] net/filter: Enable the vnet_hdr_support by default
2021-11-11 3:10 UTC (8+ messages)
[PATCH v2] Fixed a QEMU hang when guest poweroff in COLO mode
2021-11-11 2:25 UTC (2+ messages)
[PATCH 1/2] Fixed a QEMU hang when guest poweroff in COLO mode
2021-11-11 2:24 UTC (3+ messages)
` [PATCH 2/2] migration/ram.c: Remove the qemu_mutex_lock in colo_flush_ram_cache
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).