Commit Graph

  • 98c48d40d2 build: Bump cc from 1.0.83 to 1.0.90 dependabot[bot] 2024-03-20 23:51:03 +00:00
  • fdcc8539cd hypervisor: Don't restrict logger crate to just x86 Jinank Jain 2024-03-21 09:40:53 +05:30
  • f7b9a6e577 hypervisor: mshv: Restrict unmapped GPA exit to x86 Jinank Jain 2024-03-21 09:37:26 +05:30
  • c9e989de6e hypervisor: mshv: Restrict IO port exit to x86 Jinank Jain 2024-03-21 09:35:44 +05:30
  • 2501426e47 hypervisor: mshv: Restrict APIC EOI message to x86 Jinank Jain 2024-03-21 09:31:05 +05:30
  • dad1ab1227 hypervisor: mshv: Restrict NMI injection to x86 Jinank Jain 2024-03-21 09:29:25 +05:30
  • 97a1a70275 build: Bump num-traits from 0.2.17 to 0.2.18 dependabot[bot] 2024-03-19 23:11:12 +00:00
  • 3a60c65369 hypervisor: mshv: Reduce the visbility of get_supported_cpuid to x86 Jinank Jain 2024-03-20 09:03:24 +05:30
  • 719cae217e hypervisor: mshv: Restrict MSR and CPUID visbility for MshvVcpu to x86 Jinank Jain 2024-03-20 08:54:06 +05:30
  • 41bae9fe93 build: Bump clap from 4.5.1 to 4.5.3 in /fuzz dependabot[bot] 2024-03-19 23:20:17 +00:00
  • f093ffcbef devices: uart_pl011: Remove redundant imports Rob Bradford 2024-03-19 17:31:12 +00:00
  • 2f5e48d295 devices: rtc_pl031: Remove redundant imports Rob Bradford 2024-03-19 17:29:50 +00:00
  • 4d52150b87 devices: gpio_pl061: Remove redundant imports Rob Bradford 2024-03-19 17:26:29 +00:00
  • c721c0d88f hypervisor: emulator: Remove unnecessary #![allow(unused_mut)] Rob Bradford 2024-03-19 17:17:37 +00:00
  • b4b5f16268 vmm: acpi: Use .contains_key() Rob Bradford 2024-03-19 17:11:33 +00:00
  • b8e84f09be vmm: vm: Remove redundant import Rob Bradford 2024-03-19 17:09:33 +00:00
  • ab9fc3a8a0 test_infra: Implement fmt::Display for VerbosityLevel Rob Bradford 2024-03-19 16:56:35 +00:00
  • 1e3d21e504 hypervisor: kvm: aarch64: Remove redundant import Rob Bradford 2024-03-19 16:50:18 +00:00
  • 72620295dc hypervisor: Remove empty doc comment Rob Bradford 2024-03-19 16:43:20 +00:00
  • 67054bf78b hypervisor: Remove import of TryInto Rob Bradford 2024-03-19 16:41:10 +00:00
  • 39ab482c47 arch: aarch64: Remove import of TryInto Rob Bradford 2024-03-19 16:41:10 +00:00
  • 521a0d1ade vmm: Fix clippy warnings for use of .clone() Rob Bradford 2024-03-19 16:36:05 +00:00
  • 2529ffd593 virtio-devices: Fix clippy warning for use of .clone() Rob Bradford 2024-03-19 16:34:40 +00:00
  • f1856bb27c devices: Fix clippy warning for use of .clone() Rob Bradford 2024-03-19 16:32:27 +00:00
  • 89ff0627e6 hypervisor: mshv: Reduce msrs visibility to x86_64 Jinank Jain 2024-03-19 21:03:51 +05:30
  • dd37f33a43 docs: cloud-hypervisor only supports stream vsock Bouke van der Bijl 2024-03-19 12:02:37 +01:00
  • 87f4399853 build: Bump proc-macro2 from 1.0.78 to 1.0.79 in /fuzz dependabot[bot] 2024-03-18 23:41:25 +00:00
  • ec36113751 build: Bump pin-project from 1.1.4 to 1.1.5 dependabot[bot] 2024-03-18 23:09:21 +00:00
  • f6b5356dd2 build: Bump serde_with from 3.6.1 to 3.7.0 in /fuzz dependabot[bot] 2024-03-15 23:35:59 +00:00
  • 0886eb4301 build: Bump zvariant from 3.15.0 to 3.15.2 dependabot[bot] 2024-03-15 23:24:03 +00:00
  • 115c455eaf build: Release v37.1 (bug fix release) v37.1 Bo Chen 2024-03-14 19:59:22 -07:00
  • 0e7c8a1d8a build: Bump async-channel from 2.1.1 to 2.2.0 dependabot[bot] 2024-03-14 23:11:47 +00:00
  • 259b8aa1c8 tests: Run "test_live_upgrade_numa" on aarch64 only Bo Chen 2024-03-13 18:56:30 -07:00
  • 2a9978f3c0 tests: Enable live upgrade tests Bo Chen 2024-03-13 16:12:19 -07:00
  • 3c4ff7de01 hypervisor: Use legacy definitions of kvm structs for live-upgrade Bo Chen 2024-03-11 12:02:57 -07:00
  • de6d6f2558 hypervisor: Make (de)serialize for XsaveState backward compatible Bo Chen 2024-03-11 15:05:17 -07:00
  • baf719c6ff tests: Remove unnecessary use of vec![] macro Rob Bradford 2024-02-06 21:05:06 +00:00
  • c59c61a983 vmm: Make thread local initialiser constant Rob Bradford 2024-02-06 21:02:54 +00:00
  • 448fafd23a vmm: Directly clone console resize pipe Rob Bradford 2024-02-06 21:00:52 +00:00
  • 196a59f209 tests: Migrate docker container from ubuntu 20.04 to 22.04 Ravi kumar Veeramally 2023-10-23 15:54:13 +03:00
  • 35d1998965 vmm: Replace Debug with Display rendering in HTTP error message Ravi kumar Veeramally 2024-01-22 23:09:40 +02:00
  • c5904a413e arch: Remove unused wrapper data structure for linux_loader Bo Chen 2024-02-06 15:04:59 -08:00
  • 7729024451 main: Clarify truncate behavior for event monitor file Bo Chen 2024-02-06 14:48:41 -08:00
  • 5580dd6e6a tests: Avoid clippy warning of unhandled I/O bytes Bo Chen 2024-02-06 14:46:10 -08:00
  • 21ea5afa0a vhost_user_block: Allow dead_code for embedded error Rob Bradford 2024-02-06 21:18:50 +00:00
  • a09d536dc1 performance-metrics: Allow dead_code for embedded error Rob Bradford 2024-02-06 21:18:50 +00:00
  • f8a5c149eb block: qcow: Fix beta clippy issue Rob Bradford 2024-02-06 21:15:09 +00:00
  • 8e6bdcbf11 build: fix clippy ptr arg issue Yi Wang 2023-12-26 16:07:38 +08:00
  • 93631b5e23 build: fix clippy Path::join issue Yi Wang 2023-12-26 15:27:45 +08:00
  • ade953e582 build: fix clippy complex closures issue Yi Wang 2023-12-26 15:03:36 +08:00
  • a3bd7eb9a0 hypervisor: kvm: Import TDX vmcall structure Rob Bradford 2024-01-24 11:07:58 +00:00
  • b0dd4e72c5 pci: vfio: naturally align bar Thomas Barrett 2024-02-14 20:26:07 +00:00
  • ed1b415bad virtio-devices: fix reading vsock connect command Alyssa Ross 2024-01-09 14:46:46 +01:00
  • 71708c9794 vmm: limit VSOCK CIDs to 32 bits Alyssa Ross 2024-01-10 16:00:54 +01:00
  • f58f9cf16a vmm: forbid using special VSOCK CIDs for guests Alyssa Ross 2024-01-05 12:21:50 +01:00
  • a7d967215f arch: x86_64: handle npot CPU topology Thomas Barrett 2023-12-22 03:38:13 +00:00
  • 0e29fe1517 build: Bump rustix from 0.38.8 to 0.38.25 Bo Chen 2024-01-25 15:11:18 -08:00
  • fbb648166a fuzz: Fix cargo fuzz build issue with crc32c Bo Chen 2024-02-06 15:09:46 -08:00
  • ea87988f93 block: Replace use of crc32c crate with crc-any Rob Bradford 2024-02-06 20:48:47 +00:00
  • f35d573431 build: Bump vmm-sys-util crate and its consumers Bo Chen 2024-01-23 09:29:40 -08:00
  • a489a11ccf arch: x86_64: enable HTT flag Thomas Barrett 2024-01-26 18:43:45 +00:00
  • 4f1fb3632b arch: x86_64: enable nested virtualization on amd if supported Thomas Barrett 2024-01-14 23:40:00 +00:00
  • 693e456793 build: Update ARM64 GitHub action for windows integration tests Ravi kumar Veeramally 2024-03-04 18:50:30 +02:00
  • 8c1b112a60 build: Add GitHub action for metrics tests Ravi kumar Veeramally 2024-02-28 11:33:31 +02:00
  • 26cab16830 build: Avoid cancellation of release build workflow on MQ Rob Bradford 2024-03-01 14:38:17 +00:00
  • c588138187 build: Use authentication token to avoid GitHub rate limit Rob Bradford 2024-03-02 10:31:00 +00:00
  • 4b72e5a886 build: Allow 'cancel-in-progress' for bare-metal workers Bo Chen 2024-03-01 10:00:16 -08:00
  • 51febbb7fe build: Add SGX, VFIO and rate limit testing to MQ Rob Bradford 2024-02-29 07:36:30 +00:00
  • 551d36e502 build: Add a step to fix workspace permissions on bare-metal workers Bo Chen 2024-02-29 14:23:30 -08:00
  • 6a5a2ac83d tests: Fix test_snapshot_restore_hotplug_virtiomem on 16 cores VM Bo Chen 2024-02-29 14:00:29 -08:00
  • 37666f842d build: Run integration tests on smaller VMs Bo Chen 2024-02-29 10:21:54 -08:00
  • a09d828713 scripts: Update Azure storage location to access images Ravi kumar Veeramally 2024-02-28 11:51:10 +02:00
  • 67904a90fc build: Cancel in progress actions on update Rob Bradford 2024-02-28 15:17:57 +00:00
  • 196e653a50 build: Only run bisectability check on PRs Rob Bradford 2024-02-28 15:13:19 +00:00
  • 355148c3d6 build: Only check DCO on PRs Rob Bradford 2024-02-28 13:50:42 +00:00
  • 1dff2503a6 build: Skip release check on pull requests Rob Bradford 2024-02-28 13:16:18 +00:00
  • f4c85aef89 build: Only run Intel + glibc on PR builds for x86-64 tests Rob Bradford 2024-02-28 12:08:45 +00:00
  • 0131a408bf build: Make the Windows Guest Test always pass on PR builds Rob Bradford 2024-02-28 11:54:27 +00:00
  • bd506500d7 build: Remove unnecessary if event checks from vfio/sgx workflows Rob Bradford 2024-02-28 09:57:58 +00:00
  • 80724b1662 build: Use a nicer name for DCO check step Rob Bradford 2024-02-28 09:51:12 +00:00
  • 1f6b43db49 build: Ensure all required checks run on merge_group Rob Bradford 2024-02-28 09:49:28 +00:00
  • 878c2275a2 ci: Remove Jenkinsfile Bo Chen 2024-02-27 15:41:39 -08:00
  • 5fc018abdd build: Add GitHub action for Windows guest integration tests Ravi kumar Veeramally 2024-02-27 20:23:34 +02:00
  • 690e10eef4 build: Add GitHub action for Rate Limiter integration tests Ravi kumar Veeramally 2024-02-26 20:22:21 +02:00
  • ea12024793 build: Add GitHub action for VFIO integration tests Ravi kumar Veeramally 2024-02-22 20:07:03 +02:00
  • e082ed23ed build: Add GitHub action for SGX integration tests Ravi kumar Veeramally 2024-02-22 21:38:26 +02:00
  • d1953633e2 build: Add some timeouts to integration test workflow Rob Bradford 2024-02-22 17:22:24 +00:00
  • 23f1490667 build: Add libc to matrix for x86-64 tests Rob Bradford 2024-02-22 16:22:55 +00:00
  • b312a970ef build: Disable "fail fast" on x86-64 GitHub action Rob Bradford 2024-02-22 16:19:01 +00:00
  • 6e544d0a30 build: Switch GitHub action ARM64 builds to musl Rob Bradford 2024-02-22 16:17:09 +00:00
  • bc84ac4699 build: Extend x86-64 GitHub action to AMD runner Rob Bradford 2024-02-22 12:26:41 +00:00
  • 78f0f30751 tests: Remove download of unused bionic image for aarch64 Rob Bradford 2024-02-22 12:02:07 +00:00
  • 8b0d43e2fe build: Add GitHub action for ARM64 integration tests Rob Bradford 2024-02-22 11:22:27 +00:00
  • 61430fb345 build: Add GitHub action for unit/integration testing Rob Bradford 2024-02-22 09:38:25 +00:00
  • cb984e163c build: Bump js-sys from 0.3.68 to 0.3.69 in /fuzz dependabot[bot] 2024-03-14 23:29:03 +00:00
  • 1363891df6 vmm: Avoid deadlock from waiting on paused device worker threads Bo Chen 2024-03-13 15:14:35 -07:00
  • f898e660b6 build: Bump redox_users from 0.4.3 to 0.4.4 dependabot[bot] 2024-03-13 23:56:41 +00:00
  • d2c2054047 build: Bump cc from 1.0.88 to 1.0.90 in /fuzz dependabot[bot] 2024-03-13 23:32:02 +00:00
  • 2d6287d159 hypervisor: Fix boot failure on SNP guest Muminul Islam 2024-03-12 14:16:58 -07:00
  • 61d9debb5e build: Bump wasm-bindgen from 0.2.91 to 0.2.92 in /fuzz dependabot[bot] 2024-03-12 23:46:59 +00:00