1. aa9bbd8 Merge tag 'pull-ppc-20230528' of https://gitlab.com/danielhb/qemu into staging by Richard Henderson · 1 year, 10 months ago
  2. 56b8bfe ppc/pegasos2: Change default CPU to 7457 by BALATON Zoltan · 1 year, 10 months ago
  3. 277ee17 target/ppc: Add POWER9 DD2.2 model by Nicholas Piggin · 1 year, 10 months ago
  4. 76f9ebf pnv_lpc: disable reentrancy detection for lpc-hc by Alexander Bulekov · 1 year, 10 months ago
  5. 2237af5 hw/ppc/prep: Fix wiring of PIC -> CPU interrupt by Bernhard Beschow · 2 years ago
  6. ccc5a4c spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcall by Nicholas Piggin · 1 year, 10 months ago
  7. 4b2321c virtio-input-pci: add virtio-multitouch-pci by Sergio Lopez · 1 year, 10 months ago
  8. 8e9ebd7 virtio-input: add a virtio-mulitouch device by Sergio Lopez · 1 year, 10 months ago
  9. 944ae6d virtio-input: generalize virtio_input_key_config() by Sergio Lopez · 1 year, 10 months ago
  10. 529969b virtio-gpu: add a FIXME for virtio_gpu_load() by Marc-André Lureau · 1 year, 10 months ago
  11. ac84b57 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Richard Henderson · 1 year, 10 months ago
  12. 0bfd141 virtio: qmp: fix memory leak by Paolo Bonzini · 1 year, 10 months ago
  13. b987718 hw/scsi/lsi53c895a: Fix reentrancy issues in the LSI controller (CVE-2023-0330) by Thomas Huth · 1 year, 10 months ago
  14. d139fe9 lsi53c895a: disable reentrancy detection for MMIO region, too by Thomas Huth · 1 year, 10 months ago
  15. a37531f machine: do not crash if default RAM backend name has been stolen by Igor Mammedov · 1 year, 10 months ago
  16. bdc20bf5 hw/mips: Use MachineClass->default_nic in the virt machine by Philippe Mathieu-Daudé · 1 year, 10 months ago
  17. 611eda5 hw/arm: Use MachineClass->default_nic in the sbsa-ref machine by Thomas Huth · 1 year, 10 months ago
  18. 69720ff hw/xtensa: Use MachineClass->default_nic in the virt machine by Thomas Huth · 1 year, 10 months ago
  19. 240294c hw/loongarch64: Use MachineClass->default_nic in the virt machine by Thomas Huth · 1 year, 10 months ago
  20. 50989d0 hw/arm: Use MachineClass->default_nic in the virt machine by Thomas Huth · 1 year, 10 months ago
  21. cdd684b hw/alpha: Use MachineClass->default_nic in the alpha machine by Thomas Huth · 1 year, 10 months ago
  22. 9f8981a hw/hppa: Use MachineClass->default_nic in the hppa machine by Thomas Huth · 1 year, 10 months ago
  23. 6ad2c71 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Richard Henderson · 1 year, 10 months ago
  24. 6301460 usb/ohci: Set pad to 0 after frame update by Paolo Bonzini · 1 year, 10 months ago
  25. b83b40b vfio/pci: Fix a use-after-free issue by Zhenzhong Duan · 1 year, 10 months ago
  26. aa33508 Merge tag 'mem-2023-05-23' of https://github.com/davidhildenbrand/qemu into staging by Richard Henderson · 1 year, 10 months ago
  27. 4b870dc hostmem-file: add offset option by Alexander Graf · 2 years ago
  28. 792676c rtl8139: fix large_send_mss divide-by-zero by Stefan Hajnoczi · 1 year, 11 months ago
  29. 9472640 vmxnet3: Do not depend on PC by Akihiko Odaki · 1 year, 10 months ago
  30. efb1fd7 igb: Clear-on-read ICR when ICR.INTA is set by Akihiko Odaki · 1 year, 10 months ago
  31. 5844562 igb: Notify only new interrupts by Akihiko Odaki · 1 year, 10 months ago
  32. ad431f0 e1000e: Notify only new interrupts by Akihiko Odaki · 1 year, 10 months ago
  33. 3dfc616 igb: Implement Tx timestamp by Akihiko Odaki · 1 year, 10 months ago
  34. 3a9926d igb: Implement Rx PTP2 timestamp by Akihiko Odaki · 1 year, 10 months ago
  35. bb97003e igb: Implement igb-specific oversize check by Akihiko Odaki · 1 year, 10 months ago
  36. 6aa262f igb: Filter with the second VLAN tag for extended VLAN by Akihiko Odaki · 1 year, 10 months ago
  37. 7e64a9c igb: Strip the second VLAN tag for extended VLAN by Akihiko Odaki · 1 year, 10 months ago
  38. f199b13 igb: Implement Tx SCTP CSO by Akihiko Odaki · 1 year, 10 months ago
  39. 907209e igb: Implement Rx SCTP CSO by Akihiko Odaki · 1 year, 10 months ago
  40. abc9a29 igb: Use UDP for RSS hash by Akihiko Odaki · 1 year, 10 months ago
  41. 191e8bd igb: Implement MSI-X single vector mode by Akihiko Odaki · 1 year, 10 months ago
  42. 7edf2f1 hw/net/net_rx_pkt: Enforce alignment for eth_header by Akihiko Odaki · 1 year, 10 months ago
  43. aaa8a15 net/eth: Always add VLAN tag by Akihiko Odaki · 1 year, 10 months ago
  44. 5c30aea igb: Rename a variable in igb_receive_internal() by Akihiko Odaki · 1 year, 10 months ago
  45. 54ced75 e1000e: Rename a variable in e1000e_receive_internal() by Akihiko Odaki · 1 year, 10 months ago
  46. fe619f2 igb: Clear EICR bits for delayed MSI-X interrupts by Akihiko Odaki · 1 year, 10 months ago
  47. 882e54d igb: Fix igb_mac_reg_init coding style alignment by Akihiko Odaki · 1 year, 10 months ago
  48. ff2b24c igb: Share common VF constants by Akihiko Odaki · 1 year, 10 months ago
  49. 4847dab igb: Add more definitions for Tx descriptor by Akihiko Odaki · 1 year, 10 months ago
  50. 1c5618a vmxnet3: Reset packet state after emptying Tx queue by Akihiko Odaki · 1 year, 10 months ago
  51. 5c86734 e1000e: Reset packet state after emptying Tx queue by Akihiko Odaki · 1 year, 10 months ago
  52. 5d92e88 igb: Read DCMD.VLE of the first Tx descriptor by Akihiko Odaki · 1 year, 10 months ago
  53. a09cc21 igb: Remove goto by Akihiko Odaki · 1 year, 10 months ago
  54. d524135 igb: Always log status after building rx metadata by Akihiko Odaki · 1 year, 10 months ago
  55. 8b876b9 e1000e: Always log status after building rx metadata by Akihiko Odaki · 1 year, 10 months ago
  56. 5052fc9 e1000x: Rename TcpIpv6 into TcpIpv6Ex by Akihiko Odaki · 1 year, 10 months ago
  57. 7434951 e1000x: Take CRC into consideration for size check by Akihiko Odaki · 1 year, 10 months ago
  58. e9e5b93 e1000x: Share more Rx filtering logic by Akihiko Odaki · 1 year, 10 months ago
  59. 0b11783 net/eth: Rename eth_setup_vlan_headers_ex by Akihiko Odaki · 1 year, 10 months ago
  60. f0f3ac4 hw/net/net_tx_pkt: Remove net_rx_pkt_get_l4_info by Akihiko Odaki · 1 year, 10 months ago
  61. dc9ef1b igb: Always copy ethernet header by Akihiko Odaki · 1 year, 10 months ago
  62. 310a128 e1000e: Always copy ethernet header by Akihiko Odaki · 1 year, 10 months ago
  63. 2f0fa23 net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols() by Akihiko Odaki · 1 year, 10 months ago
  64. f0b1df5 igb: Clear IMS bits when committing ICR access by Akihiko Odaki · 1 year, 10 months ago
  65. e209716 igb: Do not require CTRL.VME for tx VLAN tagging by Akihiko Odaki · 1 year, 10 months ago
  66. ed447c6 igb: Fix Rx packet type encoding by Akihiko Odaki · 1 year, 10 months ago
  67. f3f9b72 e1000x: Fix BPRC and MPRC by Akihiko Odaki · 1 year, 10 months ago
  68. a51db58 hw/net/net_tx_pkt: Decouple interface from PCI by Akihiko Odaki · 1 year, 10 months ago
  69. 163246e hw/net/net_tx_pkt: Decouple implementation from PCI by Akihiko Odaki · 1 year, 10 months ago
  70. 8d689f6 e1000e: Fix tx/rx counters by timothee.cocault@gmail.com · 2 years ago
  71. e8273b0 hw/sparc64/sun4u: Use MachineClass->default_nic and MachineClass->no_parallel by Thomas Huth · 1 year, 10 months ago
  72. 545d857 hw/i386: Ignore the default parallel port if it has not been compiled into QEMU by Thomas Huth · 1 year, 10 months ago
  73. 963e94a hw/char/parallel: Move TYPE_ISA_PARALLEL to the header file by Thomas Huth · 1 year, 10 months ago
  74. cf2528a hw/sh4: Use MachineClass->default_nic in the sh4 r2d machine by Thomas Huth · 1 year, 10 months ago
  75. a32b158 hw/s390x: Use MachineClass->default_nic in the s390x machine by Thomas Huth · 1 year, 10 months ago
  76. 053b708 hw/ppc: Use MachineClass->default_nic in the ppc machines by Thomas Huth · 1 year, 10 months ago
  77. 01ecdaa hw: Move the default NIC machine class setting from the x86 to the generic one by Thomas Huth · 1 year, 10 months ago
  78. d11b791 hw/i386/Kconfig: ISAPC works fine without VGA_ISA by Thomas Huth · 1 year, 10 months ago
  79. aa222a8 Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging by Richard Henderson · 1 year, 10 months ago
  80. d009607 Revert "arm/kvm: add support for MTE" by Peter Maydell · 1 year, 10 months ago
  81. 87af48a hw/i386/pc: No need for rtc_state to be an out-parameter by Bernhard Beschow · 1 year, 10 months ago
  82. f0bc6bf hw/i386/pc: Create RTC controllers in south bridges by Bernhard Beschow · 1 year, 10 months ago
  83. 547a652 hw/cxl: Introduce cxl_device_get_timestamp() utility function by Ira Weiny · 1 year, 11 months ago
  84. b6aab45 hw/cxl: rename mailbox return code type from ret_code to CXLRetCode by Jonathan Cameron · 1 year, 11 months ago
  85. 6a36a4c hw/pci-bridge: make building pcie-to-pci bridge configurable by Sebastian Ott · 1 year, 10 months ago
  86. 206e91d virtio-pci: add handling of PCI ATS and Device-TLB enable/disable by Viktor Prutyanov · 1 year, 10 months ago
  87. 9e57b81 hw/pci-host/pam: Make init_pam() usage more readable by Bernhard Beschow · 2 years, 1 month ago
  88. f9fddaf hw/i386/pc: Initialize ram_memory variable directly by Bernhard Beschow · 2 years, 1 month ago
  89. 8631743 hw/i386/pc_{q35,piix}: Minimize usage of get_system_memory() by Bernhard Beschow · 2 years, 1 month ago
  90. 1e366da hw/i386/pc_{q35,piix}: Reuse MachineClass::desc as SMB product name by Bernhard Beschow · 2 years, 1 month ago
  91. 1ab7167 hw/i386/pc_q35: Reuse machine parameter by Bernhard Beschow · 2 years, 1 month ago
  92. 67b4a74 hw/pci-host/q35: Inline sysbus_add_io() by Bernhard Beschow · 2 years, 1 month ago
  93. 273d650 hw/pci-host/i440fx: Inline sysbus_add_io() by Bernhard Beschow · 2 years, 1 month ago
  94. bc7b0ca vhost-vdpa: Add support for vIOMMU. by Cindy Lu · 1 year, 10 months ago
  95. 2fbef6a vhost-vdpa: Add check for full 64-bit in region delete by Cindy Lu · 1 year, 10 months ago
  96. 3d1e4d3 vhost_vdpa: fix the input in trace_vhost_vdpa_listener_region_del() by Cindy Lu · 1 year, 10 months ago
  97. 74b5d2b vhost: expose function vhost_dev_has_iommu() by Cindy Lu · 1 year, 10 months ago
  98. 3e69908 virtio-crypto: fix NULL pointer dereference in virtio_crypto_free_request by Mauro Matteo Cascella · 1 year, 10 months ago
  99. 1fac00f virtio-net: not enable vq reset feature unconditionally by Eugenio Pérez · 1 year, 11 months ago
  100. bab1053 vhost-user: Remove acpi-specific memslot limit by David Hildenbrand · 1 year, 11 months ago