Age | Commit message (Expand) | Author | Files | Lines |
2022-01-28 | Remove unnecessary minimum_version_id_old fields | Peter Maydell | 6 | -8/+0 |
2022-01-20 | hw/net: Move MV88W8618 network device out of hw/arm/ directory | Philippe Mathieu-Daudé | 2 | -0/+404 |
2022-01-10 | Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX" | Michael S. Tsirkin | 1 | -8/+2 |
2022-01-10 | Revert "virtio-net: add support for configure interrupt" | Michael S. Tsirkin | 3 | -20/+2 |
2022-01-07 | virtio-net: add support for configure interrupt | Cindy Lu | 3 | -2/+20 |
2022-01-06 | virtio: introduce macro IRTIO_CONFIG_IRQ_IDX | Cindy Lu | 1 | -2/+8 |
2021-12-31 | pci: Let ld*_pci_dma() propagate MemTxResult | Philippe Mathieu-Daudé | 2 | -23/+18 |
2021-12-31 | pci: Let ld*_pci_dma() take MemTxAttrs argument | Philippe Mathieu-Daudé | 2 | -14/+23 |
2021-12-31 | pci: Let st*_pci_dma() take MemTxAttrs argument | Philippe Mathieu-Daudé | 2 | -19/+28 |
2021-12-30 | dma: Let dma_memory_read/write() take MemTxAttrs argument | Philippe Mathieu-Daudé | 4 | -35/+60 |
2021-12-22 | failover: Silence warning messages during qtest | Laurent Vivier | 1 | -1/+6 |
2021-12-15 | hw/net: npcm7xx_emc fix missing queue_flush | Patrick Venture | 1 | -10/+8 |
2021-11-19 | net: vmxnet3: validate configuration values during activate (CVE-2021-20203) | Prasad J Pandit | 1 | -0/+13 |
2021-11-11 | vhost: Fix last vq queue index of devices with no cvq | Eugenio Pérez | 1 | -4/+4 |
2021-11-11 | vhost: Rename last_index to vq_index_end | Eugenio Pérez | 1 | -2/+2 |
2021-11-05 | e1000: fix tx re-entrancy problem | Jon Maloy | 1 | -0/+7 |
2021-10-20 | virtio-net: vhost control virtqueue support | Jason Wang | 2 | -5/+20 |
2021-10-20 | vhost: record the last virtqueue index for the virtio device | Jason Wang | 1 | -3/+9 |
2021-10-20 | virtio-net: use "queue_pairs" instead of "queues" when possible | Jason Wang | 2 | -78/+78 |
2021-10-20 | vhost-net: control virtqueue support | Jason Wang | 3 | -15/+36 |
2021-10-20 | qdev/qbus: remove failover specific code | Laurent Vivier | 1 | -1/+11 |
2021-10-20 | failover: fix a regression introduced by JSON'ification of -device | Laurent Vivier | 1 | -6/+18 |
2021-10-15 | qdev: Base object creation on QDict rather than QemuOpts | Kevin Wolf | 1 | -10/+13 |
2021-10-15 | virtio-net: Avoid QemuOpts in failover_find_primary_device() | Kevin Wolf | 1 | -33/+19 |
2021-10-15 | virtio-net: Store failover primary opts pointer locally | Kevin Wolf | 1 | -8/+18 |
2021-10-15 | qdev: Add Error parameter to hide_device() callbacks | Kevin Wolf | 1 | -1/+1 |
2021-09-17 | virtio-net: fix use after unmap/free for sg | Jason Wang | 1 | -7/+32 |
2021-09-04 | vhost_net: do not assume nvqs is always 2 | Jason Wang | 1 | -1/+1 |
2021-09-04 | vhost_net: remove the meaningless assignment in vhost_net_start_one() | Jason Wang | 1 | -3/+0 |
2021-08-02 | hw/net: e1000e: Don't zero out the VLAN tag in the legacy RX descriptor | Christina Wang | 1 | -1/+0 |
2021-08-02 | hw/net: e1000e: Correct the initial value of VET register | Christina Wang | 2 | -6/+11 |
2021-08-02 | hw/net: e1000: Correct the initial value of VET register | Christina Wang | 1 | -0/+17 |
2021-08-02 | hw/net/can: sja1000 fix buff2frame_bas and buff2frame_pel when dlc is out of ... | Pavel Pisa | 1 | -0/+8 |
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/net_tx_pkt: Fix crash detected by fuzzer | Thomas Huth | 1 | -5/+7 |
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 |
2021-07-14 | net/rocker: use GDateTime for formatting timestamp in debug messages | Daniel P. Berrangé | 1 | -8/+3 |
2021-07-11 | dp8393x: don't force 32-bit register access | Mark Cave-Ayland | 1 | -5/+9 |
2021-07-11 | dp8393x: Rewrite dp8393x_get() / dp8393x_put() | Philippe Mathieu-Daudé | 1 | -97/+63 |
2021-07-11 | dp8393x: Store CAM registers as 16-bit | Philippe Mathieu-Daudé | 1 | -15/+12 |
2021-07-11 | dp8393x: Replace 0x40 magic value by SONIC_REG_COUNT definition | Philippe Mathieu-Daudé | 1 | -3/+4 |
2021-07-11 | dp8393x: Replace address_space_rw(is_write=1) by address_space_write() | Philippe Mathieu-Daudé | 1 | -4/+4 |
2021-07-11 | dp8393x: fix CAM descriptor entry index | Mark Cave-Ayland | 1 | -2/+2 |
2021-07-09 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -0/+1 |
2021-07-04 | Merge remote-tracking branch 'remotes/philmd/tags/mips-20210702' into staging | Peter Maydell | 2 | -164/+155 |
2021-07-03 | migration: failover: reset partially_hotplugged | Laurent Vivier | 1 | -0/+1 |
2021-07-02 | dp8393x: remove onboard PROM containing MAC address and checksum | Mark Cave-Ayland | 1 | -24/+0 |
2021-07-02 | dp8393x: convert to trace-events | Mark Cave-Ayland | 2 | -35/+37 |
2021-07-02 | dp8393x: checkpatch fixes | Mark Cave-Ayland | 1 | -109/+122 |
2021-06-30 | vhost: Distinguish errors in vhost_dev_get_config() | Kevin Wolf | 1 | -1/+1 |