messages from 2023-04-20 03:28:15 to 2023-04-20 09:56:23 UTC [more...]
[PATCH v2 0/4] COLO: improve build options
2023-04-20 9:55 UTC (9+ messages)
` [PATCH v2 1/4] block/meson.build: prefer positive condition for replication
` [PATCH v2 2/4] scripts/qapi: allow optional experimental enum values
` [PATCH v2 4/4] configure: add --disable-colo-filters option
[PATCH v2 00/41] igb: Fix for DPDK
2023-04-20 9:55 UTC (46+ messages)
` [PATCH v2 01/41] hw/net/net_tx_pkt: Decouple implementation from PCI
` [PATCH v2 02/41] hw/net/net_tx_pkt: Decouple interface "
` [PATCH v2 03/41] e1000x: Fix BPRC and MPRC
` [PATCH v2 04/41] igb: Fix Rx packet type encoding
` [PATCH v2 05/41] igb: Do not require CTRL.VME for tx VLAN tagging
` [PATCH v2 06/41] net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()
` [PATCH v2 07/41] e1000e: Always copy ethernet header
` [PATCH v2 08/41] igb: "
` [PATCH v2 09/41] Fix references to igb Avocado test
` [PATCH v2 10/41] tests/avocado: Remove unused imports
` [PATCH v2 11/41] tests/avocado: Remove test_igb_nomsi_kvm
` [PATCH v2 12/41] hw/net/net_tx_pkt: Remove net_rx_pkt_get_l4_info
` [PATCH v2 13/41] net/eth: Rename eth_setup_vlan_headers_ex
` [PATCH v2 14/41] e1000x: Share more Rx filtering logic
` [PATCH v2 15/41] e1000x: Take CRC into consideration for size check
` [PATCH v2 16/41] e1000x: Rename TcpIpv6 into TcpIpv6Ex
` [PATCH v2 17/41] e1000e: Always log status after building rx metadata
` [PATCH v2 18/41] igb: "
` [PATCH v2 19/41] igb: Remove goto
` [PATCH v2 20/41] igb: Read DCMD.VLE of the first Tx descriptor
` [PATCH v2 21/41] e1000e: Reset packet state after emptying Tx queue
` [PATCH v2 22/41] vmxnet3: "
` [PATCH v2 23/41] igb: Add more definitions for Tx descriptor
` [PATCH v2 24/41] igb: Share common VF constants
` [PATCH v2 25/41] igb: Fix igb_mac_reg_init coding style alignment
` [PATCH v2 26/41] net/eth: Use void pointers
` [PATCH v2 27/41] net/eth: Always add VLAN tag
` [PATCH v2 28/41] hw/net/net_rx_pkt: Enforce alignment for eth_header
` [PATCH v2 29/41] tests/qtest/libqos/igb: Set GPIE.Multiple_MSIX
` [PATCH v2 30/41] igb: Implement MSI-X single vector mode
` [PATCH v2 31/41] igb: Use UDP for RSS hash
` [PATCH v2 32/41] igb: Implement Rx SCTP CSO
` [PATCH v2 33/41] igb: Implement Tx "
` [PATCH v2 34/41] igb: Strip the second VLAN tag for extended VLAN
` [PATCH v2 35/41] igb: Filter with "
` [PATCH v2 36/41] igb: Implement igb-specific oversize check
` [PATCH v2 37/41] igb: Implement Rx PTP2 timestamp
` [PATCH v2 38/41] igb: Implement Tx timestamp
` [PATCH v2 39/41] vmxnet3: Do not depend on PC
` [PATCH v2 40/41] MAINTAINERS: Add a reviewer for network packet abstractions
` [PATCH v2 41/41] docs/system/devices/igb: Note igb is tested for DPDK
[PATCH v2 00/13] virtio: add vhost-user-generic and reduce copy and paste
2023-04-20 9:54 UTC (17+ messages)
` [PATCH v2 01/13] include: attempt to document device_class_set_props
` [PATCH v2 02/13] include/hw: document the device_class_set_parent_* fns
` [PATCH v2 03/13] hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX comments
` [PATCH v2 04/13] include/hw/virtio: document virtio_notify_config
` [PATCH v2 05/13] include/hw/virtio: add kerneldoc for virtio_init
` [PATCH v2 06/13] include/hw/virtio: document some more usage of notifiers
` [PATCH v2 07/13] virtio: add vhost-user-base and a generic vhost-user-device
` [PATCH v2 08/13] virtio: add PCI stub for vhost-user-device
[PATCH RFC v1 00/10] Add loongarch kvm accel support
2023-04-20 9:49 UTC (12+ messages)
` [PATCH RFC v1 01/10] linux-headers: Add KVM headers for loongarch
` [PATCH RFC v1 02/10] target/loongarch: Define some kvm_arch interfaces
` [PATCH RFC v1 03/10] target/loongarch: Supplement vcpu env initial when vcpu reset
` [PATCH RFC v1 04/10] target/loongarch: Implement kvm get/set registers
` [PATCH RFC v1 05/10] target/loongarch: Implement kvm_arch_init function
` [PATCH RFC v1 06/10] target/loongarch: Implement kvm_arch_init_vcpu
` [PATCH RFC v1 07/10] target/loongarch: Implement kvm_arch_handle_exit
` [PATCH RFC v1 08/10] target/loongarch: Implement set vcpu intr for kvm
` [PATCH RFC v1 09/10] target/loongarch: Add kvm-stub.c
` [PATCH RFC v1 10/10] target/loongarch: Add kvm file into meson build
[PATCH v2 00/13] migration/ram.c: Refactor compress code
2023-04-20 9:48 UTC (14+ messages)
` [PATCH v2 01/13] qtest/migration-test.c: Add postcopy tests with compress enabled
` [PATCH v2 02/13] ram.c: Let the compress threads return a CompressResult enum
` [PATCH v2 03/13] ram.c: Dont change param->block in the compress thread
` [PATCH v2 04/13] ram.c: Reset result after sending queued data
` [PATCH v2 05/13] ram.c: Do not call save_page_header() from compress threads
` [PATCH v2 06/13] ram.c: Call update_compress_thread_counts from compress_send_queued_data
` [PATCH v2 07/13] ram.c: Remove last ram.c dependency from the core compress code
` [PATCH v2 08/13] ram.c: Introduce whitespace (squash with next patch)
` [PATCH v2 09/13] ram.c: Move core compression code into its own file
` [PATCH v2 10/13] ram.c: Remove whitespace (squash with previous patch)
` [PATCH v2 11/13] ram.c: Move core decompression code into its own file
` [PATCH v2 12/13] ram compress: Assert that the file buffer matches the result
` [PATCH v2 13/13] ram-compress.c: Make target independent
[PATCH 0/5] Support both Ethernet interfaces on i.MX6UL and i.MX7
2023-04-20 9:48 UTC (8+ messages)
[PATCH v4 0/2] Add gdbstub support to HVF
2023-04-20 9:33 UTC (3+ messages)
` [PATCH v4 2/2] hvf: implement guest debugging on Apple Silicon hosts
[PATCH 0/2] Re-enable qom-cast-debug by default
2023-04-20 9:26 UTC (3+ messages)
` [PATCH 2/2] meson_options.txt: Enable qom-cast-debug by default again
[PATCH v2] travis.yml: Add missing 'flex', 'bison' packages to 'GCC (user)' job
2023-04-20 9:23 UTC (2+ messages)
` [PATCH v2] travis.yml: Add missing 'flex','bison' "
[PATCH RESEND v7 00/12] target/riscv: rework CPU extensions validation
2023-04-20 9:21 UTC (13+ messages)
` [PATCH RESEND v7 01/12] target/riscv/cpu.c: add riscv_cpu_validate_v()
` [PATCH RESEND v7 02/12] target/riscv/cpu.c: remove set_vext_version()
` [PATCH RESEND v7 03/12] target/riscv/cpu.c: remove set_priv_version()
` [PATCH RESEND v7 04/12] target/riscv: add PRIV_VERSION_LATEST
` [PATCH RESEND v7 05/12] target/riscv: Mask the implicitly enabled extensions in isa_string based on priv version
` [PATCH RESEND v7 06/12] target/riscv: Update check for Zca/Zcf/Zcd
` [PATCH RESEND v7 07/12] target/riscv/cpu.c: add priv_spec validate/disable_exts helpers
` [PATCH RESEND v7 08/12] target/riscv/cpu.c: add riscv_cpu_validate_misa_mxl()
` [PATCH RESEND v7 09/12] target/riscv/cpu.c: validate extensions before riscv_timer_init()
` [PATCH RESEND v7 10/12] target/riscv/cpu.c: remove cfg setup from riscv_cpu_init()
` [PATCH RESEND v7 11/12] target/riscv: rework write_misa()
` [PATCH RESEND v7 12/12] target/riscv: forbid write_misa() for static CPUs
[PATCH v4 0/6] testing/next: avocado, docs, gitlab
2023-04-20 9:20 UTC (7+ messages)
` [PATCH v4 1/6] tests/requirements.txt: bump up avocado-framework version to 101.0
` [PATCH v4 5/6] scripts/device-crash-test: Add a parameter to run with TCG only
[PATCH v4] memory: Optimize replay of guest mapping
2023-04-20 9:20 UTC (4+ messages)
[PATCH v3 00/10] Deprecate/rename singlestep command line option, monitor interfaces
2023-04-20 9:19 UTC (20+ messages)
` [PATCH v3 02/10] softmmu: Don't use 'singlestep' global in QMP and HMP commands
` [PATCH v3 03/10] accel/tcg: Use one_insn_per_tb global instead of old singlestep global
` [PATCH v3 04/10] linux-user: Add '-one-insn-per-tb' option equivalent to '-singlestep'
` [PATCH v3 05/10] bsd-user: "
` [PATCH v3 06/10] Document that -singlestep command line option is deprecated
` [PATCH v3 07/10] accel/tcg: Report one-insn-per-tb in 'info jit', not 'info status'
` [PATCH v3 08/10] hmp: Add 'one-insn-per-tb' command equivalent to 'singlestep'
` [PATCH v3 09/10] qapi/run-state.json: Fix missing newline at end of file
` [PATCH v3 10/10] hmp: Deprecate 'singlestep' member of StatusInfo
[PATCH v7 00/12] target/riscv: rework CPU extensions validation
2023-04-20 9:12 UTC (4+ messages)
` [PATCH v7 02/12] target/riscv/cpu.c: remove set_vext_version()
[PATCH] igb: packet-split descriptors support
2023-04-20 9:12 UTC (2+ messages)
[RFC PATCH v1 00/26] migration: File based migration with multifd and fixed-ram
2023-04-20 9:02 UTC (11+ messages)
[PATCH 1/2] Reduce vdpa initialization / startup overhead
2023-04-20 8:59 UTC (6+ messages)
[PATCH v19 00/21] s390x: CPU Topology
2023-04-20 8:59 UTC (3+ messages)
` [PATCH v19 02/21] s390x/cpu topology: add topology entries on CPU hotplug
[PATCH] cpu: Remove parameter of list_cpus()
2023-04-20 8:42 UTC (2+ messages)
[PATCH 0/3] softmmu/ioport.c: fix use-after-free when calling portio_list_destroy()
2023-04-20 8:41 UTC (5+ messages)
` [PATCH 1/3] softmmu/ioport.c: allocate MemoryRegionPortioList ports on the heap
` [PATCH 2/3] softmmu/ioport.c: QOMify MemoryRegionPortioList
[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2023-04-20 8:35 UTC (8+ messages)
` [RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
[PATCH 0/2] Send all the SVQ control commands in parallel
2023-04-20 8:32 UTC (3+ messages)
[PATCH v2] migration: Handle block device inactivation failures better
2023-04-20 8:28 UTC (2+ messages)
[PATCH] MAINTAINERS: Add Juan Quintela to developer guides review
2023-04-20 8:21 UTC (2+ messages)
[PATCH v2 00/16] block: remove aio_disable_external() API
2023-04-20 8:18 UTC (7+ messages)
` [PATCH v2 01/16] hw/qdev: introduce qdev_is_realized() helper
` [PATCH v2 05/16] util/vhost-user-server: rename refcount to in_flight counter
` [PATCH v2 08/16] hw/xen: do not use aio_set_fd_handler(is_external=true) in xen_xenstore
[RFC PATCH v3 00/44] Add LoongArch LSX instructions
2023-04-20 8:07 UTC (45+ messages)
` [RFC PATCH v3 01/44] target/loongarch: Add LSX data type VReg
` [RFC PATCH v3 02/44] target/loongarch: meson.build support build LSX
` [RFC PATCH v3 03/44] target/loongarch: Add CHECK_SXE maccro for check LSX enable
` [RFC PATCH v3 04/44] target/loongarch: Implement vadd/vsub
` [RFC PATCH v3 05/44] target/loongarch: Implement vaddi/vsubi
` [RFC PATCH v3 06/44] target/loongarch: Implement vneg
` [RFC PATCH v3 07/44] target/loongarch: Implement vsadd/vssub
` [RFC PATCH v3 08/44] target/loongarch: Implement vhaddw/vhsubw
` [RFC PATCH v3 09/44] target/loongarch: Implement vaddw/vsubw
` [RFC PATCH v3 10/44] target/loongarch: Implement vavg/vavgr
` [RFC PATCH v3 11/44] target/loongarch: Implement vabsd
` [RFC PATCH v3 12/44] target/loongarch: Implement vadda
` [RFC PATCH v3 13/44] target/loongarch: Implement vmax/vmin
` [RFC PATCH v3 14/44] target/loongarch: Implement vmul/vmuh/vmulw{ev/od}
` [RFC PATCH v3 15/44] target/loongarch: Implement vmadd/vmsub/vmaddw{ev/od}
` [RFC PATCH v3 16/44] target/loongarch: Implement vdiv/vmod
` [RFC PATCH v3 17/44] target/loongarch: Implement vsat
` [RFC PATCH v3 18/44] target/loongarch: Implement vexth
` [RFC PATCH v3 19/44] target/loongarch: Implement vsigncov
` [RFC PATCH v3 20/44] target/loongarch: Implement vmskltz/vmskgez/vmsknz
` [RFC PATCH v3 21/44] target/loongarch: Implement LSX logic instructions
` [RFC PATCH v3 22/44] target/loongarch: Implement vsll vsrl vsra vrotr
` [RFC PATCH v3 23/44] target/loongarch: Implement vsllwil vextl
` [RFC PATCH v3 24/44] target/loongarch: Implement vsrlr vsrar
` [RFC PATCH v3 25/44] target/loongarch: Implement vsrln vsran
` [RFC PATCH v3 26/44] target/loongarch: Implement vsrlrn vsrarn
` [RFC PATCH v3 27/44] target/loongarch: Implement vssrln vssran
` [RFC PATCH v3 28/44] target/loongarch: Implement vssrlrn vssrarn
` [RFC PATCH v3 29/44] target/loongarch: Implement vclo vclz
` [RFC PATCH v3 30/44] target/loongarch: Implement vpcnt
` [RFC PATCH v3 31/44] target/loongarch: Implement vbitclr vbitset vbitrev
` [RFC PATCH v3 32/44] target/loongarch: Implement vfrstp
` [RFC PATCH v3 33/44] target/loongarch: Implement LSX fpu arith instructions
` [RFC PATCH v3 34/44] target/loongarch: Implement LSX fpu fcvt instructions
` [RFC PATCH v3 35/44] target/loongarch: Implement vseq vsle vslt
` [RFC PATCH v3 36/44] target/loongarch: Implement vfcmp
` [RFC PATCH v3 37/44] target/loongarch: Implement vbitsel vset
` [RFC PATCH v3 38/44] target/loongarch: Implement vinsgr2vr vpickve2gr vreplgr2vr
` [RFC PATCH v3 39/44] target/loongarch: Implement vreplve vpack vpick
` [RFC PATCH v3 40/44] target/loongarch: Implement vilvl vilvh vextrins vshuf
` [RFC PATCH v3 41/44] target/loongarch: Implement vld vst
` [RFC PATCH v3 42/44] target/loongarch: Implement vldi
` [RFC PATCH v3 43/44] target/loongarch: Use {set/get}_gpr replace to cpu_fpr
` [RFC PATCH v3 44/44] target/loongarch: CPUCFG support LSX
[PATCH v2] tests/avocado/tuxrun_baselines.py: improve code coverage for ppc64
2023-04-20 8:12 UTC (4+ messages)
[PATCH v2 0/4] hw/acpi: bump MADT to revision 5
2023-04-20 8:05 UTC (3+ messages)
` [PATCH v2 3/4] hw/acpi: i386: "
[PATCH v2] hw/acpi: limit warning on acpi table size to pc machines older than version 2.3
2023-04-20 7:48 UTC (3+ messages)
[PATCH] Add my old and new work email mapping and use work email to support biosbits
2023-04-20 7:48 UTC (2+ messages)
[PATCH] vhost: fix possible wrap in SVQ descriptor ring
2023-04-20 7:41 UTC
QMP (without OOB) function running in thread different from the main thread as part of aio_poll
2023-04-20 6:55 UTC (3+ messages)
[PATCH v12] audio/pwaudio.c: Add Pipewire audio backend for QEMU
2023-04-20 6:00 UTC (2+ messages)
get_relocated_path: the configured paths are not looked for?
2023-04-20 5:29 UTC (2+ messages)
[PULL 00/11] Hexagon queue
2023-04-20 3:26 UTC (11+ messages)
` [PULL 01/11] Hexagon (translate.c): avoid redundant PC updates on COF
` [PULL 02/11] Use f-strings in python scripts
` [PULL 03/11] Use black code style for "
` [PULL 04/11] Hexagon (target/hexagon) Remove redundant/unused macros
` [PULL 05/11] Hexagon (target/hexagon) Merge arguments to probe_pkt_scalar_hvx_stores
` [PULL 06/11] Hexagon (target/hexagon) Add overrides for count trailing zeros/ones
` [PULL 07/11] Hexagon (target/hexagon) Updates to USR should use get_result_gpr
` [PULL 08/11] Hexagon (tests/tcg/hexagon) Move HVX test infra to header file
` [PULL 09/11] Hexagon (target/hexagon) Remove unused slot variable in helpers
` [PULL 11/11] Hexagon (target/hexagon) Additional instructions handled by idef-parser
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).