Age | Commit message (Expand) | Author | Files | Lines |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 133 | -1024/+1047 |
2020-09-23 | tests: add test-fdmon-epoll | Stefan Hajnoczi | 3 | -0/+77 |
2020-09-23 | fdmon-poll: reset npfd when upgrading to fdmon-epoll | Stefan Hajnoczi | 1 | -0/+1 |
2020-09-23 | gitmodules: add qemu.org vbootrom submodule | Stefan Hajnoczi | 1 | -1/+1 |
2020-09-23 | gitmodules: switch to qemu.org meson mirror | Stefan Hajnoczi | 1 | -1/+1 |
2020-09-23 | gitmodules: switch to qemu.org qboot mirror | Stefan Hajnoczi | 1 | -1/+1 |
2020-09-23 | docs/system: clarify deprecation schedule | Stefan Hajnoczi | 1 | -4/+5 |
2020-09-23 | virtio-crypto: don't modify elem->in/out_sg | Stefan Hajnoczi | 1 | -3/+14 |
2020-09-23 | virtio-blk: undo destructive iov_discard_*() operations | Stefan Hajnoczi | 2 | -2/+11 |
2020-09-23 | util/iov: add iov_discard_undo() | Stefan Hajnoczi | 3 | -4/+234 |
2020-09-23 | virtio: add vhost-user-fs-ccw device | Halil Pasic | 2 | -0/+76 |
2020-09-23 | libvhost-user: handle endianness as mandated by the spec | Marc Hartmayer | 1 | -34/+43 |
2020-09-23 | MAINTAINERS: add Stefan Hajnoczi as block/nvme.c maintainer | Stefan Hajnoczi | 1 | -1/+3 |
2020-09-22 | Merge remote-tracking branch 'remotes/kraxel/tags/input-20200921-pull-request... | Peter Maydell | 2 | -9/+7 |
2020-09-22 | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200921-pull-request' ... | Peter Maydell | 2 | -4/+28 |
2020-09-22 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell | 69 | -179/+163 |
2020-09-21 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 651 | -2595/+2079 |
2020-09-21 | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in... | Peter Maydell | 5 | -172/+68 |
2020-09-21 | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/acceptance-next-2020... | Peter Maydell | 2 | -0/+14 |
2020-09-21 | Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'... | Peter Maydell | 2 | -1/+172 |
2020-09-21 | hw/input/tsc2xxx: Reduce MouseTransformInfo structure exposure | Philippe Mathieu-Daudé | 2 | -9/+7 |
2020-09-21 | hw: usb: hcd-ohci: check for processed TD before retire | Prasad J Pandit | 1 | -0/+4 |
2020-09-21 | hw: usb: hcd-ohci: check len and frame_number variables | Prasad J Pandit | 1 | -2/+22 |
2020-09-21 | usb: fix u2f build | Gerd Hoffmann | 1 | -2/+2 |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 505 | -1795/+609 |
2020-09-18 | Use OBJECT_DECLARE_TYPE when possible | Eduardo Habkost | 69 | -255/+69 |
2020-09-18 | qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros | Eduardo Habkost | 74 | -77/+75 |
2020-09-18 | qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPE | Eduardo Habkost | 20 | -30/+19 |
2020-09-18 | scripts/codeconverter: Update to latest version | Eduardo Habkost | 6 | -245/+1057 |
2020-09-18 | analyze-migration.py: fix read_migration_debug_json() return type | Alexey Kirillov | 1 | -1/+2 |
2020-09-18 | scripts/simplebench: compare write request performance | Andrey Shinkevich | 1 | -0/+170 |
2020-09-18 | target/s390x: Set instance_align on S390CPU TypeInfo | Richard Henderson | 1 | -0/+1 |
2020-09-18 | target/riscv: Set instance_align on RISCVCPU TypeInfo | Richard Henderson | 1 | -0/+1 |
2020-09-18 | target/ppc: Set instance_align on PowerPCCPU TypeInfo | Richard Henderson | 1 | -0/+1 |
2020-09-18 | target/arm: Set instance_align on CPUARM TypeInfo | Richard Henderson | 1 | -0/+2 |
2020-09-18 | qom: Allow objects to be allocated with increased alignment | Richard Henderson | 2 | -3/+38 |
2020-09-18 | i386: Simplify CPUID_8000_001E for AMD | Babu Moger | 1 | -150/+45 |
2020-09-18 | i386: Simplify CPUID_8000_001d for AMD | Babu Moger | 1 | -15/+16 |
2020-09-18 | hw/i386/vmport: Drop superfluous parenthesis around function typedef | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-09-18 | i386/kvm: correct the meaning of '0xffffffff' value for hv-spinlocks | Vitaly Kuznetsov | 4 | -6/+6 |
2020-09-18 | qom: Correct error values in two contracts | Markus Armbruster | 1 | -2/+2 |
2020-09-18 | qom: Clean up object_property_get_enum()'s error value | Markus Armbruster | 3 | -6/+8 |
2020-09-18 | qom: Correct object_class_dynamic_cast_assert() documentation | Eduardo Habkost | 1 | -1/+1 |
2020-09-18 | sifive: Use DECLARE_*CHECKER* macros | Eduardo Habkost | 7 | -13/+14 |
2020-09-18 | sifive: Move QOM typedefs and add missing includes | Eduardo Habkost | 7 | -14/+28 |
2020-09-18 | sifive_u: Rename memmap enum constants | Eduardo Habkost | 2 | -95/+95 |
2020-09-18 | sifive_e: Rename memmap enum constants | Eduardo Habkost | 2 | -60/+60 |
2020-09-18 | tests/acceptance: Skip slow quanta-gsj U-boot+Linux test | Philippe Mathieu-Daudé | 1 | -0/+1 |
2020-09-18 | tests/acceptance: Disable tests dependent of unreliable apt.armbian.com | Philippe Mathieu-Daudé | 2 | -0/+13 |
2020-09-18 | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200918' int... | Peter Maydell | 1 | -1/+1 |