qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-01 19:13:43 to 2020-12-02 09:21:28 UTC [more...]

[PULL 000/113] First batch of misc (i386, kernel-doc, memory, vl.c) changes for QEMU 6.0
 2020-12-02  8:08 UTC  (99+ messages)
` [PULL 001/113] target/i386: fix operand order for PDEP and PEXT
` [PULL 002/113] target/i386: Support up to 32768 CPUs without IRQ remapping
` [PULL 003/113] target/i386: seg_helper: Correct segement selector nullification in the RET/IRET helper
` [PULL 004/113] WHPX: support for the kernel-irqchip on/off
` [PULL 005/113] docs/devel/loads-stores: Add regexp for DMA functions
` [PULL 006/113] qom: eliminate identical functions
` [PULL 007/113] dma: Document address_space_map/address_space_unmap() prototypes
` [PULL 008/113] dma: Let dma_memory_set() propagate MemTxResult
` [PULL 009/113] dma: Let dma_memory_rw() "
` [PULL 010/113] dma: Let dma_memory_read() "
` [PULL 011/113] dma: Let dma_memory_write() "
` [PULL 012/113] pci: Let pci_dma_rw() "
` [PULL 013/113] pci: Let pci_dma_read() "
` [PULL 014/113] pci: Let pci_dma_write() "
` [PULL 015/113] hw/ssi/aspeed_smc: Rename 'max_slaves' variable as 'max_peripherals'
` [PULL 016/113] hw/ssi: Update coding style to make checkpatch.pl happy
` [PULL 017/113] hw/ssi: Rename SSI 'slave' as 'peripheral'
` [PULL 018/113] hw/core/stream: Rename StreamSlave as StreamSink
` [PULL 019/113] hw/dma/xilinx_axidma: "
` [PULL 020/113] hw/net/xilinx_axienet: "
` [PULL 021/113] alpha: remove bios_name
` [PULL 022/113] arm: "
` [PULL 023/113] hppa: "
` [PULL 024/113] i386: "
` [PULL 025/113] lm32: "
` [PULL 026/113] m68k: "
` [PULL 027/113] mips: "
` [PULL 028/113] moxie: "
` [PULL 029/113] ppc: "
` [PULL 030/113] rx: move BIOS load from MCU to board
` [PULL 031/113] s390: remove bios_name
` [PULL 032/113] sh4: "
` [PULL 033/113] sparc: "
` [PULL 034/113] digic: "
` [PULL 035/113] vl: "
` [PULL 036/113] arm: do not use ram_size global
` [PULL 037/113] cris: "
` [PULL 038/113] hppa: "
` [PULL 039/113] i386: "
` [PULL 040/113] m68k: "
` [PULL 041/113] microblaze: "
` [PULL 042/113] mips: "
` [PULL 043/113] moxie: "
` [PULL 044/113] nios2: "
` [PULL 045/113] ppc: "
` [PULL 046/113] riscv: "
` [PULL 047/113] s390x: "
` [PULL 048/113] sparc64: "
` [PULL 049/113] make ram_size local to vl.c
` [PULL 050/113] hw/char/serial: Clean up unnecessary code
` [PULL 051/113] treewide: do not use short-form boolean options
` [PULL 052/113] vl: extract validation of -smp to machine.c
` [PULL 053/113] vl: remove bogus check
` [PULL 054/113] vl: split various early command line options to a separate function
` [PULL 055/113] vl: move various initialization routines out of qemu_init
` [PULL 056/113] vl: extract qemu_init_subsystems
` [PULL 057/113] vl: move prelaunch part of qemu_init to new functions
` [PULL 058/113] vl: extract various command line validation snippets to a new function
` [PULL 059/113] vl: preconfig and loadvm are mutually exclusive
` [PULL 060/113] vl: extract various command line desugaring snippets to a new function
` [PULL 061/113] qemu-option: restrict qemu_opts_set to merge-lists QemuOpts
` [PULL 062/113] vl: create "-net nic -net user" default earlier
` [PULL 063/113] vl: load plugins as late as possible
` [PULL 064/113] vl: extract default devices to separate functions
` [PULL 065/113] vl: move CHECKPOINT_INIT after preconfig
` [PULL 066/113] vl: separate qemu_create_early_backends
` [PULL 067/113] vl: separate qemu_create_late_backends
` [PULL 068/113] vl: separate qemu_create_machine
` [PULL 069/113] vl: separate qemu_apply_machine_options
` [PULL 070/113] vl: separate qemu_resolve_machine_memdev
` [PULL 071/113] vl: initialize displays before preconfig loop
` [PULL 072/113] vl: move -global check earlier
` [PULL 073/113] migration, vl: start migration via qmp_migrate_incoming
` [PULL 074/113] vl: start VM via qmp_cont
` [PULL 075/113] hmp: introduce cmd_available
` [PULL 076/113] vl: extract softmmu/datadir.c
` [PULL 077/113] vl: extract machine done notifiers
` [PULL 078/113] vl: extract softmmu/rtc.c
` [PULL 079/113] vl: remove serial_max_hds
` [PULL 080/113] vl: clean up -boot variables
` [PULL 081/113] config-file: move -set implementation to vl.c
` [PULL 082/113] docs: temporarily disable the kernel-doc extension
` [PULL 083/113] kernel-doc: fix processing nested structs with attributes
` [PULL 084/113] kernel-doc: add support for ____cacheline_aligned_in_smp attribute
` [PULL 085/113] scripts/kernel-doc: Add support for named variable macro arguments
` [PULL 086/113] scripts: kernel-doc: proper handle @foo->bar()
` [PULL 088/113] scripts: kernel-doc: accept blank lines on parameter description
` [PULL 089/113] Replace HTTP links with HTTPS ones: documentation
` [PULL 090/113] scripts/kernel-doc: parse __ETHTOOL_DECLARE_LINK_MODE_MASK
` [PULL 092/113] scripts/kernel-doc: optionally treat warnings as errors
` [PULL 093/113] kernel-doc: include line numbers for function prototypes
` [PULL 095/113] scripts: kernel-doc: add support for typedef enum
` [PULL 096/113] Revert "scripts/kerneldoc: For Sphinx 3 use c:macro for macros with arguments"
` [PULL 097/113] Revert "kernel-doc: Use c:struct for Sphinx 3.0 and later"
` [PULL 102/113] scripts: kernel-doc: fix typedef identification
` [PULL 104/113] scripts: kernel-doc: allow passing desired Sphinx C domain dialect
` [PULL 105/113] scripts: kernel-doc: fix line number handling
` [PULL 113/113] scripts: kernel-doc: remove unnecesssary change wrt Linux

