Age | Commit message (Expand) | Author | Files | Lines |
2021-05-31 | i386: drop FEAT_HYPERV feature leaves | Vitaly Kuznetsov | 4 | -166/+37 |
2021-05-31 | i386: introduce hv_cpuid_get_host() | Vitaly Kuznetsov | 1 | -45/+57 |
2021-05-31 | i386: introduce hyperv_feature_supported() | Vitaly Kuznetsov | 1 | -19/+30 |
2021-05-31 | i386: stop using env->features[] for filling Hyper-V CPUIDs | Vitaly Kuznetsov | 2 | -38/+43 |
2021-05-31 | i386: always fill Hyper-V CPUID feature leaves from X86CPU data | Vitaly Kuznetsov | 1 | -9/+0 |
2021-05-31 | i386: invert hyperv_spinlock_attempts setting logic with hv_passthrough | Vitaly Kuznetsov | 1 | -5/+1 |
2021-05-31 | i386: keep hyperv_vendor string up-to-date | Vitaly Kuznetsov | 2 | -10/+14 |
2021-05-31 | i386: use better matching family/model/stepping for 'max' CPU | Daniel P. Berrangé | 1 | -0/+6 |
2021-05-31 | i386: use better matching family/model/stepping for 'qemu64' CPU | Daniel P. Berrangé | 2 | -4/+8 |
2021-05-31 | i386/cpu_dump: support AVX512 ZMM regs dump | Robert Hoo | 1 | -15/+48 |
2021-05-31 | target/i386/cpu: Constify X86CPUDefinition | Philippe Mathieu-Daudé | 1 | -6/+7 |
2021-05-31 | target/i386/cpu: Constify CPUCaches | Philippe Mathieu-Daudé | 1 | -4/+4 |
2021-05-31 | i386: Document when features can be added to kvm_default_props | Eduardo Habkost | 1 | -0/+5 |
2021-05-31 | target/i386: Add CPU model versions supporting 'xsaves' | Vitaly Kuznetsov | 1 | -56/+94 |
2021-05-30 | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210528-pull-request' ... | Peter Maydell | 5 | -11/+20 |
2021-05-30 | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210527-pull-request' ... | Peter Maydell | 22 | -117/+799 |
2021-05-28 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell | 4 | -13/+6 |
2021-05-28 | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into... | Peter Maydell | 53 | -404/+600 |
2021-05-28 | hw/usb: hcd-xhci-pci: Fix spec violation of IP flag for MSI/MSI-X | Ruimei Yan | 4 | -7/+15 |
2021-05-28 | hw/usb: hcd-xhci-pci: Raise MSI/MSI-X interrupts only when told to | Ruimei Yan | 1 | -2/+3 |
2021-05-28 | hw/input/hid: Add support for keys of jp106 keyboard. | Katsuhiro Ueno | 1 | -2/+2 |
2021-05-27 | Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.1-pull-request' ... | Peter Maydell | 2 | -8/+51 |
2021-05-27 | Merge remote-tracking branch 'remotes/philmd/tags/gitlab-ci-20210527' into st... | Peter Maydell | 12 | -1124/+1180 |
2021-05-27 | gitlab: Convert check-dco/check-patch jobs to the 'rules' syntax | Philippe Mathieu-Daudé | 1 | -7/+9 |
2021-05-27 | gitlab: Use $CI_DEFAULT_BRANCH instead of hardcoded 'master' | Philippe Mathieu-Daudé | 1 | -2/+2 |
2021-05-27 | gitlab: Run Avocado tests manually (except mainstream CI) | Philippe Mathieu-Daudé | 2 | -0/+36 |
2021-05-27 | gitlab: Keep Avocado reports during 1 week | Philippe Mathieu-Daudé | 1 | -2/+2 |
2021-05-27 | gitlab: Extract cross-container jobs to container-cross.yml | Philippe Mathieu-Daudé | 2 | -193/+193 |
2021-05-27 | gitlab: Document how forks can use different set of jobs | Philippe Mathieu-Daudé | 1 | -0/+13 |
2021-05-27 | gitlab: Move current job set to qemu-project.yml | Philippe Mathieu-Daudé | 2 | -7/+12 |
2021-05-27 | gitlab: Extract all default build/test jobs to buildtest.yml | Philippe Mathieu-Daudé | 2 | -729/+731 |
2021-05-27 | gitlab: Drop linux user build job for CentOS 7 | Daniel P. Berrangé | 1 | -9/+0 |
2021-05-27 | gitlab: Extract core container jobs to container-core.yml | Philippe Mathieu-Daudé | 2 | -16/+18 |
2021-05-27 | gitlab: Extract default build/test jobs templates | Philippe Mathieu-Daudé | 2 | -70/+70 |
2021-05-27 | gitlab: Extract build stages to stages.yml | Philippe Mathieu-Daudé | 2 | -9/+9 |
2021-05-27 | gitlab: Extract DCO/style check jobs to static_checks.yml | Philippe Mathieu-Daudé | 2 | -25/+25 |
2021-05-27 | gitlab: Extract crossbuild job templates to crossbuild-template.yml | Philippe Mathieu-Daudé | 2 | -41/+43 |
2021-05-27 | gitlab: Extract container job template to container-template.yml | Philippe Mathieu-Daudé | 2 | -21/+23 |
2021-05-27 | gitlab: Enable cross-i386 builds of TCI | Richard Henderson | 1 | -1/+10 |
2021-05-27 | gitlab: Rename ACCEL_CONFIGURE_OPTS to EXTRA_CONFIGURE_OPTS | Richard Henderson | 1 | -6/+6 |
2021-05-27 | gitlab: Replace YAML anchors by extends (acceptance_test_job) | Philippe Mathieu-Daudé | 1 | -19/+11 |
2021-05-27 | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210526a'... | Peter Maydell | 5 | -78/+96 |
2021-05-27 | virtio-gpu: Update cursor data using blob | Vivek Kasireddy | 1 | -5/+14 |
2021-05-27 | virtio-gpu: Add virtio_gpu_set_scanout_blob | Vivek Kasireddy | 3 | -7/+103 |
2021-05-27 | virtio-gpu: Factor out update scanout | Vivek Kasireddy | 1 | -12/+23 |
2021-05-27 | virtio-gpu: Add helpers to create and destroy dmabuf objects | Vivek Kasireddy | 3 | -0/+89 |
2021-05-27 | ui/pixman: Add qemu_pixman_to_drm_format() | Vivek Kasireddy | 2 | -11/+25 |
2021-05-27 | virtio-gpu: Add virtio_gpu_resource_create_blob | Vivek Kasireddy | 3 | -3/+80 |
2021-05-27 | virtio-gpu: Add initial definitions for blob resources | Vivek Kasireddy | 3 | -0/+20 |
2021-05-27 | virtio-gpu: Refactor virtio_gpu_create_mapping_iov | Vivek Kasireddy | 3 | -12/+12 |