qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-02 13:30:45 to 2021-09-03 00:19:59 UTC [more...]

[PATCH v3 00/43] bsd-user updates to run hello world
 2021-09-02 23:47 UTC  (40+ messages)
` [PATCH v3 01/43] bsd-user: remove sparc and sparc64
` [PATCH v3 02/43] bsd-user: add copyright header to elfload.c
` [PATCH v3 03/43] bsd-user: Add Stacey's copyright to main.c
` [PATCH v3 04/43] bsd-user: add license to bsdload.c
` [PATCH v3 05/43] bsd-user: style nits: bsdload.c whitespace to qemu standard
` [PATCH v3 06/43] bsd-user: Remove all non-x86 code from elfload.c
` [PATCH v3 07/43] bsd-user: move arch specific defines out of elfload.c
` [PATCH v3 08/43] bsd-user: pass the bsd_param into loader_exec
` [PATCH v3 09/43] bsd-user: Fix calculation of size to allocate
` [PATCH v3 10/43] bsd-user: implement path searching
` [PATCH v3 11/43] bsd-user: Eliminate elf personality
` [PATCH v3 12/43] bsd-user: remove a.out support
` [PATCH v3 13/43] bsd-user: TARGET_NGROUPS unused in this file, remove
` [PATCH v3 14/43] bsd-user: elfload: simplify bswap a bit
` [PATCH v3 15/43] bsd-user: assume pthreads and support of __thread
` [PATCH v3 16/43] bsd-user: add host-os.h
` [PATCH v3 17/43] bsd-user: Include host-os.h from main
` [PATCH v3 18/43] bsd-user: save the path to the qemu emulator
` [PATCH v3 19/43] bsd-user: start to move target CPU functions to target_arch*
` [PATCH v3 20/43] bsd-user: Move per-cpu code into target_arch_cpu.h
` [PATCH v3 21/43] bsd-user: pull in target_arch_thread.h update target_arch_elf.h
` [PATCH v3 22/43] bsd-user: Include more things in qemu.h
` [PATCH v3 23/43] bsd-user: define max args in terms of pages
` [PATCH v3 24/43] bsd-user: Create target specific vmparam.h
` [PATCH v3 25/43] bsd-user: Add system independent stack, data and text limiting
` [PATCH v3 26/43] bsd-user: *BSD specific siginfo defintions
` [PATCH v3 27/43] bsd-user: Implement --seed and initialize random state
` [PATCH v3 29/43] bsd-user: Add architecture specific signal tramp code
` [PATCH v3 30/43] bsd-user: elf cleanup
` [PATCH v3 31/43] bsd-user: Remove dead #ifdefs from elfload.c
` [PATCH v3 32/43] bsd-user: Rewrite target system call definintion glue
` [PATCH v3 33/43] bsd-user: Make cpu_model and cpu_type visible to all of main.c
` [PATCH v3 34/43] bsd-user: update debugging in mmap.c
` [PATCH v3 36/43] bsd-user: Add target_os_user.h to capture the user/kernel structures
` [PATCH v3 37/43] bsd-user: add stubbed out core dump support
` [PATCH v3 38/43] bsd-user: elfload.c style catch up patch
` [PATCH v3 40/43] bsd-user: move qemu_log to later in the file
` [PATCH v3 41/43] bsd-user: Implement interlock for atomic operations
` [PATCH v3 43/43] bsd-user: Update mapping to handle reserved and starting conditions

[PATCH v2 0/2] Add the SiFive PWM device
 2021-09-02 23:25 UTC  (3+ messages)
` [PATCH v2 1/2] hw/timer: Add SiFive PWM support
` [PATCH v2 2/2] sifive_u: Connect the SiFive PWM device

[PATCH v1 0/2] RISC-V: Populate mtval and stval
 2021-09-02 23:23 UTC  (3+ messages)
` [PATCH v1 1/2] target/riscv: Implement the stval/mtval illegal instruction
` [PATCH v1 2/2] target/riscv: Set mtval and stval support

[PATCH v4 0/9] migration/ram: Optimize for virtio-mem via RamDiscardManager
 2021-09-02 22:32 UTC  (11+ messages)
` [PATCH v4 2/9] virtio-mem: Implement replay_discarded RamDiscardManager callback
` [PATCH v4 3/9] migration/ram: Don't passs RAMState to migration_clear_memory_region_dirty_bitmap_*()
` [PATCH v4 4/9] migration/ram: Handle RAMBlocks with a RamDiscardManager on the migration source
` [PATCH v4 5/9] virtio-mem: Drop precopy notifier
` [PATCH v4 6/9] migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destination
` [PATCH v4 7/9] migration: Simplify alignment and alignment checks
` [PATCH v4 8/9] migration/ram: Factor out populating pages readable in ram_block_populate_pages()
` [PATCH v4 9/9] migration/ram: Handle RAMBlocks with a RamDiscardManager on background snapshots

[PATCH] net: Add "info neighbors" command
 2021-09-02 22:08 UTC  (2+ messages)

[PATCH v5 0/2] memory: Have 'info mtree' remove duplicated Address Space information
 2021-09-02 21:55 UTC  (5+ messages)
` [PATCH v5 1/2] memory: Split mtree_info() as mtree_info_flatview() + mtree_info_as()
` [PATCH v5 2/2] memory: Have 'info mtree' remove duplicated Address Space information

[PATCH v2 00/19] target/ppc: DFP instructions using decodetree
 2021-09-02 21:07 UTC  (7+ messages)
` [PATCH v2 03/19] host-utils: move checks out of divu128/divs128
` [PATCH v2 04/19] host-utils: add 128-bit quotient support to divu128/divs128

[PATCH 00/24] accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() to sysemu
 2021-09-02 20:27 UTC  (47+ messages)
` [PATCH 01/24] target/xtensa: Restrict do_transaction_failed() "
` [PATCH 02/24] target/i386: Restrict sysemu-only fpu_helper helpers
` [PATCH 03/24] target/i386: Simplify TARGET_X86_64 #ifdef'ry
` [RFC PATCH 04/24] accel/tcg: Rename user-mode do_interrupt hack as fake_user_exception
` [PATCH 05/24] accel/tcg: Assert most of cpu_handle_interrupt() is sysemu-specific
` [PATCH 06/24] target/alpha: Restrict cpu_exec_interrupt() handler to sysemu
` [PATCH 07/24] target/arm: "
` [PATCH 08/24] target/avr: "
` [PATCH 09/24] target/cris: "
` [PATCH 10/24] target/hppa: "
` [PATCH 11/24] target/i386: "
` [PATCH 12/24] target/m68k: "
` [PATCH 13/24] target/microblaze: "
` [PATCH 14/24] target/mips: "
` [PATCH 15/24] target/nios2: "
` [PATCH 16/24] target/openrisc: "
` [PATCH 17/24] target/ppc: "
` [PATCH 18/24] target/riscv: "
` [PATCH 19/24] target/sh4: "
` [PATCH 20/24] target/sparc: "
` [PATCH 21/24] target/rx: "
` [PATCH 22/24] target/xtensa: "
` [PATCH 23/24] accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() "
` [PATCH 24/24] user: Remove cpu_get_pic_interrupt() stubs

[PATCH] hw/arm: Add support for kudo-bmc board
 2021-09-02 20:20 UTC  (2+ messages)

[PATCH v2 0/9] escc: fix reset and R_STATUS when SDLC mode is enabled
 2021-09-02 19:36 UTC  (6+ messages)
` [PATCH v2 4/9] escc: introduce escc_hard_reset_chn() for hardware reset

