messages from 2021-08-06 15:43:31 to 2021-08-08 04:51:26 UTC [more...]
[PATCH for 6.2 00/49] bsd-user updates to run hello world
2021-08-08 4:49 UTC (61+ messages)
` [PATCH for 6.2 01/49] bsd-user: remove sparc and sparc64
` [PATCH for 6.2 02/49] bsd-user: add copyright header to elfload.c
` [PATCH for 6.2 03/49] bsd-user: Add Stacey's copyright to main.c
` [PATCH for 6.2 04/49] bsd-user: Remove all non-x86 code from elfload.c
` [PATCH for 6.2 05/49] bsd-user: move arch specific defines out of elfload.c
` [PATCH for 6.2 06/49] bsd-user: merge comments and guards from bsd-user fork
` [PATCH for 6.2 07/49] bsd-user: style nits: apply qemu style to these files
` [PATCH for 6.2 08/49] bsd-user: style nits: fix whitespace issues to be qemu standard
` [PATCH for 6.2 09/49] bsd-user: add license
` [PATCH for 6.2 10/49] bsd-user: pass the bsd_param into loader_exec
` [PATCH for 6.2 11/49] bsd-user: Fix calculation of size to allocate
` [PATCH for 6.2 12/49] bsd-user: implement path searching
` [PATCH for 6.2 13/49] bsd-user: Eliminate elf personality
` [PATCH for 6.2 14/49] bsd-user: remove a.out support
` [PATCH for 6.2 15/49] bsd-user: TARGET_NGROUPS unused in this file, remove
` [PATCH for 6.2 16/49] bsd-user: elfload: simplify bswap a bit
` [PATCH for 6.2 17/49] bsd-user: assume pthreads and support of __thread
` [PATCH for 6.2 18/49] bsd-user: add host-os.h
` [PATCH for 6.2 19/49] bsd-user: Include host-os.h from main
` [PATCH for 6.2 20/49] bsd-user: save the path the qemu emulator
` [PATCH for 6.2 21/49] bsd-user: start to move target CPU functions to target_arch*
` [PATCH for 6.2 22/49] bsd-user: Move per-cpu code into target_arch_cpu.h
` [PATCH for 6.2 23/49] bsd-user: pull in target_arch_thread.h update target_arch_elf.h
` [PATCH for 6.2 24/49] bsd-user: Include more things in qemu.h
` [PATCH for 6.2 25/49] bsd-user: define max args in terms of pages
` [PATCH for 6.2 26/49] bsd-user: Create target specific vmparam.h
` [PATCH for 6.2 27/49] bsd-user: Add architecture specific signal tramp code
` [PATCH for 6.2 28/49] bsd-user: Move stack initializtion into a per-os file
` [PATCH for 6.2 29/49] bsd-user: Add system independent stack, data and text limiting
` [PATCH for 6.2 30/49] bsd-user: elf cleanup
` [PATCH for 6.2 31/49] bsd-user: Remove dead #ifdefs from elfload.c
` [PATCH for 6.2 32/49] bsd-user: *BSD specific siginfo defintions
` [PATCH for 6.2 33/49] bsd-user: Rewrite target system call definintion glue
` [PATCH for 6.2 34/49] bsd-user: Fix initializtion of task state
` [PATCH for 6.2 35/49] bsd-user: remove error_init
` [PATCH for 6.2 36/49] bsd-user: Make cpu_model and cpu_type visible to all of main.c
` [PATCH for 6.2 37/49] bsd-user: update debugging in mmap.c
` [PATCH for 6.2 38/49] bsd-user: Update mapping to handle reserved and starting conditions
` [PATCH for 6.2 39/49] bsd-user: Need to reset CPU after creation
` [PATCH for 6.2 40/49] bsd-user: Add target_arch_reg to describe a target's register set
` [PATCH for 6.2 41/49] bsd-user: Add target_os_user.h to capture the user/kernel structures
` [PATCH for 6.2 42/49] bsd-user: add stubbed out core dump support
` [PATCH for 6.2 43/49] bsd-user: elfload.c style catch up patch
` [PATCH for 6.2 44/49] bsd-user: Refactor load_elf_sections and is_target_elf_binary
` [PATCH for 6.2 45/49] bsd-user: Make guest_base an unsigned long
` [PATCH for 6.2 46/49] bsd-user: move qemu_log to later in the file
` [PATCH for 6.2 47/49] bsd-user: Implement interlock for atomic operations
` [PATCH for 6.2 48/49] bsd-user: Implement cpu_copy() helper routine
` [PATCH for 6.2 49/49] bsd-user: Add '-0 argv0' option to bsd-user/main.c
[PATCH] hw/ssi: imx_spi: Improve chip select handling
2021-08-08 1:34 UTC
[PATCH] hw/riscv: virt: Move flash node to root
2021-08-07 23:22 UTC (3+ messages)
[PATCH] target/riscv: Correct a comment in riscv_csrrw()
2021-08-07 23:21 UTC (2+ messages)
[PATCH] vmxnet3: add stub for encapsulation offload
2021-08-07 20:25 UTC (3+ messages)
[PATCH for 6.1 0/1] Fix chardev frontend bug in HMP
2021-08-07 19:29 UTC (2+ messages)
` [PATCH] monitor/hmp: schedule qemu_chr_fe_accept_input() after read
ps2: Fix issue #501 and #502
2021-08-07 14:29 UTC (5+ messages)
` [PATCH 1/3] ps2: use the whole ps2 buffer but keep queue size
` [PATCH 2/3] ps2: use a separate keyboard command reply queue
` [PATCH 3/3] ps2: migration support for "
` [PATCH-for-6.1? 0/3] ps2: Fix issue #501 and #502
[PATCH v12] qapi: introduce 'query-x86-cpuid' QMP command
2021-08-07 14:22 UTC (2+ messages)
[PATCH for-6.2 v6 0/7] DEVICE_UNPLUG_ERROR QAPI event
2021-08-07 14:09 UTC (15+ messages)
` [PATCH for-6.2 v6 1/7] hw/acpi/memory_hotplug.c: avoid sending MEM_UNPLUG_ERROR if dev->id is NULL
` [PATCH for-6.2 v6 2/7] spapr.c: "
` [PATCH for-6.2 v6 3/7] spapr_drc.c: do not error_report() when drc->dev->id == NULL
` [PATCH for-6.2 v6 4/7] qapi/qdev.json: fix DEVICE_DELETED parameters doc
` [PATCH for-6.2 v6 5/7] qapi/qdev.json: add DEVICE_UNPLUG_ERROR QAPI event
` [PATCH for-6.2 v6 6/7] spapr: use DEVICE_UNPLUG_ERROR to report unplug errors
` [PATCH for-6.2 v6 7/7] memory_hotplug.c: send DEVICE_UNPLUG_ERROR in acpi_memory_hotplug_write()
(no subject)
2021-08-07 11:35 UTC
[PATCH 0/5] ebpf: Added ebpf helper for libvirtd
2021-08-07 12:54 UTC (3+ messages)
` [PATCH 5/5] qmp: Added qemu-ebpf-rss-path command
[PATCH v6 0/6] hmp, qmp: Add some commands to introspect virtio devices
2021-08-07 12:45 UTC (7+ messages)
` [PATCH v6 1/6] qmp: add QMP command x-debug-query-virtio
` [PATCH v6 2/6] qmp: add QMP command x-debug-virtio-status
` [PATCH v6 4/6] qmp: add QMP command x-debug-virtio-queue-status
[CXL Volatile MEM]: How to change the CXL persistent memory device to a volatile memory
2021-08-07 12:37 UTC
[PATCH v3] net/macos: implement vmnet-based netdev
2021-08-07 12:24 UTC (2+ messages)
[PULL V3 for 6.2 0/6] COLO-Proxy patches for 2021-06-25
2021-08-07 12:08 UTC (4+ messages)
` [PULL V3 for 6.2 1/6] qapi/net: Add IPFlowSpec and QMP command for filter passthrough
[PATCH-for-6.2 0/2] disas/nios2: Simplify endianess conversion
2021-08-07 11:09 UTC (3+ messages)
` [PATCH-for-6.2 1/2] disas/nios2: Fix style in print_insn_nios2()
` [PATCH-for-6.2 2/2] disas/nios2: Simplify endianess conversion
[PATCH 0/5] [RfC] monitor/hmp: command register support
2021-08-07 10:36 UTC (2+ messages)
[PATCH-for-6.2 v2 0/5] target/mips: Convert NEC Vr54xx to decodetree
2021-08-07 8:20 UTC (8+ messages)
` [PATCH-for-6.2 v2 1/5] target/mips: Extract NEC Vr54xx helpers to vr54xx_helper.c
` [PATCH-for-6.2 v2 2/5] target/mips: Introduce decodetree structure for NEC Vr54xx extension
` [PATCH-for-6.2 v2 3/5] target/mips: Convert Vr54xx MACC* opcodes to decodetree
` [PATCH-for-6.2 v2 4/5] target/mips: Convert Vr54xx MUL* "
` [PATCH-for-6.2 v2 5/5] target/mips: Convert Vr54xx MSA* "
[PATCH for-6.2 00/12] qom: Get rid of all manual usage of OBJECT_CHECK & friends
2021-08-07 8:17 UTC (21+ messages)
` [PATCH for-6.2 01/12] accel: Rename TYPE_ACCEL to TYPE_ACCEL_BASE
` [PATCH for-6.2 02/12] qom: Use DEVICE_*CLASS instead of OBJECT_*CLASS
` [PATCH for-6.2 03/12] scripts/codeconverter: Update to latest version
` [PATCH for-6.2 04/12] [automated] Add struct names to typedefs used by QOM types
` [PATCH for-6.2 05/12] [automated] Move QOM typedefs and add missing includes
` [PATCH for-6.2 06/12] [automated] Split QOM "typedef struct T { ... } T" declarations
` [PATCH for-6.2 07/12] [automated] Use DECLARE_*CHECKER* macros when possible
` [PATCH for-6.2 08/12] npcm7xx_clk: Use DECLARE_INSTANCE_CHECKER
` [PATCH for-6.2 09/12] npcm7xx_otp: Use DECLARE_CLASS_CHECKERS
` [PATCH for-6.2 10/12] [automated] Use DECLARE_OBJ_CHECKERS when possible
` [PATCH for-6.2 11/12] [automated] Use OBJECT_DECLARE_TYPE "
` [PATCH for-6.2 12/12] [automated] Use OBJECT_DECLARE_SIMPLE_TYPE "
[PATCH v7 00/10] qapi: untie 'if' conditions from C preprocessor
2021-08-07 6:05 UTC (3+ messages)
[PATCH v4 0/2] Add remote I2C device to support external I2C device
2021-08-07 1:55 UTC (4+ messages)
` [PATCH v4 1/2] hw/i2c: add remote "
` [PATCH v4 2/2] docs/specs: add remote i2c docs
[PATCH V6 00/27] Live Update
2021-08-06 21:44 UTC (28+ messages)
` [PATCH V6 01/27] memory: qemu_check_ram_volatile
` [PATCH V6 02/27] migration: fix populate_vfio_info
` [PATCH V6 03/27] migration: qemu file wrappers
` [PATCH V6 04/27] migration: simplify savevm
` [PATCH V6 05/27] vl: start on wakeup request
` [PATCH V6 06/27] cpr: reboot mode
` [PATCH V6 07/27] cpr: reboot HMP interfaces
` [PATCH V6 08/27] memory: flat section iterator
` [PATCH V6 09/27] oslib: qemu_clear_cloexec
` [PATCH V6 10/27] machine: memfd-alloc option
` [PATCH V6 11/27] qapi: list utility functions
` [PATCH V6 12/27] vl: helper to request re-exec
` [PATCH V6 13/27] cpr: preserve extra state
` [PATCH V6 14/27] cpr: restart mode
` [PATCH V6 15/27] cpr: restart HMP interfaces
` [PATCH V6 16/27] hostmem-memfd: cpr for memory-backend-memfd
` [PATCH V6 17/27] pci: export functions for cpr
` [PATCH V6 18/27] vfio-pci: refactor "
` [PATCH V6 19/27] vfio-pci: cpr part 1 (fd and dma)
` [PATCH V6 20/27] vfio-pci: cpr part 2 (msi)
` [PATCH V6 21/27] vfio-pci: cpr part 3 (intx)
` [PATCH V6 22/27] vhost: reset vhost devices for cpr
` [PATCH V6 23/27] chardev: cpr framework
` [PATCH V6 24/27] chardev: cpr for simple devices
` [PATCH V6 25/27] chardev: cpr for pty
` [PATCH V6 26/27] chardev: cpr for sockets
` [PATCH V6 27/27] cpr: only-cpr-capable option
[Bug 1939179] [NEW] qemu-ga fsfreeze crashes the kernel
2021-08-06 22:19 UTC
[PATCH 0/7] Add vmnet.framework based network backend
2021-08-06 21:19 UTC (6+ messages)
` [PATCH 1/7] net/vmnet: dependencies setup, initial preparations
` [PATCH 2/7] net/vmnet: add new netdevs to qapi/net
[PATCH] target/mips: Remove JR opcode unused arguments
2021-08-06 21:09 UTC (2+ messages)
[PATCH] qapi: Fix crash on redefinition with a different condition
2021-08-06 21:09 UTC (2+ messages)
[PATCH v2 0/7] docs/devel: Organize devel manual into further subsections
2021-08-06 20:51 UTC (12+ messages)
` [PATCH v2 1/7] docs/devel: create "Community & Governance" subsection
` [PATCH v2 2/7] docs/devel: create "Developing QEMU" subsection
` [PATCH v2 3/7] docs/devel: create "Testing & Debugging" subsection
` [PATCH v2 4/7] docs/devel: create TCG subsection
` [PATCH v2 5/7] docs/devel: create "Subsystem APIs" subsection
` [PATCH v2 6/7] docs/devel: create "QEMU API" section
` [PATCH v2 7/7] docs/devel: create "Miscellaneous Topics" subsection
[PATCH-for-6.2 0/4] target/mips: Decodetree housekeeping
2021-08-06 20:51 UTC (2+ messages)
[PATCH for-6.2 v3 00/12] mirror: Handle errors after READY cancel
2021-08-06 20:42 UTC (17+ messages)
` [PATCH for-6.2 v3 01/12] job: Context changes in job_completed_txn_abort()
` [PATCH for-6.2 v3 04/12] job: Force-cancel jobs in a failed transaction
` [PATCH for-6.2 v3 05/12] job: @force parameter for job_cancel_sync{, _all}()
` [PATCH for-6.2 v3 07/12] job: Add job_cancel_requested()
` [PATCH for-6.2 v3 08/12] mirror: Use job_is_cancelled()
` [PATCH for-6.2 v3 09/12] mirror: Check job_is_cancelled() earlier
` [PATCH for-6.2 v3 10/12] mirror: Stop active mirroring after force-cancel
` [PATCH for-6.2 v3 11/12] mirror: Do not clear .cancelled
[Qemu-devel] [PATCH] acpi: Add emulated sleep button
2021-08-06 20:18 UTC (3+ messages)
[PATCH v3 00/10] virtiofsd: Allow using file handles instead of O_PATH FDs
2021-08-06 19:55 UTC (7+ messages)
` [PATCH v3 03/10] virtiofsd: Use lo_inode_open() instead of openat()
` [PATCH v3 04/10] virtiofsd: Add lo_inode_fd() helper
` [PATCH v3 06/10] virtiofsd: Let lo_inode_open() return a TempFd
[RFC PATCH v0 0/2] Support for H_REG_SNS hcall
2021-08-06 19:25 UTC (3+ messages)
` [RFC PATCH v0 1/2] spapr: Add "
[PATCH] ppc/pnv: update skiboot to commit 820d43c0a775
2021-08-06 18:00 UTC
[RFC PATCH] tests/acpi/pcihp: add unit tests for hotplug on multifunction
2021-08-06 17:46 UTC (2+ messages)
` [RFC PATCH] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35
[PATCH v6 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
2021-08-06 17:16 UTC (3+ messages)
` [PATCH v6 10/10] ACPI ERST: step 6 of bios-tables-test
[PATCH v3] hw/acpi: add an assertion check for non-null return from acpi_get_i386_pci_host
2021-08-06 16:38 UTC (9+ messages)
[PATCH 0/6] Document removed features from older QEMU versions
2021-08-06 15:47 UTC (6+ messages)
` [PATCH 1/6] docs/about/removed-features: Document removed CLI options from QEMU v2.12
` [PATCH 3/6] docs/about/removed-features: Document removed CLI options from QEMU v3.1
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).