Age | Commit message (Expand) | Author | Files | Lines |
2022-11-07 | msix: Assert that specified vector is in range | Akihiko Odaki | 1 | -22/+5 |
2022-02-14 | hw/net/vmxnet3: Log guest-triggerable errors using LOG_GUEST_ERROR | Philippe Mathieu-Daudé | 1 | -1/+3 |
2021-11-19 | net: vmxnet3: validate configuration values during activate (CVE-2021-20203) | Prasad J Pandit | 1 | -0/+13 |
2021-08-02 | hw/net/vmxnet3: Do not abort QEMU if guest specified bad queue numbers | Thomas Huth | 1 | -12/+22 |
2021-07-19 | hw/net/vmxnet3: Do not abort if the guest is trying to use an invalid TX queue | Thomas Huth | 1 | -2/+7 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -4/+2 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -2/+4 |
2020-05-15 | Drop more @errp parameters after previous commit | Markus Armbruster | 1 | -1/+1 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 1 | -1/+1 |
2019-09-12 | hw/net/vmxnet3: Fix leftover unregister_savevm | Dr. David Alan Gilbert | 1 | -3/+0 |
2019-08-16 | Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'... | Peter Maydell | 1 | -0/+2 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-14 | hw/net: fix vmxnet3 live migration | Marcel Apfelbaum | 1 | -50/+2 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -1/+1 |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini | 1 | -3/+3 |
2018-12-22 | vmxnet3: Move some definitions to header file | Yuval Shaia | 1 | -115/+1 |
2018-02-05 | qdev: use device_class_set_parent_realize/unrealize/reset() | Philippe Mathieu-Daudé | 1 | -2/+2 |
2017-12-05 | pci: Eliminate redundant PCIDevice::bus pointer | David Gibson | 1 | -1/+1 |
2017-11-20 | hw/net/vmxnet3: Fix code to work on big endian hosts, too | Thomas Huth | 1 | -10/+36 |
2017-11-20 | net: Transmit zero UDP checksum as 0xFFFF | Ed Swierk | 1 | -1/+2 |
2017-10-15 | pci: Add interface names to hybrid PCI devices | Eduardo Habkost | 1 | -0/+5 |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert | 1 | -1/+3 |
2017-06-13 | migration: Split registration functions from vmstate.h | Juan Quintela | 1 | -0/+1 |
2017-06-06 | migration: remove register_savevm() | Laurent Vivier | 1 | -2/+6 |
2017-03-06 | vmxnet3: VMStatify rx/tx q_descr and int_state | Dr. David Alan Gilbert | 1 | -182/+90 |
2017-03-06 | vmxnet3: Convert ring values to uint32_t's | Dr. David Alan Gilbert | 1 | -6/+6 |
2017-02-13 | migration: consolidate VMStateField.start | Halil Pasic | 1 | -1/+1 |
2017-02-01 | pci: Convert msix_init() to Error and fix callers | Cao jin | 1 | -1/+1 |
2017-01-24 | PCI/migration merge vmstate_pci_device and vmstate_pcie_device | Dr. David Alan Gilbert | 1 | -1/+1 |
2017-01-24 | migration: extend VMStateInfo | Jianjun Duan | 1 | -6/+18 |
2016-10-26 | net: vmxnet: initialise local tx descriptor | Li Qiang | 1 | -0/+1 |
2016-08-09 | net: vmxnet3: check for device_active before write | Li Qiang | 1 | -0/+4 |
2016-07-19 | qapi: Change Netdev into a flat union | Eric Blake | 1 | -1/+1 |
2016-07-05 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -35/+17 |
2016-07-05 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-ipxe-20160704-1' into ... | Peter Maydell | 1 | -0/+1 |
2016-07-05 | vmxnet3: remove unnecessary internal msi state flag | Cao jin | 1 | -11/+6 |
2016-07-05 | pci: Convert msi_init() to Error and fix callers to check it | Cao jin | 1 | -25/+12 |
2016-06-28 | vmxnet3: Fix reading/writing guest memory specially when behind an IOMMU | KarimAllah Ahmed | 1 | -89/+108 |
2016-06-24 | vmxnet3: add boot rom | Gerd Hoffmann | 1 | -0/+1 |
2016-06-17 | fix some coding style problems | Cao jin | 1 | -1/+1 |
2016-06-02 | vmxnet3: Use pci_dma_* API instead of cpu_physical_memory_* | Dmitry Fleytman | 1 | -21/+30 |
2016-06-02 | net_pkt: Name vmxnet3 packet abstractions more generic | Dmitry Fleytman | 1 | -44/+44 |
2016-06-02 | vmxnet3: Use common MAC address tracing macros | Dmitry Fleytman | 1 | -4/+4 |
2016-06-02 | vmxnet3: Use generic function for DSN capability definition | Dmitry Fleytman | 1 | -7/+5 |
2016-05-18 | Fix some typos found by codespell | Stefan Weil | 1 | -2/+2 |
2016-01-29 | hw/net: Clean up includes | Peter Maydell | 1 | -0/+1 |
2016-01-22 | fpu: Replace uint32 typedef with uint32_t | Peter Maydell | 1 | -1/+1 |
2016-01-11 | vmxnet3: Introduce 'x-disable-pcie' back-compat property | Shmulik Ladkani | 1 | -0/+2 |
2016-01-11 | vmxnet3: Report the Device Serial Number capability | Shmulik Ladkani | 1 | -2/+26 |