[RFC PATCH v2 0/5] eBPF RSS support for virtio-net
 2020-12-02  8:06 UTC  (7+ messages)
` [RFC PATCH v2 4/5] virtio-net: Added eBPF RSS to virtio-net

[Bug 1896298] [NEW] memory leak
 2020-12-02  7:55 UTC  (2+ messages)
` [Bug 1896298] "

[Bug 1906463] [NEW] "-device help" does not report all devices
 2020-12-02  7:53 UTC  (3+ messages)
` [Bug 1906463] "

[PATCH] ide:atapi: check io_buffer_index in ide_atapi_cmd_reply_end
 2020-12-02  7:07 UTC  (6+ messages)

[PATCH] tests/acceptance: fix timeout for vm.wait
 2020-12-02  6:31 UTC  (4+ messages)

[PATCH v2 0/4] hw/scsi/megasas: Avoid buffer overrun in megasas_handle_scsi()
 2020-12-02  5:40 UTC  (6+ messages)
` [PATCH v2 2/4] hw/scsi/megasas: Assert cdb_len is valid "
` [PATCH v2 3/4] tests/qtest/fuzz-test: Add test_megasas_cdb_len_zero() reproducer
` [RFC PATCH v2 4/4] hw/scsi/megasas: Have incorrect cdb return MFI_STAT_ABORT_NOT_POSSIBLE

[PATCH] arm/hvf: Optimize and simplify WFI handling
 2020-12-02  4:44 UTC  (12+ messages)

[PATCH v3 1/3] Revert "hvf: Actually set SIG_IPI mask"
 2020-12-02  4:44 UTC  (3+ messages)
` [PATCH v3 2/3] arm/hvf: Do some cleanups
` [PATCH v3 3/3] arm/hvf: Add a WFI handler

[PATCH for-6.0 v2 0/4] spapr: Perform hotplug sanity checks at pre-plug
 2020-12-02  3:16 UTC  (2+ messages)

[PATCH] target/ppc: Remove "compat" property of server class POWER CPUs
 2020-12-02  3:16 UTC  (2+ messages)

[PATCH] qemu-nbd: Fix a memleak in nbd_client_thread()
 2020-12-02  2:02 UTC  (3+ messages)

[PATCH v2 1/2] arm/hvf: Optimize and simplify WFI handling
 2020-12-02  1:57 UTC  (10+ messages)
` [PATCH v2 2/2] arm/hvf: Stop setting current_cpu

[RFC PATCH v5 00/33] Hexagon patch series
 2020-12-02  1:54 UTC  (10+ messages)
` [RFC PATCH v5 18/33] Hexagon (target/hexagon/imported) arch import
` [RFC PATCH v5 20/33] Hexagon (target/hexagon) generator phase 2 - generate header files
` [RFC PATCH v5 22/33] Hexagon (target/hexagon) generater phase 4 - decode tree

[PATCH V17 0/6] mips: Add Loongson-3 machine support
 2020-12-02  1:16 UTC  (9+ messages)
