summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-02aspeed: Clean up roundabout error propagationMarkus Armbruster
2020-07-02vnc: Plug minor memory leak in vnc_display_open()Markus Armbruster
2020-07-02test-util-filemonitor: Plug unlikely memory leakMarkus Armbruster
2020-07-02sd/milkymist-memcard: Plug minor memory leak in realizeMarkus Armbruster
2020-07-02qga: Plug unlikely memory leak in guest-set-memory-blocksMarkus Armbruster
2020-07-02spapr: Plug minor memory leak in spapr_machine_init()Markus Armbruster
2020-07-02usb/dev-mtp: Fix Error double free after inotify failureMarkus Armbruster
2020-07-02tests: Use error_free_or_abort() where appropriateMarkus Armbruster
2020-07-02tests: Use &error_abort where appropriateMarkus Armbruster
2020-07-02Clean up some calls to ignore Error objects the right wayMarkus Armbruster
2020-07-02pci: Delete useless error_propagate()Markus Armbruster
2020-07-02net/virtio: Fix failover_replug_primary() return value regressionMarkus Armbruster
2020-07-02hw/virtio/virtio-iommu-pci.c: Fix typo in error messagePeter Maydell
2020-07-02chardev/tcp: Fix error message double free errorlichun
2020-06-30configure: vgabios cleanupsGerd Hoffmann
2020-06-30ati-vga: Add dummy MEM_SDRAM_MODE_REGBALATON Zoltan
2020-06-30ati-vga: Do not assert on errorBALATON Zoltan
2020-06-30ati-vga: Support unaligned access to hardware cursor registersBALATON Zoltan
2020-06-30sm501: Fix and optimize overlap checkBALATON Zoltan
2020-06-30sm501: Convert debug printfs to tracesBALATON Zoltan
2020-06-30sm501: Do not allow guest to set invalid formatBALATON Zoltan
2020-06-30sm501: Use stn_he_p/ldn_he_p instead of switch/caseBALATON Zoltan
2020-06-30sm501: Optimise 1 pixel 2d opsBALATON Zoltan
2020-06-30sm501: Introduce variable for commonly used value for better readabilityBALATON Zoltan
2020-06-30sm501: Ignore no-op blitsBALATON Zoltan
2020-06-30sm501: Drop unneded variableBALATON Zoltan
2020-06-30sm501: Fix bounds checksBALATON Zoltan
2020-06-29hw/misc/pca9552: Add missing TypeInfo::class_size fieldPhilippe Mathieu-Daudé
2020-06-27Merge remote-tracking branch 'remotes/amarkovic/tags/mips-gsoc-queue-jun-27-2...Peter Maydell
2020-06-27MAINTAINERS: Add 'Performance Tools and Tests' subsectionAleksandar Markovic
2020-06-27scripts/performance: Add topN_callgrind.py scriptAhmed Karaman
2020-06-27scripts/performance: Add topN_perf.py scriptAhmed Karaman
2020-06-27MAINTAINERS: Add Loongson-3 maintainer and reviewerHuacai Chen
2020-06-27hw/intc: Add Loongson LIOINTC supportHuacai Chen
2020-06-27hw/mips: Implement the kvm_type() hook in MachineClassHuacai Chen
2020-06-26Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200626'...Peter Maydell
2020-06-26Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-06-26i386: Mask SVM features if nested SVM is disabledEduardo Habkost
2020-06-26ibex_uart: fix XOR-as-powPaolo Bonzini
2020-06-26vmport: move compat properties to hw_compat_5_0Paolo Bonzini
2020-06-26hyperv: vmbus: Remove the 2nd IRQJon Doron
2020-06-26kvm: i386: allow TSC to differ by NTP correction bounds without TSC scalingMarcelo Tosatti
2020-06-26numa: forbid '-numa node, mem' for 5.1 and newer machine typesIgor Mammedov
2020-06-26osdep: Make MIN/MAX evaluate arguments only onceEric Blake
2020-06-26target/i386: Add notes for versioned CPU modelsTao Xu
2020-06-26target/i386: reimplement fpatan using floatx80 operationsJoseph Myers
2020-06-26target/i386: reimplement fyl2x using floatx80 operationsJoseph Myers
2020-06-26target/i386: reimplement fyl2xp1 using floatx80 operationsJoseph Myers
2020-06-26target/i386: reimplement fprem, fprem1 using floatx80 operationsJoseph Myers
2020-06-26softfloat: return low bits of quotient from floatx80_modremJoseph Myers