qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-24 01:47:22 to 2023-01-24 18:05:40 UTC [more...]

[PATCH v2 00/35] maintainer tree pre-PR (testing/docs/semihosting/plugins)
 2023-01-24 18:01 UTC  (16+ messages)
` [PATCH v2 01/35] scripts/ci: update gitlab-runner playbook to use latest runner
` [PATCH v2 02/35] gitlab: add FF_SCRIPT_SECTIONS for timings
` [PATCH v2 03/35] gitlab: just use plain --cc=clang for custom runner build
` [PATCH v2 04/35] tests/unit: drop hacky race avoidance in test-io-channel-command
` [PATCH v2 05/35] build-sys: fix crlf-ending C code
` [PATCH v2 06/35] .gitlab-ci.d/windows: do not disable opengl
` [PATCH v2 07/35] meson: replace Perl usage with Python
` [PATCH v2 08/35] docs: drop texinfo options
` [PATCH v2 09/35] gitlab: add lsan suppression file to workaround tcmalloc issues
` [PATCH v2 10/35] Update lcitool and fedora to 37
` [PATCH v2 11/35] lcitool: drop perl from QEMU project/dependencies
` [PATCH v2 12/35] lcitool: drop texinfo "
` [PATCH v2 14/35] tests/docker: drop debian-tricore-cross's partial status
` [PATCH v2 22/35] docs: add an introduction to the system docs
` [PATCH v2 26/35] cpu: free cpu->tb_jmp_cache with RCU

[PULL v3 00/38] Block layer patches
 2023-01-24 17:45 UTC 

[PATCH 1/1] modules: load modules from /var/run/qemu/<version> directory firstly
 2023-01-24 17:44 UTC  (3+ messages)
  ` [External] : "

[PATCH RFC 00/21] migration: Support hugetlb doublemaps
 2023-01-24 17:34 UTC  (9+ messages)
` [PATCH RFC 10/21] ramblock: Add ramblock_file_map()
` [PATCH RFC 11/21] migration: Add hugetlb-doublemap cap
` [PATCH RFC 12/21] migration: Introduce page size for-migration-only
` [PATCH RFC 13/21] migration: Add migration_ram_pagesize_largest()

[PATCH v2 00/15] Add support for the T-Head vendor extensions
 2023-01-24 17:31 UTC  (7+ messages)
` [PATCH v2 01/15] RISC-V: Adding XTheadCmo ISA extension
` [PATCH v2 11/15] RISC-V: Adding T-Head XMAE support

[PATCH 0/7] ACPI controller cleanup
 2023-01-24 17:18 UTC  (11+ messages)
` [PATCH 1/7] hw/acpi/{ich9, piix4}: Reuse existing attributes for QOM properties
  ` [PATCH 1/7] hw/acpi/{ich9,piix4}: "
` [PATCH 2/7] hw/acpi/ich9: Remove unneeded assignments
` [PATCH 3/7] hw/acpi/{ich9, piix4}: Resolve redundant io_base address attributes
  ` [PATCH 3/7] hw/acpi/{ich9,piix4}: "
` [PATCH 4/7] hw/acpi/ich9: Use ICH9_PMIO_GPE0_STS just once

[PATCH v2 0/6] Resolve TYPE_PIIX3_XEN_DEVICE
 2023-01-24 17:07 UTC  (4+ messages)

[PATCH v2 0/8] QEMU CXL Provide mock CXL events and irq support
 2023-01-24 17:04 UTC  (3+ messages)
