mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 11:31:05 +00:00
release: Kata Containers 2.4.0-alpha2
- virtcontainers: Enable initrd for Cloud Hypervisor - versions: update Rust to 1.58.1 - Sandbox sizing feature - kata-deploy: Fix the tag replacement logic - docs: Update networking details in the architecture doc - Fix and re-enable s390x GoVMM tests - runtime: fix handling container spec's memory limit - ci: Pass function arguments in static-checks.sh - docs: Remove docker run and sysctl limitation - runtime: update runc and image-spec dependencies - agent: resolve unused variables in tests - Upgrade to Cloud Hypervisor v21.0 - runtime: rectify passing empty options to -ldflags - osbuilder: Remove libseccomp from Dockerfile - agent: fix the issue of creating new namespaces for agent - docs: Remove kata-pkgsync reference - docs: Redirect glossary to the wiki - workflows: Use base instead of head ref for kata-deploy-test - govmm: Use it from our own repo - tools: Fix groupname if it differs from username - workflows: Fix typo in kata-deploy-push action - release: Escape backticks in Libseccomp Notices - packaging: Remove kata-pkgsync tool - govmm: Bring the project in - version: bump to kubernetes 1.23 - vendor: update govmm - workflows: Ensure force-skip-ci skips all actions - runtime: -Wl,--s390-pgste for s390x - workflows: Use the correct branch ref on test kata-deploy - update apiVersion - scripts: Use shebang /usr/bin/env bash - packaging: Make kernel config accessible to guest - docs: fix a typo in host-cgroups.md doc - qemu: add support for SGX - experimentally enable the vcpu-hotplug for arm in qemu side - Remove all the non-tested rootfs - docs: Remove ccloudvm reference - runtime: Provide protection for shared data - kata-deploy: validate conf file can be created - runtime: it should rollback when failed in Sandbox AddInterface - libs: add some generated files to .gitignore - runtime: close span before return from function in case of error - packaging: Remove ccloudvm instructions and script - docs: Default machine type is q35 meanwhile - CI: Revert "CI: Switch to a mirror as gnu.org is down" - agent: fix the broken protobuf generation code - packaging: Remove obs packages testing for kata 2.0 - runtime: Remove docker comments for kata 2.0 configuration.tomls - docs: fix agent proto file path - qemu: update readonly flag for block devices - qemu: only set wait parameter for server mode socket based char device - qemu: Fix 32 bit int overflow in test file - qemu: Add support for legacy serial device - qemu: Remove -realtime in favor of -overcommit - Add clean shutdown support - govmm/qemu: Let IO/memory reservations be specified for bridge devices - QMP: Add ExecuteBlockdevAddWithDriverCache - qemu: Fix iommu_platform for CCW - qemu: Add credentials to qemu Cmd - Don't use deprecated 'props' argument to QMP 'object-add' - Use 'host_device' driver for blockdev backends - add support for "sandbox" feature to qemu - qemu: support read-only nvdimm - Support golang 1.16 - qemu: Consistent parameter building - qemu: Allow hot-plugging memory devices on PCI bridges - qemu: Add support for PEF - qemu: Add support for Secure Execution - qemu: VhostUserDevice CCW device numbers - qmp: remove chatty log - Fix qemu commandline issue with empty romfile - qemu: add support for tdx-guest object - qemu: Append memory backend for non-DIMM setups - qemu: add support for device loaders - qemu: support QEMU 6 - qmp: Add ro argument for block-device hotplug funcs - qemu: add arm64 to support list of dimm - qemu: enable "-pflash" - qemu: add pvpanic and dump guest memory support - Add serial ID to blk device - Make fw_cfg a slice - contributors: remove CONTRIBUTORS.md file - misc: Update for new GitHub organisation name - qemu: add fw_cfg flag to config - Add qom-get function - typo fix - Add support for hot-plugging IBM Adjunct Processor (AP) devices - github: enable github actions - travis: Run coveralls after success - qemu: add iommu_platform knob for qemuParams - qemu: Add NoReboot config Knob for qemuParams - Add multidevs option to fsdev - qemu/qmp: use boolean type for the vhost - qemu: add IOMMU Device - Enable Numa support for Power (ppc64le) architecture - qemu: Add max_ports option to virtio-serial device - Add rt clock definition for rtc clock in qemu - qemu: Add microvm machine type support - qemu: add pmem flag to memory-backend-file - Refactor code to support multiple virtio transports at runtime - qemu: Don't set ".cache-size=" when CacheSize is 0 - qemu: Add pcie-root-port device support. - qmp: Add ExecMemdevAdd and ExecQomSet API - qmp: add ExecutePCIVhostUserDevAdd and ExecuteChardevDel to hotplug vhost-user device - s390x: add s390x travis support - virtio-blk: Add support for share-rw flag - s390x: dimm not supported - improve qemu interaction - qmp: support command 'query-qmp-schema' - qmp: add checks for the CPU toplogy - qemu: support x86 SMP die - Support x-pci-vendor-id and x-pci-device-id pass to qemu - Support for virtio-blk-ccw - Allow sharing of memory backend file - qemu: add migration incoming defer support - qmp: add virtio-blk multiqueue - qemu: fix the issue of wrong driver for VirtioBlock - qemu: use MiB instead of Gib for virtio-fs cache size - qemu/qmp: re-implement mainLoop - qemu/qmp: fix readLoop() reuse scanner.Bytes() underlying array problem - govmm: add VhostUserFS vhost-user device type - qmp: Conditionally pass threadID and socketID when CPU device add - Fix travis - qmp: Add nvdimm support - qemu: Allow disable-modern option from QMP - qmp: Output error detail when execute QMP command failed - Run tests for the s390x build - Contributors: Add Clare Chen to CONTRIBUTORS.md - Verify govmm builds on s390x - Contributors: Add my name - qemu: Add s390x support - Update file headers , CONTRIBUTING.md and add CONTRIBUTORS.md - qmp: fix mem-path properties for hotplug memory. - qemu: change Context ID for Vsock to uint64 - qemu/qmp: preparation for s390x support - qemu/qmp: add new function ExecuteBlockdevAddWithCache - qemu: add support for pidfile option - qemu: Fix virtio-net-pci QMP command - qemu: Add support for romfile option - Update guidelines on security issue reporting - qemu: Add virtio-balloon device suppport. - qemu: Show full path to qemu binary at launch time - qemu: Fix the support of PCIe bridge - qmp: add ExecuteQueryMigration - qemu: skip setting system memory if it is set via dimm device - qmp: add "query-cpus" support - qemu/qmp: add vfio mediated device support on root bus - qemu/image: Reduce permissions of .iso creation dir - qemu/qmp: nic can works without vhost - qemu: Add rng device . - qemu/qmp: support query-memory-devices qmp command. - govmm: modify govmm to be compatible with qemu 2.8 - qemu/qmp: support hotplug a nic whose qdisc is mq - qmp: Remind users that you must first call ExecuteQMPCapabilities() - qemu/qmp: Add netdev_add with chardev support - Add some negative test cases - qemu: Use the supplied context.Context for launching - disk: Add --share-rw option for hotplugging disks - qemu/qmp: add vfio mediated device support - qemu: Do not try and generate invalid RTC parameters - qemu/qmp: add addr and bus to hotplug vsock devices - qemu/qmp: add function for hotplug network by fds - qemu/qmp: implement functions to hotplug chardevs and serial ports - qemu: add vhostfd and disable-modern to vsock hotplug - Add two additional static analysis tools to the travis builds - qemu/qmp: implement function for hotplug network - qemu: add vhostfd and disable-modern to vhost-vsock-pci - qemu/qmp: implement function to hotplug vsock-pci - Add APIs to enable vm templating - qemu: Add qemu parameter for PCI address for a bridge. - Add ability to associate a SCSI controller device with an iothread - qemu: add initrd support - qemu: add DisableModern to SCSIController - qemu: add extra options for the machine type - scsi: Add function to send device_add qmp command for a scsi device - Compute coverage statistics for unit tests in Travis builds - scsi: Add a scsi controller device - qemu: Add VSOCK support - Vhost-user: add block device support - qemu: Add maxcpus attribute to -smp - Add badges to the README.md file - Enable Travis builds - qemu: introduce vhost-user handlingbcce1a19
versions: update Rust to 1.58.17c956e0d
virtcontainers: Enable initrd for Cloud Hypervisoraa3fae13
kata-deploy: Fix the tag replacement logic8cde5413
runtime: introduce static sandbox resource management13eb1f81
docs: describe vCPU handling when hotplug is unavailablec3e97a0a
config: updates to configuration clh, fc toml template75ae5361
docs: Update networking details in the architecture docfc0e0951
runtime: fix handling container spec's memory limit7af40fbc
docs: Remove docker run, sysctl and docker daemon limitations17211979
ci: Pass function arguments in static-checks.sh5643c6dc
runtime: update runc and image-spec dependencies2f37165f
govmm: Unite VirtioNet tests4a428fd1
govmm: readonly=on in s390x blkdev test79ecebb2
govmm: TestAppendPCIBridgeDevice et al. on !s390xdc285ab1
govmm: Remove unnecessary comma in iommu_platformd23f2eb0
govmm: Revert "govmm: s390x: Skip broken tests"f52ce302
runtime: rectify passing empty options to -ldflags2d799cbf
virtcontainers: clh: Re-generate the client code7e15e99d
versions: Upgrade to Cloud Hypervisor v21.09c2f1de1
docs: Remove kata-pkgsync referencedf6ae1e7
osbuilder: Remove libseccomp from Dockerfile0338fc65
docs: Redirect glossary to the wiki3924470c
workflows: Use base instead of head ref for kata-deploy-test5ce9011a
govmm: s390x: Skip broken tests8bcaed0b
govmm: Adapt license headers to kata-containers6dd65779
govmm: Ignore govet checks, at least for nowde678a3a
govmm: Remove non-relevant top filesec6655af
govmm: Use govmm from our own pkg8cc088b5
packaging: Remove kata-pkgsync toola8b66de5
release: Escape backticks in Libseccomp Noticesc3785f66
workflows: Fix typo in kata-deploy-push actionf4a4c3c7
version: bump to kubernetes 1.2349223e67
runtime: remove enable_swap option7a879164
workflows: Ensure a label change re-triggers the actionsd87ab14f
workflows: Ensure force-skip-ci skips all actions5285ac2b
runtime: -Wl,--s390-pgste for s390xfc646434
workflows: Use the correct branch ref on test kata-deploye347694f
tools: Fix groupname if it differs from username41e0c414
vendor: update govmma5829a29
docs: fix a typo in host-cgroups.md doc92773170
agent: resolve unused variables in tests8939b0f8
qemu: add support for SGX2d0ec00a
Qemu: Enable the vcpu-hotplug for arme22a4e2a
packaging: Make kernel config accessible to guestadffd3f8
scripts: Use shebang /usr/bin/env bashe4b7a12b
qat: Add Debian to the distro examples6979d5be
osbuilder: Remove gentoo rootfs-builder22c1a093
osbuilder: Remove suse rootfs-builder85dd5873
osbuilder: Remove fedora rootfs-builder06fae29f
osbuilder: Remove centos rootfs-builder01005c5a
docs: Remove ccloudvm reference878ab93c
runtime: Provide protection for shared dataac7acbf8
kata-deploy: validate conf file can be created7e2bc4d7
packaging: Remove ccloudvm instructions and script85f5ae19
runtime: close span before return from function in case of error106df33f
libs: add some generated files to .gitignoreb133a236
runtime: it should rollback when failed in Sandbox AddInterface7f546748
CI: Revert "CI: Switch to a mirror as gnu.org is down"c486c2ca
agent: fix the broken protobuf generation codef6cdf464
docs: Default machine type is q35 meanwhileb48322d4
packaging: Remove obs packages testing for kata 2.0ad16d75c
runtime: Remove docker comments for kata 2.0 configuration.tomls905e124b
docs: fix agent proto file pathea1a1738
agent: fix the issue of creating new namespaces for agentb17f0739
qemu: update readonly flag for block devicesb5b9de1d
kata-deploy: Update API Version of RuntimeClass to v1f971801b
qemu: only set wait parameter for server mode socket based char device82cc01d2
qemu: Fix 32 bit int overflow in test file1d1a2313
qemu: Add support for legacy serial device9a2bbeda
qemu: Remove -realtime in favor of -overcommitfe83c208
qemu: Add support for --no-shutdown Knob1ed52714
qmp: wait for POWERDOWN event in ExecuteSystemPowerdown()de039da2
govmm/qemu: Let IO/memory reservations be specified for bridge devices5c7998db
QMP: Add ExecuteBlockdevAddWithDriverCache3a9a6749
qemu: Add credentials to qemu Cmdd27256f8
qmp: Don't use deprecated 'props' field for object-addd8cdf9aa
qemu: Drop support for versions older than 5.018352c36
qemu: Fix iommu_platform for vhost user CCW1b021929
Use 'host_device' driver for blockdev backends9518675e
add support for "sandbox" feature to qemu335fa816
qemu: fix golangci-lint errors61b63787
.github/workflows: reimplement github actions CI9d6e7970
go: support go modules0d21263a
qemu: support read-only nvdimmff34d283
qemu: Consistent parameter building0e19ffb6
qemu: Allow hot-plugging memory devices on PCI bridgesc135681d
qemu: Add support for PEF03b55ea5
qemu: Add support for Secure Execution7a367dc0
qemu: Simplify (Object).Valid()a6cec2d3
qemu: add support for SevGuest objectabd3c7ea
qemu: VhostUserDevice CCW device numbers3eaeda7f
qemu: Refactor vhostuserDev.QemuParams511cf58b
Fix qemu commandline issue with empty romfileb3eac95b
qmp: remove frequent, chatty log31418940
qemu: add support for tdx-guest object4b136f3f
qemu: Append memory backend for non-DIMM setups6213dea4
qemu: support QEMU 60d47025d
qemu: add support for device loaderse2eb549f
qmp: Add ro argument for block-device hotplug funcs0592c825
qemu: add arm64 to support list of dimm2079c15c
qemu: enable "-pflash"b8cd7059
qmp: add dump-guest-memory supportd7836877
qemu: add pvpanic device to get GUEST_PANICKED event43d774d2
Add serial to blk device8cb8b24c
Make fw_cfg a slicecb0d3391
contributors: remove CONTRIBUTORS.md file29ba5a90
qemu: add fw_cfg flag to config9f309c2a
misc: Update for new GitHub organisation name3d46d08a
Add qom-get function39c372a2
Add support for hot-plugging IBM VFIO-AP devicesf5bdd53c
travis: disable amd64 jobs1af1c0d7
github: enable github actions4831c6e0
travis: Run coveralls after successcf0f05d2
qemu: add iommu_platform knob for qemuParams6645baf2
qemu: Add NoReboot config Knob for qemuParamsabca6f3c
Add multidevs option to fsdevcc538766
qemu/qmp: use boolean type for the vhoste57e86e2
qemu: add IOMMU Deviceb2aa0225
Enable Numa support for Power (ppc64le) architecture29529a5d
Add rt clock definition for rtc clock in qemu0e98b613
qemu: Add max_ports option to virtio-serial device787c86b7
qemu: Add microvm machine type support5378725f
qemu: add pmem flag to memory-backend-file3700c55d
qemu: add block device readonly support88a25a2d
Refactor code to support multiple virtio transports at runtime2ee53b00
qemu: Don't set ".cache-size=" when CacheSize is 0f1252f6e
qemu: Add pcie-root-port device support.6667f4e9
qmp_test: Add TestExecMemdevAdd and TestExecQomSet201fd0ae
qmp: Add ExecMemdevAdd and ExecQomSet APIe04be2cc
qmp: add ExecutePCIVhostUserDevAdd API13aeba09
qmp: support command 'chardev-remove'6d6b2d88
s390x: add s390x travis support175ac499
typo fixcb9f640b
virtio-blk: Add support for share-rw flag9463486d
s390x: dimm not supported164bd8cd
test/fmt: drop extra newlines73555a40
qmp: add query-status API234e0edf
qemu: fix memory prealloc handling30bfcaaa
qemu: add debug logfile79e0d533
qmp: support command 'query-qmp-schema'68cdf64f
test: add cpu topology testse0cf9d5c
qmp: add checks for the CPU toplogya5c11908
qemu: support x86 SMP die8fd28e23
Support x-pci-vendor-id and x-pci-device-id pass to qemu713d0d94
s390x: add virtio-blk-ccw type65cc343f
test: add devno in the tests for s390x9cf98da0
s390x: add devno support0c900f59
Allow sharing of memory backend filef695ddf8
qemu: add migration incoming defer supportf0f18dd0
qmp: add virtio-blk multiqueue7d3deea4
qemu: Add a virtio-blk-pci device driver support058cda06
qemu: use MiB instead of Gib for virtio-fs cache size694a7b1c
qemu/qmp: re-implement mainLoop5712b119
qemu/qmp: fix readLoop() reuse scanner.Bytes() underlying array problem3c84b1da
govmm: add VhostUserFS vhost-user device type4692f6b9
qmp: Conditionally pass threadID and socketID when CPU device add1f51b438
Update the versions of Go used to build GoVMMad310f9f
Fix staticcheck S1023932fdc7f
Fix staticcheck S1023cb2ce933
Fix staticcheck S1008f0172cd2
Fix staticcheck (S1002)5f2e630b
Fix staticcheck (S1025)4beea513
Fix staticcheck (ST1005) errors97fc3435
contributors: add my namec891f5f8
qmp: Add nvdimm supportf9b31c0f
qemu: Allow disable-modern option from QMPd6173077
Run tests for the s390x buildb36b5a8f
Contributors: Add Clare Chen to CONTRIBUTORS.mdb41939c6
Contributors: Add my namedab4cf1d
qmp: Add tests5ea6da14
Verify govmm builds on s390xee75813a
contributors: add my namec80fc3b1
qemu: Add s390x supportca477a18
Update source file headerse68e0056
Update the CONTRIBUTING.md2b7db547
Add the CONTRIBUTORS.md fileb3b765cb
qemu: test Valid for Vsock for Context ID3becff5f
qemu: change of ContextID from uint32 to uint64f30fd135
qmp: Output error detail when execute QMP command failed7da6a4c7
qmp: fix mem-path properties for hotplug memory.e4892e33
qemu/qmp: preparation for s390x support110d2fa0
qemu/qmp: add new function ExecuteBlockdevAddWithCachea0b0c86e
qmp_test: Change QMP version from 2.6 to 2.910c36a13
qemu: add support for pidfile option9c819db5
qemu: Fix virtio-net-pci QMP command7fdfc6a4
qemu: Add support for romfile optione74de3c7
Update guidelines on security issue reportingec83abe6
qemu: Add virtio-balloon device suppport.46970781
qemu: Show full path to qemu binary at launch timeef725050
qemu: Fix the support of PCIe bridge56f645ea
qmp: add ExecuteQueryMigrationa429677a
govmm: fix memory prealloc1130aab8
qmp: add "query-cpus" supportde5d2788
qemu/qmp: add vfio mediated device support on root busde00d7a6
qemu/image: Reduce permissions of .iso creation dir1a1fee75
qemu/qmp: nic can works without vhost6c3d84ea
qemu: Add virtio RNG device.b16291cf
qemu/qmp: support query-memory-devices qmp command.ce070d11
govmm: modify govmm to be compatible with qemu 2.80286ff9e
qemu/qmp: support hotplug a nic whose qdisc is mq8515ae48
qmp: Remind users that you must first call ExecuteQMPCapabilities()21504d31
qemu/qmp: Add netdev_add with chardev supported34f616
Add some negative test cases for qmp.go17cacc72
Add negative test cases for qemu.go2706a07b
qemu: Use the supplied context.Context for launchinge46092e0
qemu: Do not try and generate invalid RTC parametersfcaf61dc
qemu/qmp: add vfio mediated device support4461c459
disk: Add --share-rw option for hotplugging disks68519998
qemu/qmp: add addr and bus to hotplug vsock devices10efa841
qemu/qmp: add function for hotplug network by fds80ed88ed
qemu/qmp: implement function to hotplug serial portsca46f21f
qemu/qmp: implement function to hotplug character devices03f1a1c3
qemu/qmp: implement getfd84b212f1
qemu: add vhostfd and disable-modern to vsock hotplug12dfa872
qemu/qmp: implement function for hotplug network3830b441
qemu: add vhostfd and disable-modern to vhost-vsock-pcif700a97b
qemu/qmp: implement function to hotplug vsock-pci4ca232ec
qmp_test: Fix Warning and Error level logs430e72c6
qemu,qmp: Enable gas security checkerffc06e6b
qemu,qmp: Add staticcheck to travis and fix errors54caf781
qmp: add hotplug memorye66a9b48
qemu: add appendMemoryKnobs helper8aeca153
qmp: add migrate set argumentsa03d4968
qmp: add set migration capabilities0ace4176
qemu: allow to set migration incoming723bc5f3
qemu: allow to create a stopped guest283d7df9
qemu: add file backed memory device support30aeacb8
qemu: Add qemu parameter for PCI address for a bridge.9130f375
scsi: Allow scsi controller to associate with an IO thread.a54de183
iothread: Add ability to configure iothreads0c0ec8f3
qemu: add initrd support68f30718
qemu: add DisableModern to SCSIController693d9548
qemu: add options for the machine type3273aafd
scsi: Add function to send device_add qmp command for a scsi device6d198b8a
Compute coverage statistics for unit tests in Travis builds3a31da32
scsi: Add a scsi controller device5316779d
qemu: Add VSOCK supportf5655366
vhost-user: add blk device supporte9e27673
vhost-user: updating comments for accuracy, rename device field8fe57236
qemu: Add maxcpus attribute to -smp3baa7765
Add badges to the README.md filed74e3b66
Fix errcheck failures in the unit testsdb60e32f
Enable Travis builds9cb47fc0
Add .gitignore file.a8aaf534
Add project documentation57aafb56
Remove all references to and dependencies on ciao27709fce
Move files to the qemu folder48feb29f
qemu: introduce vhost-user handlingb8ddd244
qemu: Add function to list hotpluggable CPUs8c428ed7
qemu: Add function to hotplug CPUs24b14059
qemu: Add functions to process QMP responsee39da6ca
qmp: Add support for hot plugging VFIO devices on PCI(E) bridgesbc030d13
qemu: Add a SysProcAttr parameter to CreateCloudInitISO11977072
qemu: Add a SysProcAttr parameter to LaunchCustomQemub639da45
qemu: Add function to hotplug vfio device7e5614b8
Networking: Add vhost fd support14316ce0
qemu/qmp: Implement function to hot plug PCI devices83485dc9
qemu: Implement Bridge structcfa8a995
Networking: Add support for handling macvtap interfaces83126d3e
bios: add support for custom bios3da2ef9d
QEMU: Knobs: Huge Page Support: Add support for huge pages9bfa7927
vfio: Add ability to pass VFIO devices to qemua70ffd19
Build: Fix the build after repo move.0c206170
Knobs: Modify the behaviour of the Mlock knob.ddee41d5
QEMU: Enable realtime options4ecb9de5
qemu: Add support for memory pre-allocation1fbe6c5d
qmp: Update block device deletion for newer versions of qemue74aeef1
qemu: Add disable-modern option for virtio devices8d617ff5
qemu: Update virtio-net-pci command line25a2dc8f
qemu: Update blockdev-add qmp command to support newer qemu versionsd4f77103
misc: Remove some of the code flagged by unused lintera1600dc1
misc: Remove unused fields identified by structcheck58a835e6
misc: Remove unused variables identified by varcheckd48b5b5f
qemu: Add PCI option to the NetDevicea84228ae
qemu: Document how cancelling works.1e7202a5
qemu: Fix spelling error in qmp_test.goc6f33453
qemu: Fix command cancelling.a8a798b0
qemu, ciao-launcher: Move ConfigDrive ISO creation code to qemu30cf1163
Add missing bus parameter for a CharDevice2aa5f5a3
qemu: Add support for serial port addition6fe338d6
qemu: Support creating multiple QMP sockets992b861e
qemu: Add the daemonize qemu option to the Knobs structure997cb233
qemu: Remove dead codee555f565
qemu: Add support for socket based consoleseae8fae0
qemu: Fix security model typodb067857
qemu: Make Config's FDs field private12f6ebe3
qemu: Embed the qemu parameters into the Config structuree193a77b
qemu: Add support for block devices3908185c
qemu: Add MACVTAP support6d7dfa04
qemu: Get rid of the Driver structurecc9cb33a
qemu: Add QMPSocket specific type2d736d71
qemu: Add RTC specific typese543c338
qemu: Probe each qemu device with a drivereda8607c
qemu: Add netdev options to the Device structure4780e237
qemu: Add multi-queue and vhost definitions to NetDevice137e7c72
qemu: Add a NetDevice slice to the Config structurec0e2aaca
qemu: Add one unit test for the Config strings5ba8ef79
qemu: Add QMP socket unit tests7b2f7eb5
qemu: Add Memory and SMP unit tests2ea9b9a3
qemu: Add a Kernel unit test8e495f6e
qemu: Add a Knobs unit test8aeb3d45
qemu: Add an Object unit test38e041dc
qemu: Add Device unit tests54d32c24
qemu: Add parameters adding unit testsebfa382d
qemu: Add a Knobs field to the Config structurefe1bdcd2
qemu: Remove the extra parameters field from the Config structure15bce61a
qemu: Group all machine configurations into one structured94b5af8
qemu: Add a VGA parameter field to the Config structure4892d041
qemu: Add a Global parameter field to the Config structure612a5a9e
qemu: Add a RTC field to the Config structurec63ec096
qemu: Add a SMP field to the Config structure7cf386a8
qemu: Add a Memory field to the Config structureb198bc67
qemu: Add a UUID field to the Config structure6239e846
qemu: Add a Character Devices slice field to the Config structure73e2d53c
qemu: Add a Filesystem Devices slice field to the Config structure518ba627
qemu: Add a Kernel field to the Config structureb973bc59
qemu: Add an Object slice field to the Config structure8744dfe8
qemu: Add a Device slice field to the Config structure5458de70
qemu: Add a QMP socket field to the Config structure17118270
qemu: Add qemu's name to the Config structure37a1f500
qemu: Add configuration structure to simplify LaunchQemu5ccbaf2b
ciao-launcher, qemu: Upgrade to new context package.f5720198
qemu: Use null QMP logger when the logger parameter is nil7d4199a4
qemu: Fix ineffassign error7f50a415
qemu: Fix a silly bug in LaunchQemufc6bf8cf
qemu: Add package documentation306f54a9
ciao-launcher, qemu: Move launchQemu to qemu344aa22b
qemu: Add the qemu package Signed-off-by: Snir Sheriber <ssheribe@redhat.com>
This commit is contained in:
parent
732c45de94
commit
26e08b273c