Age | Commit message (Expand) | Author |
2018-01-08 | fsdev: improve error handling of backend init | Greg Kurz |
2018-01-08 | fsdev: improve error handling of backend opts parsing | Greg Kurz |
2018-01-08 | 9pfs: make pdu_marshal() and pdu_unmarshal() static functions | Greg Kurz |
2018-01-08 | 9pfs: fix error path in pdu_submit() | Greg Kurz |
2018-01-08 | 9pfs: fix type in *_parse_opts declarations | Greg Kurz |
2018-01-08 | 9pfs: handle: fix type definition | Greg Kurz |
2018-01-08 | 9pfs: fix some type definitions | Greg Kurz |
2018-01-08 | 9pfs: fix XattrOperations typedef | Greg Kurz |
2018-01-08 | virtio-9p: move unrealize/realize after virtio_9p_transport definition | Greg Kurz |
2018-01-08 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell |
2017-12-22 | rtl8139: use inline net_crc32() and bitshift instead of compute_mcast_idx() | Mark Cave-Ayland |
2017-12-22 | ne2000: use inline net_crc32() and bitshift instead of compute_mcast_idx() | Mark Cave-Ayland |
2017-12-22 | ftgmac100: use inline net_crc32() and bitshift instead of compute_mcast_idx() | Mark Cave-Ayland |
2017-12-22 | lan9118: use inline net_crc32() and bitshift instead of compute_mcast_idx() | Mark Cave-Ayland |
2017-12-22 | opencores_eth: use inline net_crc32() and bitshift instead of compute_mcast_i... | Mark Cave-Ayland |
2017-12-22 | eepro100: use inline net_crc32() and bitshift instead of compute_mcast_idx() | Mark Cave-Ayland |
2017-12-22 | sungem: fix multicast filter CRC calculation | Mark Cave-Ayland |
2017-12-22 | sunhme: switch sunhme over to use net_crc32_le() | Mark Cave-Ayland |
2017-12-22 | eepro100: switch eepro100 e100_compute_mcast_idx() over to use net_crc32() | Mark Cave-Ayland |
2017-12-22 | pcnet: switch pcnet over to use net_crc32_le() | Mark Cave-Ayland |
2017-12-22 | net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()... | Mark Cave-Ayland |
2017-12-22 | e1000: Separate TSO and non-TSO contexts, fixing UDP TX corruption | Ed Swierk via Qemu-devel |
2017-12-22 | e1000, e1000e: Move per-packet TX offload flags out of context state | Ed Swierk via Qemu-devel |
2017-12-22 | Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request'... | Peter Maydell |
2017-12-21 | hw/i386/vmport: fix missing definitions with non-log trace backends | Laurent Vivier |
2017-12-21 | Split adb.c into adb.c, adb-mouse.c and adb-kbd.c | Laurent Vivier |
2017-12-21 | i8259: move TYPE_INTERRUPT_STATS_PROVIDER upper | Peter Xu |
2017-12-21 | kvm-i8259: support "info pic" and "info irq" | Peter Xu |
2017-12-21 | i8259: generalize statistics into common code | Peter Xu |
2017-12-21 | i8259: use DEBUG_IRQ_COUNT always | Peter Xu |
2017-12-21 | i8259: convert DPRINTFs into trace | Peter Xu |
2017-12-21 | scsi: provide general-purpose functions to manage sense data | Paolo Bonzini |
2017-12-21 | hw/i386/vmport: replace fprintf() by trace events or LOG_UNIMP | Philippe Mathieu-Daudé |
2017-12-21 | hw/mips/boston: Remove workaround for writes to ROM aborting | Peter Maydell |
2017-12-21 | hw/moxie/moxiesim: Add support for loading a BIOS on moxiesim | Thomas Huth |
2017-12-21 | scsi-block: Add share-rw option | Fam Zheng |
2017-12-20 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2017-12-19 | tpm: move qdev_prop_tpm to hw/tpm/ | Cornelia Huck |
2017-12-19 | virtio-blk: reject configs with logical block size > physical block size | Mark Kanda |
2017-12-19 | virtio-blk: make queue size configurable | Mark Kanda |
2017-12-19 | qdev: drop unused #include "sysemu/iothread.h" | Stefan Hajnoczi |
2017-12-19 | dev-storage: Fix the unusual function name | Mao Zhongyi |
2017-12-19 | hw/block: Use errp directly rather than local_err | Mao Zhongyi |
2017-12-19 | hw/block: Fix the return type | Mao Zhongyi |
2017-12-19 | hw/block/nvme: Convert to realize | Mao Zhongyi |
2017-12-18 | misc: drop old i386 dependency | Philippe Mathieu-Daudé |
2017-12-18 | i386/pc: move vmmouse.c to hw/i386/ | Philippe Mathieu-Daudé |
2017-12-18 | i386/pc: move vmport.c to hw/i386/ | Philippe Mathieu-Daudé |
2017-12-18 | hw/misc/pvpanic: extract public API from i386/pc to "hw/misc/pvpanic.h" | Philippe Mathieu-Daudé |
2017-12-18 | hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.c | Philippe Mathieu-Daudé |