Show patches with: none      |   436085 patches
« 1 2 ... 409 410 4114360 4361 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v5,20/48] igb: Remove goto igb: Fix for DPDK - - 1 - --- 2023-05-23 Akihiko Odaki New
[v5,19/48] igb: Always log status after building rx metadata igb: Fix for DPDK - - 1 - --- 2023-05-23 Akihiko Odaki New
[v5,18/48] e1000e: Always log status after building rx metadata igb: Fix for DPDK - - 1 - --- 2023-05-23 Akihiko Odaki New
[v5,17/48] e1000x: Rename TcpIpv6 into TcpIpv6Ex igb: Fix for DPDK - - 1 - --- 2023-05-23 Akihiko Odaki New
[v5,16/48] e1000x: Take CRC into consideration for size check igb: Fix for DPDK - - - - --- 2023-05-23 Akihiko Odaki New
[v5,15/48] e1000x: Share more Rx filtering logic igb: Fix for DPDK - - 1 - --- 2023-05-23 Akihiko Odaki New
[v5,14/48] net/eth: Rename eth_setup_vlan_headers_ex igb: Fix for DPDK - - 1 - --- 2023-05-23 Akihiko Odaki New
[v5,13/48] hw/net/net_tx_pkt: Remove net_rx_pkt_get_l4_info igb: Fix for DPDK - - - - --- 2023-05-23 Akihiko Odaki New
[v5,12/48] tests/avocado: Remove test_igb_nomsi_kvm igb: Fix for DPDK 1 - 1 - --- 2023-05-23 Akihiko Odaki New
[v5,11/48] tests/avocado: Remove unused imports igb: Fix for DPDK - - - - --- 2023-05-23 Akihiko Odaki New
[v5,10/48] Fix references to igb Avocado test igb: Fix for DPDK - 1 1 - --- 2023-05-23 Akihiko Odaki New
[v5,09/48] igb: Always copy ethernet header igb: Fix for DPDK - 1 1 - --- 2023-05-23 Akihiko Odaki New
[v5,08/48] e1000e: Always copy ethernet header igb: Fix for DPDK - 1 - - --- 2023-05-23 Akihiko Odaki New
[v5,07/48] net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols() igb: Fix for DPDK - 1 1 - --- 2023-05-23 Akihiko Odaki New
[v5,06/48] igb: Clear IMS bits when committing ICR access igb: Fix for DPDK - 1 1 - --- 2023-05-23 Akihiko Odaki New
[v5,05/48] igb: Do not require CTRL.VME for tx VLAN tagging igb: Fix for DPDK - 1 1 - --- 2023-05-23 Akihiko Odaki New
[v5,04/48] igb: Fix Rx packet type encoding igb: Fix for DPDK - 1 1 - --- 2023-05-23 Akihiko Odaki New
[v5,03/48] e1000x: Fix BPRC and MPRC igb: Fix for DPDK - 1 1 - --- 2023-05-23 Akihiko Odaki New
[v5,02/48] hw/net/net_tx_pkt: Decouple interface from PCI igb: Fix for DPDK - - - - --- 2023-05-23 Akihiko Odaki New
[v5,01/48] hw/net/net_tx_pkt: Decouple implementation from PCI igb: Fix for DPDK - 1 - - --- 2023-05-23 Akihiko Odaki New
[v2] util/vfio-helpers: Use g_file_read_link() [v2] util/vfio-helpers: Use g_file_read_link() - - 2 - --- 2023-05-23 Akihiko Odaki New
[v4,1/1] pci: ROM preallocation for incoming migration ROM migration - - 2 - --- 2023-05-22 Vladimir Sementsov-Ogievskiy New
[v3,19/19] cutils: Improve qemu_strtosz handling of fractions Fix qemu_strtosz() read-out-of-bounds - 3 1 - --- 2023-05-22 Eric Blake New
[v3,18/19] cutils: Improve qemu_strtod* error paths Fix qemu_strtosz() read-out-of-bounds - - 1 - --- 2023-05-22 Eric Blake New
[v3,17/19] cutils: Use parse_uint in qemu_strtosz for negative rejection Fix qemu_strtosz() read-out-of-bounds - - 1 - --- 2023-05-22 Eric Blake New
[v3,16/19] cutils: Set value in all integral qemu_strto* error paths Fix qemu_strtosz() read-out-of-bounds - - 1 - --- 2023-05-22 Eric Blake New
[v3,15/19] cutils: Set value in all qemu_strtosz* error paths Fix qemu_strtosz() read-out-of-bounds - - 1 - --- 2023-05-22 Eric Blake New
[v3,14/19] test-cutils: Add more coverage to qemu_strtosz Fix qemu_strtosz() read-out-of-bounds - - 1 - --- 2023-05-22 Eric Blake New
[v3,13/19] numa: Check for qemu_strtosz_MiB error Fix qemu_strtosz() read-out-of-bounds - 1 1 - --- 2023-05-22 Eric Blake New
[v3,12/19] cutils: Allow NULL str in qemu_strtosz Fix qemu_strtosz() read-out-of-bounds - - 2 - --- 2023-05-22 Eric Blake New
[v3,11/19] test-cutils: Refactor qemu_strtosz tests for less boilerplate Fix qemu_strtosz() read-out-of-bounds - - 1 - --- 2023-05-22 Eric Blake New
[v3,10/19] test-cutils: Prepare for upcoming semantic change in qemu_strtosz Fix qemu_strtosz() read-out-of-bounds - - 1 - --- 2023-05-22 Eric Blake New
[v3,09/19] test-cutils: Add coverage of qemu_strtod Fix qemu_strtosz() read-out-of-bounds - - 1 - --- 2023-05-22 Eric Blake New
[v3,08/19] cutils: Allow NULL endptr in parse_uint() Fix qemu_strtosz() read-out-of-bounds - - 1 - --- 2023-05-22 Eric Blake New
[v3,07/19] cutils: Adjust signature of parse_uint[_full] Fix qemu_strtosz() read-out-of-bounds - - 1 - --- 2023-05-22 Eric Blake New
[v3,06/19] cutils: Document differences between parse_uint and qemu_strtou64 Fix qemu_strtosz() read-out-of-bounds - - 1 - --- 2023-05-22 Eric Blake New
[v3,05/19] cutils: Fix wraparound parsing in qemu_strtoui Fix qemu_strtosz() read-out-of-bounds - 1 1 - --- 2023-05-22 Eric Blake New
[v3,04/19] test-cutils: Test more integer corner cases Fix qemu_strtosz() read-out-of-bounds - - 1 - --- 2023-05-22 Eric Blake New
[v3,03/19] test-cutils: Test integral qemu_strto* value on failures Fix qemu_strtosz() read-out-of-bounds - - 1 - --- 2023-05-22 Eric Blake New
[v3,02/19] test-cutils: Use g_assert_cmpuint where appropriate Fix qemu_strtosz() read-out-of-bounds - - 1 - --- 2023-05-22 Eric Blake New
[v3,01/19] test-cutils: Avoid g_assert in unit tests Fix qemu_strtosz() read-out-of-bounds - - 2 - --- 2023-05-22 Eric Blake New
i386/xen: consistent locking around Xen singleshot timers i386/xen: consistent locking around Xen singleshot timers - - 1 - --- 2023-05-22 David Woodhouse New
qcow2: Explicit mention of padding bytes qcow2: Explicit mention of padding bytes - - 1 - --- 2023-05-22 Eric Blake New
vhost: release memory objects in error path vhost: release memory objects in error path - - - - --- 2023-05-22 Prasad Pandit New
[v2] Hexagon (target/hexagon) Fix assignment to tmp registers [v2] Hexagon (target/hexagon) Fix assignment to tmp registers - - 1 - --- 2023-05-22 Marco Liebel New
Hexagon (tests/tcg/hexagon) Clean up Hexagon check-tcg tests Hexagon (tests/tcg/hexagon) Clean up Hexagon check-tcg tests - - - - --- 2023-05-22 Taylor Simpson New
[v2,5/5] Add Kubernetes runner configuration [v2,1/5] Remove redundant CI variables - - - - --- 2023-05-22 Camilla Conte New
[v2,4/5] Add CI variable RUNNER_TAG [v2,1/5] Remove redundant CI variables - - 1 - --- 2023-05-22 Camilla Conte New
[v2,3/5] Add loop over docker info [v2,1/5] Remove redundant CI variables - - 1 - --- 2023-05-22 Camilla Conte New
[v2,2/5] Use docker "stable" tag [v2,1/5] Remove redundant CI variables - - 1 - --- 2023-05-22 Camilla Conte New
[v2,1/5] Remove redundant CI variables [v2,1/5] Remove redundant CI variables - - 1 - --- 2023-05-22 Camilla Conte New
[v4,5/5] amd_iommu: report x2APIC support to the operating system [v4,1/5] i386/tcg: implement x2APIC registers MSR access - - 1 - --- 2023-05-22 Bui Quang Minh New
[v4,4/5] intel_iommu: allow Extended Interrupt Mode when using userspace APIC [v4,1/5] i386/tcg: implement x2APIC registers MSR access - - 1 - --- 2023-05-22 Bui Quang Minh New
[v4,3/5] apic, i386/tcg: add x2apic transitions [v4,1/5] i386/tcg: implement x2APIC registers MSR access - - 1 - --- 2023-05-22 Bui Quang Minh New
[v4,2/5] apic: add support for x2APIC mode [v4,1/5] i386/tcg: implement x2APIC registers MSR access - - 1 - --- 2023-05-22 Bui Quang Minh New
[v4,1/5] i386/tcg: implement x2APIC registers MSR access [v4,1/5] i386/tcg: implement x2APIC registers MSR access - - 1 - --- 2023-05-22 Bui Quang Minh New
[v4,0/5] Support x2APIC mode with TCG accelerator - - - - --- 2023-05-22 Bui Quang Minh New
Hexagon (target/hexagon) Fix assignment to tmp registers Hexagon (target/hexagon) Fix assignment to tmp registers - - 1 1 --- 2023-05-22 Marco Liebel New
[v3] target: ppc: Use MSR_HVB bit to get the target endianness for memory dump [v3] target: ppc: Use MSR_HVB bit to get the target endianness for memory dump - 1 - - --- 2023-05-22 Narayana Murty N New
[v2,1/1] Add vpd data for Rainier machine Add vpd data for Rainier machine - - 1 - --- 2023-05-22 Ninad Palsule New
[12/12] hw/char/pl011: Implement TX FIFO hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop - - - - --- 2023-05-22 Philippe Mathieu-Daudé New
[11/12] hw/char/pl011: Rename RX FIFO methods hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop - - 1 - --- 2023-05-22 Philippe Mathieu-Daudé New
[10/12] hw/char/pl011: Check if receiver is enabled hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop - - 1 - --- 2023-05-22 Philippe Mathieu-Daudé New
[09/12] hw/char/pl011: Check if transmitter is enabled hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop - - 1 - --- 2023-05-22 Philippe Mathieu-Daudé New
[08/12] hw/char/pl011: Extract pl011_write_tx() from pl011_write() hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop - - 1 - --- 2023-05-22 Philippe Mathieu-Daudé New
[07/12] hw/char/pl011: Split RX/TX path of pl011_reset_fifo() hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop - - 1 - --- 2023-05-22 Philippe Mathieu-Daudé New
[06/12] hw/char/pl011: Replace magic values by register field definitions hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop - - 1 - --- 2023-05-22 Philippe Mathieu-Daudé New
[05/12] hw/char/pl011: Remove duplicated PL011_INT_[RT]X definitions hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop - - 1 - --- 2023-05-22 Philippe Mathieu-Daudé New
[04/12] hw/char/pl011: Display register name in trace events hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop - - 1 - --- 2023-05-22 Philippe Mathieu-Daudé New
[03/12] util/fifo8: Introduce fifo8_peek_buf() hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop - - 1 - --- 2023-05-22 Philippe Mathieu-Daudé New
[02/12] util/fifo8: Allow fifo8_pop_buf() to not populate popped length hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop - - 2 - --- 2023-05-22 Philippe Mathieu-Daudé New
[01/12] util/fifo8: Fix typo in fifo8_push_all() description hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop - - 2 - --- 2023-05-22 Philippe Mathieu-Daudé New
machine: do not crash if default RAM backend name has been stollen machine: do not crash if default RAM backend name has been stollen - - 3 1 --- 2023-05-22 Igor Mammedov New
[v3,4/4] target/riscv: Add Smrnmi mnret instruction. target/riscv: Add Smrnmi support. - - - - --- 2023-05-22 Tommy Wu New
[v3,3/4] target/riscv: Handle Smrnmi interrupt and exception. target/riscv: Add Smrnmi support. - - - - --- 2023-05-22 Tommy Wu New
[v3,2/4] target/riscv: Add Smrnmi CSRs. target/riscv: Add Smrnmi support. - - 1 - --- 2023-05-22 Tommy Wu New
[v3,1/4] target/riscv: Add Smrnmi cpu extension. target/riscv: Add Smrnmi support. - - 1 - --- 2023-05-22 Tommy Wu New
[PULL,20/20] memory: stricter checks prior to unsetting engaged_in_io [PULL,01/20] hw/i386/Kconfig: ISAPC works fine without VGA_ISA - - 1 - --- 2023-05-22 Thomas Huth New
[PULL,19/20] acpi/tests/avocado/bits: enable bios bits avocado tests on gitlab CI pipeline [PULL,01/20] hw/i386/Kconfig: ISAPC works fine without VGA_ISA - - - - --- 2023-05-22 Thomas Huth New
[PULL,18/20] .gitlab-ci.d/buildtest.yml: Run full "make check" with --without-default-devices [PULL,01/20] hw/i386/Kconfig: ISAPC works fine without VGA_ISA 1 - - - --- 2023-05-22 Thomas Huth New
[PULL,17/20] tests/qemu-iotests/172: Run QEMU with -vga none and -nic none [PULL,01/20] hw/i386/Kconfig: ISAPC works fine without VGA_ISA 1 - - - --- 2023-05-22 Thomas Huth New
[PULL,16/20] tests/qtest/meson.build: Run the net filter tests only with default devices [PULL,01/20] hw/i386/Kconfig: ISAPC works fine without VGA_ISA - - - - --- 2023-05-22 Thomas Huth New
[PULL,15/20] tests/qtest: Check for the availability of virtio-ccw devices before using them [PULL,01/20] hw/i386/Kconfig: ISAPC works fine without VGA_ISA 1 - - - --- 2023-05-22 Thomas Huth New
[PULL,14/20] tests/qtest/virtio-ccw-test: Remove superfluous tests [PULL,01/20] hw/i386/Kconfig: ISAPC works fine without VGA_ISA 1 - - - --- 2023-05-22 Thomas Huth New
[PULL,13/20] tests/qtest/cdrom-test: Fix the test to also work without optional devices [PULL,01/20] hw/i386/Kconfig: ISAPC works fine without VGA_ISA 1 - - - --- 2023-05-22 Thomas Huth New
[PULL,12/20] tests/qtest/usb-hcd-uhci-test: Skip test if UHCI controller is not available [PULL,01/20] hw/i386/Kconfig: ISAPC works fine without VGA_ISA 1 - - - --- 2023-05-22 Thomas Huth New
[PULL,11/20] tests/qtest/readconfig-test: Check for the availability of USB controllers [PULL,01/20] hw/i386/Kconfig: ISAPC works fine without VGA_ISA 1 - - - --- 2023-05-22 Thomas Huth New
[PULL,10/20] hw/sparc64/sun4u: Use MachineClass->default_nic and MachineClass->no_parallel [PULL,01/20] hw/i386/Kconfig: ISAPC works fine without VGA_ISA 1 - - - --- 2023-05-22 Thomas Huth New
[PULL,09/20] hw/i386: Ignore the default parallel port if it has not been compiled into QEMU [PULL,01/20] hw/i386/Kconfig: ISAPC works fine without VGA_ISA 1 - - - --- 2023-05-22 Thomas Huth New
[PULL,08/20] hw/char/parallel: Move TYPE_ISA_PARALLEL to the header file [PULL,01/20] hw/i386/Kconfig: ISAPC works fine without VGA_ISA 1 - - - --- 2023-05-22 Thomas Huth New
[PULL,07/20] hw/sh4: Use MachineClass->default_nic in the sh4 r2d machine [PULL,01/20] hw/i386/Kconfig: ISAPC works fine without VGA_ISA 1 - - - --- 2023-05-22 Thomas Huth New
[PULL,06/20] hw/s390x: Use MachineClass->default_nic in the s390x machine [PULL,01/20] hw/i386/Kconfig: ISAPC works fine without VGA_ISA 1 - - - --- 2023-05-22 Thomas Huth New
[PULL,05/20] hw/ppc: Use MachineClass->default_nic in the ppc machines [PULL,01/20] hw/i386/Kconfig: ISAPC works fine without VGA_ISA 1 - - - --- 2023-05-22 Thomas Huth New
[PULL,04/20] softmmu/vl.c: Disable default NIC if it has not been compiled into the binary [PULL,01/20] hw/i386/Kconfig: ISAPC works fine without VGA_ISA 1 - - - --- 2023-05-22 Thomas Huth New
[PULL,03/20] hw: Move the default NIC machine class setting from the x86 to the generic one [PULL,01/20] hw/i386/Kconfig: ISAPC works fine without VGA_ISA 1 - - - --- 2023-05-22 Thomas Huth New
[PULL,02/20] softmmu/vl.c: Check for the availability of the VGA device before using it [PULL,01/20] hw/i386/Kconfig: ISAPC works fine without VGA_ISA 1 - - - --- 2023-05-22 Thomas Huth New
[PULL,01/20] hw/i386/Kconfig: ISAPC works fine without VGA_ISA [PULL,01/20] hw/i386/Kconfig: ISAPC works fine without VGA_ISA 1 - - - --- 2023-05-22 Thomas Huth New
[PULL,00/20] Allow "make check" with "--without-default-devices" - - - - --- 2023-05-22 Thomas Huth New
util/vfio-helpers: Use g_file_read_link() util/vfio-helpers: Use g_file_read_link() - - 2 - --- 2023-05-22 Akihiko Odaki New
crypto: Always initialize splitkeylen crypto: Always initialize splitkeylen - - 1 - --- 2023-05-22 Akihiko Odaki New
« 1 2 ... 409 410 4114360 4361 »