aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-07-01tests: disassemble-aml.sh: generate AML in readable formatMichael S. Tsirkin
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-29linux-user: Add thunk argument types for SIOCGSTAMP and SIOCGSTAMPNSFilip Bozuta
2020-06-29linux-user: Add strace support for printing arguments of fallocate()Filip Bozuta
2020-06-29linux-user: Add strace support for printing arguments of chown()/lchown()Filip Bozuta
2020-06-29linux-user: Add strace support for printing arguments of lseek()Filip Bozuta
2020-06-29linux-user: Add strace support for printing argument of syscalls used for ext...Filip Bozuta
2020-06-29linux-user: Add strace support for a group of syscallsFilip Bozuta
2020-06-29linux-user: Extend strace support to enable argument printing after syscall e...Filip Bozuta
2020-06-29linux-user: syscall: ioctls: support DRM_IOCTL_VERSIONChen Gang
2020-06-29linux-user/sparc64: Fix the handling of window spill trapGiuseppe Musacchio
2020-06-29target/sparc: Translate flushw opcodeGiuseppe Musacchio
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