Age | Commit message (Expand) | Author |
2020-12-10 | hw/net/can: Introduce Xilinx ZynqMP CAN controller | Vikram Garhwal |
2020-12-08 | failover: Remove primary_dev member | Juan Quintela |
2020-12-08 | failover: simplify failover_unplug_primary | Juan Quintela |
2020-12-08 | failover: Caller of this two functions already have primary_dev | Juan Quintela |
2020-12-08 | failover: We don't need to cache primary_device_id anymore | Juan Quintela |
2020-12-08 | failover: split failover_find_primary_device_id() | Juan Quintela |
2020-12-08 | failover: remove failover_find_primary_device() error parameter | Juan Quintela |
2020-12-08 | failover: make sure that id always exist | Juan Quintela |
2020-12-08 | failover: Rename to failover_find_primary_device() | Juan Quintela |
2020-12-08 | failover: virtio_net_connect_failover_devices() does nothing | Juan Quintela |
2020-12-08 | failover: Rename function to hide_device() | Juan Quintela |
2020-12-08 | failover: should_be_hidden() should take a bool | Juan Quintela |
2020-12-08 | failover: simplify virtio_net_find_primary() | Juan Quintela |
2020-12-08 | failover: Remove memory leak | Juan Quintela |
2020-12-08 | failover: Remove primary_device_dict | Juan Quintela |
2020-12-08 | failover: remove standby_id variable | Juan Quintela |
2020-12-08 | failover: Remove primary_device_opts | Juan Quintela |
2020-12-08 | failover: g_strcmp0() knows how to handle NULL | Juan Quintela |
2020-12-08 | failover: Rename bool to failover_primary_hidden | Juan Quintela |
2020-12-08 | failover: qdev_device_add() returns err or dev set | Juan Quintela |
2020-12-08 | failover: Remove external partially_hotplugged property | Juan Quintela |
2020-12-08 | failover: Remove unused parameter | Juan Quintela |
2020-12-08 | failover: primary bus is only used once, and where it is set | Juan Quintela |
2020-12-08 | failover: Use always atomics for primary_should_be_hidden | Juan Quintela |
2020-12-08 | failover: fix indentantion | Juan Quintela |
2020-12-01 | hw/net/dp8393x: fix integer underflow in dp8393x_do_transmit_packets() | Mauro Matteo Cascella |
2020-11-24 | hw/net/e1000e: advance desc_offset in case of null descriptor | Prasad J Pandit |
2020-11-15 | nomaintainer: Fix Lesser GPL version number | Chetan Pant |
2020-11-15 | e1000e: Fix Lesser GPL version number | Chetan Pant |
2020-11-11 | hw/net/can/ctucan_core: Use stl_le_p to write to tx_buffers | Peter Maydell |
2020-11-11 | hw/net/can/ctucan_core: Handle big-endian hosts | Peter Maydell |
2020-11-11 | hw/net/can/ctucan: Avoid unused value in ctucan_send_ready_buffers() | Peter Maydell |
2020-11-11 | hw/net/can/ctucan: Don't allow guest to write off end of tx_buffer | Peter Maydell |
2020-11-11 | virtio-net: Set mac address to hardware if the peer is vdpa | Cindy Lu |
2020-10-28 | hw/net: move allocation to the heap due to very large stack frame | Elena Afanasova |
2020-10-12 | qdev: add "check if address free" callback for buses | Paolo Bonzini |
2020-10-09 | error: Remove NULL checks on error_propagate() calls (again) | Markus Armbruster |
2020-09-30 | hw/net/can: Correct Kconfig dependencies | Pavel Pisa |
2020-09-30 | hw/net/can: CTU CAN FD IP open hardware core emulation. | Jan Charvat |
2020-09-30 | hw/net/can/ctucafd: Add CTU CAN FD core register definitions. | Jan Charvat |
2020-09-30 | hw/net/can: sja1000 ignore CAN FD frames | Jan Charvat |
2020-09-30 | net/can: Initial host SocketCan support for CAN FD. | Jan Charvat |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-13 | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200... | Peter Maydell |
2020-09-12 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell |
2020-09-11 | util/hexdump: Reorder qemu_hexdump() arguments | Philippe Mathieu-Daudé |
2020-09-11 | util/hexdump: Convert to take a void pointer argument | Philippe Mathieu-Daudé |
2020-09-10 | hw/net/e1000e: Remove duplicated write handler for FLSWDATA register | Philippe Mathieu-Daudé |
2020-09-10 | hw/net/e1000e: Remove overwritten read handler for STATUS register | Philippe Mathieu-Daudé |