summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-03virtiofsd: passthrough_ll: cleanup getxattr/listxattrMisono Tomohiro1-32/+22
2020-03-03l2tpv3: fix RFC number typo in qemu-options.hxStefan Hajnoczi1-2/+2
2020-03-03colo: Update Documentation for continuous replicationLukas Straub2-68/+184
2020-03-03net/filter.c: Add Options to insert filters anywhere in the filter listLukas Straub3-6/+119
2020-03-03tests/test-replication.c: Add test for for secondary node continuing replicationLukas Straub1-0/+52
2020-03-03block/replication.c: Ignore requests after failoverLukas Straub1-1/+34
2020-03-03hw: net: cadence_gem: Fix build errors in DB_PRINT()Bin Meng1-5/+6
2020-03-03NetRxPkt: fix hash calculation of IPV6 TCPYuri Benditovich2-2/+2
2020-03-03NetRxPkt: Introduce support for additional hash typesYuri Benditovich3-1/+51
2020-03-03e1000e: Avoid hw_error if legacy mode usedYuri Benditovich1-5/+8
2020-03-03dp8393x: Don't stop reception upon RBE interrupt assertionFinn Thain1-13/+22
2020-03-03dp8393x: Don't reset Silicon Revision registerFinn Thain1-1/+1
2020-03-03dp8393x: Always update RRA pointers and sequence numbersFinn Thain1-5/+7
2020-03-03dp8393x: Clear descriptor in_use field to release packetFinn Thain1-0/+10
2020-03-03dp8393x: Pad frames to word or long word boundaryFinn Thain1-11/+28
2020-03-03dp8393x: Use long-word-aligned RRA pointers in 32-bit modeFinn Thain1-2/+6
2020-03-03dp8393x: Don't clobber packet checksumFinn Thain1-0/+1
2020-03-03dp8393x: Implement packet size limit and RBAE interruptFinn Thain1-0/+9
2020-03-03dp8393x: Clear RRRA command register bit only when appropriateFinn Thain1-4/+3
2020-03-03dp8393x: Update LLFA and CRDA registers from rx descriptorFinn Thain1-4/+7
2020-03-03dp8393x: Have dp8393x_receive() return the packet sizeFinn Thain1-4/+5
2020-03-03dp8393x: Clean up endianness hacksFinn Thain1-11/+6
2020-03-03dp8393x: Always use 32-bit accessesFinn Thain1-18/+29
2020-03-02dp8393x: Mask EOL bit from descriptor addressesFinn Thain1-6/+11
2020-03-02qxl: map rom r/oGerd Hoffmann1-1/+1
2020-03-02Arithmetic error in EDID generation fixedAnton V. Boyarshinov1-2/+2
2020-02-28accel/tcg: increase default code gen buffer size for 64 bitAlex Bennée1-9/+26
2020-02-28accel/tcg: only USE_STATIC_CODE_GEN_BUFFER on 32 bit hostsAlex Bennée1-5/+6
2020-02-28accel/tcg: remove link between guest ram and TCG cache sizeAlex Bennée1-8/+0
2020-02-28accel/tcg: use units.h for defining code gen buffer sizesAlex Bennée1-9/+10
2020-02-28vl: Abort if multiple machines are registered as defaultPhilippe Mathieu-Daudé1-2/+4
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé20-24/+26
2020-02-28hw: Do not initialize MachineClass::is_default to 0Philippe Mathieu-Daudé5-5/+0
2020-02-28hw/nmi: Fix the NMI() macro, based on INTERFACE_CHECK()Philippe Mathieu-Daudé1-1/+1
2020-02-28tcg/arm: Expand epilogue inlineRichard Henderson1-10/+2
2020-02-28tcg/arm: Split out tcg_out_epilogueRichard Henderson1-8/+11
2020-02-28compiler.h: Don't use compile-time assert when __NO_INLINE__ is definedZenghui Yu1-1/+1
2020-02-28accel/tcg: fix race in cpu_exec_step_atomic (bug 1863025)Alex Bennée1-10/+11
2020-02-28hw/intc/arm_gic_kvm: Don't assume kernel can provide a GICv2Peter Maydell1-0/+9
2020-02-28target/arm: Implement ARMv8.3-CCIDXPeter Maydell2-1/+35
2020-02-28target/arm: Implement v8.4-RCPCPeter Maydell4-1/+97
2020-02-28target/arm: Implement v8.3-RCPCPeter Maydell4-0/+31
2020-02-28target/arm: Fix wrong use of FIELD_EX32 on ID_AA64DFR0Peter Maydell1-2/+2
2020-02-28tests/acceptance/integratorcp: Verify Tux is displayed on framebufferPhilippe Mathieu-Daudé1-0/+52
2020-02-28tests/acceptance: Extract boot_integratorcp() from test_integratorcp()Philippe Mathieu-Daudé1-7/+11
2020-02-28tests/acceptance: Add a test for the integratorcp arm machineThomas Huth2-0/+44
2020-02-28tests/acceptance: Add a test for the N800 and N810 arm machinesThomas Huth2-0/+50
2020-02-28hw/usb/hcd-ehci-sysbus: Remove obsolete xlnx, ps7-usb classGuenter Roeck1-17/+0
2020-02-28hw/arm/xilinx_zynq: Fix USB port instantiationGuenter Roeck1-2/+3
2020-02-28target/arm: Split VMINMAXNM decodeRichard Henderson2-77/+44