[PATCH] hw/ssi: imx_spi: Improve chip select handling
 2021-09-02 19:29 UTC  (4+ messages)

[PATCH v2 0/5] hw/virtio: Minor housekeeping patches
 2021-09-02 16:50 UTC  (6+ messages)
` [PATCH v2 1/5] hw/virtio: Document virtio_queue_packed_empty_rcu is called within RCU
` [PATCH v2 2/5] hw/virtio: Comment virtqueue_flush() must be called with RCU read lock
` [PATCH v2 3/5] hw/virtio: Remove NULL check in virtio_free_region_cache()
` [PATCH v2 4/5] hw/virtio: Acquire RCU read lock in virtqueue_packed_drop_all()
` [PATCH v2 5/5] hw/virtio: Have virtqueue_get_avail_bytes() pass caches arg to callees

[PATCH 0/1] hw/arm/aspeed: Add Fuji machine type
 2021-09-02 16:27 UTC  (7+ messages)

[PATCH v3 00/30] accel: Move has_work() from SysemuCPUOps to AccelOpsClass
 2021-09-02 16:15 UTC  (25+ messages)
` [PATCH v3 01/30] accel/tcg: Restrict cpu_handle_halt() to sysemu
` [PATCH v3 02/30] hw/core: Restrict cpu_has_work() "
` [PATCH v3 03/30] hw/core: Un-inline cpu_has_work()
` [PATCH v3 04/30] sysemu: Introduce AccelOpsClass::has_work()
` [PATCH v3 05/30] accel/kvm: Implement AccelOpsClass::has_work()
` [PATCH v3 06/30] accel/whpx: "
` [PATCH v3 07/30] accel/tcg: Implement AccelOpsClass::has_work() as stub
` [PATCH v3 08/30] target/alpha: Restrict has_work() handler to sysemu and TCG
` [PATCH v3 09/30] target/arm: "
` [PATCH v3 10/30] target/avr: "
` [PATCH v3 11/30] target/cris: "
` [PATCH v3 12/30] target/hexagon: Remove unused has_work() handler
` [PATCH v3 13/30] target/hppa: Restrict has_work() handler to sysemu and TCG
` [PATCH v3 14/30] target/i386: "
` [PATCH v3 15/30] target/m68k: "
` [PATCH v3 16/30] target/microblaze: "
` [PATCH v3 17/30] target/mips: "
` [PATCH v3 18/30] target/nios2: "
` [PATCH v3 19/30] target/openrisc: "
` [PATCH v3 20/30] target/ppc: "
` [PATCH v3 21/30] target/ppc: Introduce PowerPCCPUClass::has_work()
` [PATCH v3 22/30] target/ppc: Simplify has_work() handlers
` [PATCH v3 23/30] target/riscv: Restrict has_work() handler to sysemu and TCG
` [PATCH v3 24/30] target/rx: "

[PATCH v2 00/35] acpi: refactor error prone build_header() and packed structures usage in ACPI tables
 2021-09-02 16:07 UTC  (11+ messages)
` [PATCH v2 13/35] acpi: x86: build_dsdt: use acpi_init_table()/acpi_table_composed() instead of build_header()
` [PATCH v2 27/35] acpi: arm: virt: "
` [PATCH v2 30/35] acpi: arm/virt: build_spcr: fix invalid cast
` [PATCH v2 31/35] acpi: arm/virt: build_spcr: use acpi_init_table()/acpi_table_composed() instead of build_header()
` [PATCH v2 32/35] acpi: arm/virt: build_gtdt: "