` [PATCH V17 2/6] hw/intc: Rework Loongson LIOINTC
` [PATCH V17 4/6] hw/mips: Add Loongson-3 boot parameter helpers

[PATCH v3 0/6] linux-user: Rework get_elf_hwcap() and support MIPS Loongson 2F/3E
 2020-12-02  1:01 UTC  (9+ messages)
` [PATCH v3 1/6] linux-user/elfload: Move GET_FEATURE macro out of get_elf_hwcap() body
` [PATCH v3 2/6] linux-user/elfload: Rename MIPS GET_FEATURE() as GET_FEATURE_INSN()
` [PATCH v3 3/6] linux-user/elfload: Introduce MIPS GET_FEATURE_REG_SET() macro
` [PATCH v3 4/6] linux-user/elfload: Introduce MIPS GET_FEATURE_REG_EQU() macro
` [PATCH v3 5/6] linux-user/elfload: Update HWCAP bits from linux 5.7
` [PATCH v3 6/6] linux-user: Add support for MIPS Loongson 2F/3E

[PATCH] target/mips: Allow executing MSA instructions on Loongson-3A4000
 2020-12-02  0:31 UTC  (3+ messages)

[PATCH 00/15] *** ARC port for review ***
 2020-12-01 23:09 UTC  (9+ messages)
` [PATCH 03/15] arc: Opcode definitions table
` [PATCH 04/15] arc: TCG and decoder glue code and helpers
` [PATCH 05/15] arc: TCG instruction generator and hand-definitions
` [PATCH 06/15] arc: TCG instruction definitions

[PATCH RFC] vfio: Move the saving of the config space to the right place in VFIO migration
 2020-12-01 22:21 UTC  (12+ messages)

[PATCH 00/18] qapi/qom: QAPIfy object-add
 2020-12-01 22:08 UTC  (11+ messages)

[PATCH v2 00/13] Remove GCC < 4.8 checks
 2020-12-01 21:53 UTC  (4+ messages)
` [PATCH v2 11/13] xen: remove GNUC check

[PATCH v3 00/17] 64bit block-layer
 2020-12-01 21:50 UTC  (3+ messages)

[PATCH 1/2] i386/cpu: Add the Intel PT capabilities checking before extend the CPUID level
 2020-12-01 21:19 UTC  (4+ messages)
` [PATCH 2/2] i386/cpu: Make the Intel PT LIP feature configurable

[PATCH v11 0/7] Introduce 'yank' oob qmp command to recover from hanging qemu
 2020-12-01 21:05 UTC  (6+ messages)
` [PATCH v11 1/7] Introduce yank feature
` [PATCH v11 2/7] block/nbd.c: Add "

[PATCH v12 00/19] Initial support for multi-process Qemu
 2020-12-01 20:22 UTC  (20+ messages)
` [PATCH v12 01/19] multi-process: add the concept description to docs/devel/qemu-multiprocess
` [PATCH v12 02/19] multi-process: add configure and usage information
` [PATCH v12 03/19] memory: alloc RAM from file at offset
` [PATCH v12 04/19] multi-process: Add config option for multi-process QEMU
` [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 v12 08/19] multi-process: define MPQemuMsg format and transmission functions
` [PATCH v12 09/19] multi-process: Initialize message handler in remote device
` [PATCH v12 10/19] multi-process: Associate fd of a PCIDevice with its object
` [PATCH v12 11/19] multi-process: setup memory manager for remote device
` [PATCH v12 12/19] multi-process: introduce proxy object
` [PATCH v12 13/19] multi-process: add proxy communication functions
` [PATCH v12 14/19] multi-process: Forward PCI config space acceses to the remote process
` [PATCH v12 15/19] multi-process: PCI BAR read/write handling for proxy & remote endpoints
` [PATCH v12 16/19] multi-process: Synchronize remote memory
` [PATCH v12 17/19] multi-process: create IOHUB object to handle irq
` [PATCH v12 18/19] multi-process: Retrieve PCI info from remote process
` [PATCH v12 19/19] multi-process: perform device reset in the "

[PATCH v4 0/6] UFFD write-tracking migration/snapshots
 2020-12-01 20:29 UTC  (16+ messages)
` [PATCH v4 2/6] introduce UFFD-WP low-level interface helpers

[PATCH] docs/devel/writing-qmp-commands.txt: Fix docs
 2020-12-01 20:18 UTC  (2+ messages)

[PATCH] linux-user/elfload: Fix handling of pure BSS segments
 2020-12-01 20:09 UTC  (2+ messages)

[ANNOUNCE] QEMU 5.2.0-rc4 is now available
 2020-12-01 19:35 UTC 

[PATCH v1 0/1] security-process: update with mailing list details
 2020-12-01 19:49 UTC  (3+ messages)
` [PATCH v1 1/1] security-process: update process information

[PATCH v2 1/1] Fix to show vfio migration stat in migration status
 2020-12-01 19:13 UTC 


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