` [PATCH v2 5/8] hw/cxl/events: Wire up get/clear event mailbox commands

[RFC PATCH 0/2] hw/cxl: Passthrough HDM decoder emulation
 2023-01-24 17:00 UTC  (4+ messages)

[PATCH v3 0/2] hw/arm/virt: Handle HVF in finalize_gic_version()
 2023-01-24 16:47 UTC  (2+ messages)

[PATCH v7 0/7] Misc ppc/mac machines clean up
 2023-01-24 16:37 UTC  (16+ messages)
` [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option

[PATCH] target/arm: Propagate errno when writing list
 2023-01-24 16:12 UTC  (2+ messages)

[PATCH] virtio-net: clear guest_announce feature if no cvq backend
 2023-01-24 16:11 UTC 

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-24 16:08 UTC  (3+ messages)

[PULL v2 00/38] Block layer patches
 2023-01-24 15:37 UTC  (2+ messages)

[PATCH v6 0/5] riscv: Allow user to set the satp mode
 2023-01-24 15:31 UTC  (19+ messages)
` [PATCH v6 3/5] "
` [PATCH v6 5/5] riscv: Introduce satp mode hw capabilities

MSYS2 and libfdt
 2023-01-24 15:08 UTC  (9+ messages)
          ` NetBSD and libfdt (was: Re: MSYS2 and libfdt)
        ` MinGW "

Fortnightly KVM call for 2023-02-07
 2023-01-24 15:03 UTC 

Fortnightly KVM call minutes for 2023-01-24
 2023-01-24 14:56 UTC 

[PATCH] tests/docker/dockerfiles: Add libfdt to the i386 and to the riscv64 container
 2023-01-24 14:55 UTC  (2+ messages)

[PATCH 00/32] Move and clean up monitor command code
 2023-01-24 14:21 UTC  (39+ messages)
` [PATCH 01/32] monitor: Drop unnecessary includes
` [PATCH 02/32] audio: Move HMP commands from monitor/ to audio/
` [PATCH 03/32] char: Move HMP commands from monitor/ to chardev/
` [PATCH 04/32] char: Factor out qmp_add_client() parts and move "
` [PATCH 05/32] hmp: Drop redundant argument check from add_completion_option()
` [PATCH 06/32] readline: Extract readline_add_completion_of() from monitor
` [PATCH 07/32] hmp: Rename help_cmd() to hmp_help_cmd(), move declaration to hmp.h
` [PATCH 08/32] trace: Move HMP commands from monitor/ to trace/
` [PATCH 09/32] machine: Move QMP commands from monitor/ to hw/core/
` [PATCH 10/32] machine: Move HMP "
` [PATCH 11/32] qom: Move HMP commands from monitor/ to qom/
` [PATCH 12/32] block: Factor out hmp_change_medium(), and move to block/monitor/
` [PATCH 13/32] rocker: Move HMP commands from monitor to hw/net/rocker/
` [PATCH 14/32] hmp: Rewrite strlist_from_comma_list() as hmp_split_at_comma()
` [PATCH 15/32] net: Move HMP commands from monitor to net/
` [PATCH 16/32] net: Move hmp_info_network() to net-hmp-cmds.c
` [PATCH 17/32] migration: Move HMP commands from monitor/ to migration/
` [PATCH 18/32] migration: Move the QMP command "
` [PATCH 19/32] virtio: Move HMP commands from monitor/ to hw/virtio/
` [PATCH 20/32] tpm: Move HMP commands from monitor/ to softmmu/
` [PATCH 21/32] runstate: "
` [PATCH 22/32] stats: Move QMP commands from monitor/ to stats/
` [PATCH 23/32] stats: Move HMP "
` [PATCH 24/32] acpi: Move the QMP command from monitor/ to hw/acpi/
` [PATCH 25/32] qdev: Move HMP command completion from monitor to softmmu/
` [PATCH 26/32] monitor: Split file descriptor passing stuff off misc.c
` [PATCH 27/32] monitor: Move monitor_putc() next to monitor_puts & external linkage
` [PATCH 28/32] monitor: Move target-dependent HMP commands to hmp-cmds-target.c
` [PATCH 29/32] monitor: Move remaining HMP commands from misc.c to hmp-cmds.c
` [PATCH 30/32] monitor: Move remaining QMP stuff from misc.c to qmp-cmds.c
` [PATCH 31/32] monitor: Loosen coupling between misc.c and monitor.c slightly
` [PATCH 32/32] monitor: Rename misc.c to hmp-target.c

[PATCH] block/mirror: add 'write-blocking-after-ready' copy mode
 2023-01-24 13:57 UTC  (2+ messages)

[PATCH v2] vl: defuse PID file path resolve error
 2023-01-24 13:55 UTC  (2+ messages)

[PATCH] tests/qtest: Plug memory leaks in qtest_get_machines
 2023-01-24 13:04 UTC  (8+ messages)

[PATCH] vhost-user-fs: add capability to allow migration
 2023-01-24 12:48 UTC  (14+ messages)

[PATCH] po/meson: make i18n module optional
 2023-01-24 12:36 UTC  (4+ messages)

[PULL 0/3] Block patches
 2023-01-24 12:24 UTC  (2+ messages)

[PATCH v3 0/7] AML Housekeeping
 2023-01-24 12:13 UTC  (9+ messages)
` [PATCH v3 2/7] hw/acpi/acpi_dev_interface: Resolve AcpiDeviceIfClass::madt_cpu

[PATCH] aspeed/sdmc: Drop unnecessary scu include
 2023-01-24 11:55 UTC  (3+ messages)

Looking for examples of vhost-user backends using VHOST_USER_SLAVE_IOTLB_MSG
 2023-01-24 11:44 UTC 

Today KVM call meeting
 2023-01-24 11:41 UTC 

[PATCH v1 0/3] contrib/elf2dmp: Windows Server 2022 support
 2023-01-24 10:51 UTC  (3+ messages)

[PATCH 0/2] target/arm: Look up ARMCPRegInfo at runtime
 2023-01-24 10:39 UTC  (6+ messages)
` [PATCH 2/2] "

[PATCH] acpi: Set maximum size to 64k for "etc/acpi/rsdp" blob
 2023-01-24 10:30 UTC  (2+ messages)

[PATCH] docs/pcie.txt: Replace ioh3420 with pcie-root-port
 2023-01-24 10:18 UTC  (2+ messages)

[PATCH] block: Handle curl 7.55.0, 7.85.0 version changes
 2023-01-24  9:51 UTC  (3+ messages)

[PATCH v2 00/13] Introduce igb
 2023-01-24  8:53 UTC  (4+ messages)

[PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
 2023-01-24  7:51 UTC  (12+ messages)

[PATCH v0 0/4] backends/hostmem: add an ability to specify prealloc timeout
 2023-01-24  6:57 UTC  (6+ messages)

[RFC v2 0/2] spice: Add an option to forward the dmabuf directly to the encoder (v2)
 2023-01-24  7:45 UTC  (5+ messages)
` [RFC v2 2/2] "

[PATCH v2 00/11] audio: more improvements
 2023-01-24  7:34 UTC  (4+ messages)
` [PATCH v2 10/11] alsaaudio: change default playback settings

[PATCH v2 0/5] AVR target fixes
 2023-01-24  7:12 UTC  (6+ messages)
` [PATCH v2 1/5] target/avr: fix long address calculation
` [PATCH v2 2/5] target/avr: implement small RAM/large RAM feature
` [PATCH v2 3/5] target/avr: fix avr features processing
` [PATCH v2 4/5] target/avr: fix interrupt processing
` [PATCH v2 5/5] target/avr: enable icount mode

[PATCH v2 00/26] e1000x cleanups (preliminary for IGB)
 2023-01-24  7:10 UTC  (28+ messages)
` [PATCH v2 01/26] e1000e: Fix the code style
` [PATCH v2 02/26] hw/net: Add more MII definitions
` [PATCH v2 03/26] fsl_etsec: Use hw/net/mii.h
` [PATCH v2 04/26] e1000: "
` [PATCH v2 05/26] e1000: Mask registers when writing
` [PATCH v2 06/26] e1000e: "
` [PATCH v2 07/26] e1000: Use more constant definitions
` [PATCH v2 08/26] e1000e: "
` [PATCH v2 09/26] e1000: Use memcpy to intialize registers
` [PATCH v2 10/26] e1000e: "
` [PATCH v2 11/26] e1000e: Remove pending interrupt flags
` [PATCH v2 12/26] e1000e: Improve software reset
` [PATCH v2 13/26] e1000: Configure ResettableClass
` [PATCH v2 14/26] e1000e: "
` [PATCH v2 15/26] e1000e: Introduce e1000_rx_desc_union
` [PATCH v2 16/26] e1000e: Set MII_ANER_NWAY
` [PATCH v2 17/26] e1000e: Remove extra pointer indirection
` [PATCH v2 18/26] net: Check L4 header size
` [PATCH v2 19/26] e1000x: Alter the signature of e1000x_is_vlan_packet
` [PATCH v2 20/26] net: Strip virtio-net header when dumping
` [PATCH v2 21/26] hw/net/net_tx_pkt: Automatically determine if virtio-net header is used
` [PATCH v2 22/26] hw/net/net_rx_pkt: Remove net_rx_pkt_has_virt_hdr
` [PATCH v2 23/26] e1000e: Perform software segmentation for loopback
` [PATCH v2 24/26] hw/net/net_tx_pkt: Implement TCP segmentation
` [PATCH v2 25/26] MAINTAINERS: Add Akihiko Odaki as a e1000e reviewer
` [PATCH v2 26/26] MAINTAINERS: Add e1000e test files

[PATCH v3 00/13] Introduce igb
 2023-01-24  4:46 UTC  (14+ messages)
` [PATCH v3 01/13] hw/net/net_tx_pkt: Introduce net_tx_pkt_get_eth_hdr
` [PATCH v3 02/13] pcie: Introduce pcie_sriov_num_vfs
` [PATCH v3 03/13] e1000: Split header files
` [PATCH v3 04/13] igb: Copy e1000e code
` [PATCH v3 05/13] igb: Rename identifiers
` [PATCH v3 06/13] igb: Build igb
` [PATCH v3 07/13] igb: Transform to 82576 implementation
` [PATCH v3 08/13] tests/qtest/e1000e-test: Fabricate ethernet header
` [PATCH v3 09/13] tests/qtest/libqos/e1000e: Export macreg functions
` [PATCH v3 10/13] tests/qtest/libqos/igb: Copy e1000e code
` [PATCH v3 11/13] tests/qtest/libqos/igb: Transform to igb tests
` [PATCH v3 12/13] tests/avocado: Add igb test
` [PATCH v3 13/13] docs/system/devices/igb: Add igb documentation

[PATCH 0/6] hw/mips/gt64xxx_pci: Fix endianness swap on big-endian hosts
 2023-01-24  2:17 UTC  (4+ messages)
` [PATCH 5/6] hw/mips/gt64xxx_pci: Endian-swap using PCI_HOST_BRIDGE MemoryRegionOps

[PULL v2 00/15] tcg patch queue
 2023-01-24  2:05 UTC  (16+ messages)
` [PULL v2 01/15] tcg: Avoid recursion in tcg_gen_mulu2_i32
` [PULL v2 02/15] tcg/arm: Use register pair allocation for qemu_{ld, st}_i64
` [PULL v2 03/15] common-user/host/ppc: Implement safe-syscall.inc.S
` [PULL v2 04/15] linux-user: Implment host/ppc/host-signal.h
` [PULL v2 05/15] tcg: Mark tcg helpers noinline to avoid an issue with LTO
` [PULL v2 06/15] target/loongarch: Enable the disassembler for host tcg
` [PULL v2 07/15] target/loongarch: Disassemble jirl properly
` [PULL v2 08/15] target/loongarch: Disassemble pcadd* addresses
` [PULL v2 09/15] tcg/loongarch64: Optimize immediate loading
` [PULL v2 10/15] tcg/loongarch64: Update tcg-insn-defs.c.inc
` [PULL v2 11/15] tcg/loongarch64: Introduce tcg_out_addi
` [PULL v2 12/15] tcg/loongarch64: Improve setcond expansion
` [PULL v2 13/15] tcg/loongarch64: Implement movcond
` [PULL v2 14/15] tcg/loongarch64: Use tcg_pcrel_diff in tcg_out_ldst
` [PULL v2 15/15] tcg/loongarch64: Reorg goto_tb implementation

[PATCH] hw/riscv: boot: Don't use CSRs if they are disabled
 2023-01-23 22:14 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).