[PATCH v6 0/5] hw/arm/virt: Introduce cpu topology support
 2021-09-02 15:56 UTC  (2+ messages)

[PATCH] block/vvfat: Fix ro shared folder
 2021-09-02 15:41 UTC  (3+ messages)

[PATCH] target/i386: Include 'hw/i386/apic.h' locally
 2021-09-02 15:22 UTC 

[RFC 0/5] VirtIO RDMA
 2021-09-02 15:16 UTC  (7+ messages)
` [RFC 1/5] RDMA/virtio-rdma Introduce a new core cap prot
` [RFC 2/5] RDMA/virtio-rdma: VirtIO RDMA driver
` [RFC 3/5] RDMA/virtio-rdma: VirtIO RDMA test module
` [RFC 4/5] virtio-net: Move some virtio-net-pci decl to include/hw/virtio
` [RFC 5/5] hw/virtio-rdma: VirtIO rdma device

[PATCH 0/4] target/arm: Use TCG vector ops for MVE
 2021-09-02 15:09 UTC  (5+ messages)
` [PATCH 1/4] target/arm: Add TB flag for "MVE insns not predicated"
` [PATCH 2/4] target/arm: Optimize MVE logic ops
` [PATCH 3/4] target/arm: Optimize MVE arithmetic ops
` [PATCH 4/4] target/arm: Optimize MVE VNEG, VABS

[PATCH 0/3] hw/virtio: Minor housekeeping patches
 2021-09-02 15:08 UTC  (6+ messages)
` [RFC PATCH 3/3] hw/virtio: Have virtqueue_get_avail_bytes() pass caches arg to callees

[PATCH 4/4] vl: Prioritize realizations of devices
 2021-09-02 15:06 UTC  (14+ messages)

[PATCH] hw/virtio: Update vring after modifying its queue size
 2021-09-02 14:56 UTC  (2+ messages)

Guest Agent issue with 'guest-get-osinfo' command on Windows
 2021-09-02 14:54 UTC  (8+ messages)

[PATCH V2] block/rbd: implement bdrv_co_block_status
 2021-09-02 14:12 UTC  (5+ messages)

[RFC][PATCH v1 00/10] Enable encrypted guest memory access in QEMU
 2021-09-02 14:04 UTC  (2+ messages)

[PATCH] migration: initialise compression_counters for a new migration
 2021-09-02 11:51 UTC 

[PULL 00/56] Block patches
 2021-09-02 13:56 UTC  (2+ messages)

[PATCH v2 00/20] ppc/pnv: Extend the powernv10 machine
 2021-09-02 13:09 UTC  (8+ messages)
` [PATCH v2 04/20] ppc/xive2: Introduce a presenter matching routine
` [PATCH v2 06/20] ppc/pnv: Add a OCC model for POWER10
` [PATCH v2 09/20] ppc/pnv: Add a HOMER model to POWER10
` [PATCH v2 12/20] ppc/xive: Add support for PQ state bits offload
` [PATCH v2 14/20] ppc/pnv: Add support for PHB5 "Address-based trigger" mode
` [PATCH v2 16/20] ppc/pnv: add XIVE Gen2 TIMA support
` [PATCH v2 18/20] xive2: Add a get_config() handler for the router configuration

[PATCH v2 0/3] softmmu/vl: Deprecate old and crufty display ui options
 2021-09-02 13:21 UTC  (6+ messages)
` [PATCH v2 3/3] softmmu/vl: Deprecate the -sdl and -curses option


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