summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | riscv: Generalize CPU init routine for the base CPUBin Meng2020-06-191-13/+5Star
| * | sifive_e: Support the revB machineAlistair Francis2020-06-192-4/+31
| * | riscv: Add helper to make NaN-boxing for FP registerIan Jiang2020-06-191-2/+15
* | | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200619-pull-request...Peter Maydell2020-06-193-37/+40
|\ \ \ | |_|/ |/| |
| * | hw/audio/gus: Fix registers 32-bit accessAllan Peramaki2020-06-192-2/+2
| * | audio/jack: simplify the re-init code pathGeoffrey McRae2020-06-171-6/+6
| * | audio/jack: honour the enable state of the audio deviceGeoffrey McRae2020-06-171-8/+21
| * | audio/jack: do not remove ports when finishingGeoffrey McRae2020-06-171-3/+0Star
| * | audio/jack: remove invalid set of input support boolGeoffrey McRae2020-06-171-3/+0Star
| * | audio/jack: remove unused stopped stateGeoffrey McRae2020-06-171-4/+0Star
| * | audio/jack: fix invalid minimum buffer size checkGeoffrey McRae2020-06-171-11/+11
* | | qht: Fix threshold rate calculationRichard Henderson2020-06-191-1/+2
| |/ |/|
* | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200618' into stagingPeter Maydell2020-06-1932-78/+1075
|\ \
| * | docs/s390x: fix vfio-ap device_del descriptionChristian Borntraeger2020-06-181-4/+4
| * | vfio-ccw: Add support for the CRW region and IRQFarhan Ali2020-06-181-0/+73
| * | s390x/css: Refactor the css_queue_crw() routineEric Farman2020-06-182-15/+30
| * | vfio-ccw: Refactor ccw irq handlerEric Farman2020-06-181-16/+42
| * | vfio-ccw: Add support for the schib regionFarhan Ali2020-06-186-5/+99
| * | vfio-ccw: Refactor cleanup of regionsEric Farman2020-06-181-5/+9
| * | Linux headers: updateCornelia Huck2020-06-1825-33/+818
* | | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2020-06-1819-449/+905
|\ \ \
| * | | net: Drop the NetLegacy structure, always use Netdev insteadThomas Huth2020-06-182-110/+13Star
| * | | net: Drop the legacy "name" parameter from the -net optionThomas Huth2020-06-183-18/+10Star
| * | | hw/net/e1000e: Do not abort() on invalid PSRCTL register valuePhilippe Mathieu-Daudé2020-06-181-3/+7
| * | | colo-compare: Fix memory leak in packet_enqueue()Derek Su2020-06-182-8/+16
| * | | net/colo-compare.c: Correct ordering in complete and finalizeLukas Straub2020-06-181-22/+23
| * | | net/colo-compare.c: Check that colo-compare is activeLukas Straub2020-06-181-6/+29
| * | | net/colo-compare.c: Only hexdump packets if tracing is enabledLukas Straub2020-06-181-4/+6
| * | | net/colo-compare.c: Fix deadlock in compare_chr_sendLukas Straub2020-06-183-45/+156
| * | | chardev/char.c: Use qemu_co_sleep_ns if in coroutineLukas Straub2020-06-181-1/+6
| * | | net/colo-compare.c: Create event_bh with the right AioContextLukas Straub2020-06-181-1/+2
| * | | net: use peer when purging queue in qemu_flush_or_purge_queue_packets()Jason Wang2020-06-181-1/+1
| * | | net: cadence_gem: Fix RX address filteringTong Ho2020-06-181-15/+11Star
| * | | net: cadence_gem: TX_LAST bit should be set by guestSai Pavan Boddu2020-06-181-6/+0Star
| * | | net: cadence_gem: Update the reset value for interrupt mask registerSai Pavan Boddu2020-06-181-0/+1
| * | | net: cadnece_gem: Update irq_read_clear field of designcfg_debug1 regSai Pavan Boddu2020-06-181-1/+1
| * | | net: cadence_gem: Add support for jumbo framesSai Pavan Boddu2020-06-182-6/+49
| * | | net: cadence_gem: Fix up code styleSai Pavan Boddu2020-06-181-101/+103
| * | | net: cadence_gem: Move tx/rx packet buffert to CadenceGEMStateSai Pavan Boddu2020-06-182-21/+21
| * | | net: cadence_gem: Set ISR according to queue in useSai Pavan Boddu2020-06-181-10/+17
| * | | net: cadence_gem: Define access permission for interrupt registersSai Pavan Boddu2020-06-181-0/+14
| * | | net: cadence_gem: Fix irq update w.r.t queueSai Pavan Boddu2020-06-181-22/+3Star
| * | | net: cadence_gem: Fix the queue address update during wrap aroundSai Pavan Boddu2020-06-181-4/+33
| * | | net: cadence_gem: Fix debug statementsSai Pavan Boddu2020-06-181-14/+13Star
| * | | hw/net/tulip: Log descriptor overflowsPhilippe Mathieu-Daudé2020-06-181-0/+6
| * | | hw/net/tulip: Fix 'Descriptor Error' definitionPhilippe Mathieu-Daudé2020-06-181-1/+1
| * | | Fix tulip breakageHelge Deller2020-06-181-6/+0Star
| * | | virtio-net: align RSC fields with updated virtio-net headerYuri Benditovich2020-06-181-24/+4Star
| * | | virtio-net: add migration support for RSS and hash reportYuri Benditovich2020-06-181-0/+37
| * | | vmstate.h: provide VMSTATE_VARRAY_UINT16_ALLOC macroYuri Benditovich2020-06-181-0/+10