| Commit | Tree | Parents | Author | Summary | Date |
|---|
| 1460b99211e4 | 9826e235e335 | 27fd93b6a675 | John Baldwin | Change config.dump to write out a valid key-value config file. | Sep 17 2020, 5:28 PM |
| 27fd93b6a675 | 899079b6ce99 | 4538e88609c6 | John Baldwin | Use -k for the key-value config file instead of -f. (Show More…) | Sep 3 2020, 4:18 PM |
| 4538e88609c6 | 6f6f8bcca241 | 05af4900f88c | John Baldwin | Fix correct variable name. | Sep 3 2020, 4:16 PM |
| 05af4900f88c | de9b5b0d7562 | 1d0f7b32ac72 | John Baldwin | Treat config.dump as a boolean. | Aug 12 2020, 10:16 PM |
| 1d0f7b32ac72 | c8f5071d7e8f | 62beb0653100 | John Baldwin | Don't skip : before port twice. | Aug 12 2020, 9:18 PM |
| 62beb0653100 | f8746844b50a | 08f31f6ebd15 | John Baldwin | Switch to lowercase names for com1 and com2. | Jul 16 2020, 5:07 PM |
| 08f31f6ebd15 | b6cf24b462c3 | 6225c621840e | John Baldwin | Use the correct name for setting the lpc uart backend. (Show More…) | Jul 16 2020, 4:36 PM |
| 6225c621840e | c3de532d318e | 827a6e664db0 | John Baldwin | Fix a sign error when parsing blockif options. | Jul 7 2020, 9:09 PM |
| 827a6e664db0 | 50e39fdfd12b | 139560ab4e73 | John Baldwin | Don't always fail to parse PCI slots. | Jul 7 2020, 8:58 PM |
| 139560ab4e73 | 54afa11e858f | 09690afc6fee | John Baldwin | Rename "mptable" -> "x86.mptable". | Jul 7 2020, 8:27 PM |
| 09690afc6fee | 0398aa0a8de5 | 8079c920e596 | John Baldwin | Update xhci and USB devices to use config variables. | Jul 7 2020, 8:23 PM |
| 8079c920e596 | 085ba8e3c63b | 7193ff2c4eaf | John Baldwin | Treat a missing "device" value for a PCI node as a fatal error. | Jul 7 2020, 8:04 PM |
| 7193ff2c4eaf | 8f8c1a59d36e | a11f589d974d | John Baldwin | Use a better example PCI address. | Jul 7 2020, 8:02 PM |
| a11f589d974d | 837aba5c48a9 | 43a91079bd97 | John Baldwin | Update stale comment. | Jul 7 2020, 7:39 PM |
| 43a91079bd97 | 56b0fa27f814 | 9a89612f5760 | John Baldwin | Update pci_uart to use config variables. | Jul 6 2020, 9:35 PM |
| 9a89612f5760 | a64f292f2ded | 57b5cf2d95d4 | John Baldwin | Update vtscsi to use config variables. | Jul 6 2020, 9:31 PM |
| 57b5cf2d95d4 | a9c2f4e47fa2 | c75613764a5b | John Baldwin | | Jul 6 2020, 9:24 PM |
| c75613764a5b | b2a78421b654 | 3e7b83495ce3 | John Baldwin | Update virtio-rnd. | Jul 6 2020, 9:18 PM |
| 3e7b83495ce3 | fcc0b56fc8d9 | 417dffeb54e9 | John Baldwin | | Jul 6 2020, 9:16 PM |
| 417dffeb54e9 | 0fbbe42aa7a2 | fd70246177d2 | John Baldwin | | Jul 6 2020, 9:04 PM |
| fd70246177d2 | 262a8bc22653 | 0115f65a34c4 | John Baldwin | Const the nvlist passed to get_config_*_node*(). | Jul 6 2020, 9:04 PM |
| 0115f65a34c4 | e456c8991914 | 196edb140d29 | John Baldwin | Update vtblk to use config variables. | Jul 6 2020, 8:41 PM |
| 196edb140d29 | 4ca0ab70e62b | 428a996a4b60 | John Baldwin | Rename pci_nvme_legacy_config to blockif_legacy_config. | Jul 6 2020, 8:38 PM |
| 428a996a4b60 | 62d8b71034b9 | de9f1af74f16 | John Baldwin | | Jul 6 2020, 8:34 PM |
| de9f1af74f16 | f02b498116b5 | ab56f7f0096c | John Baldwin | Update nvme to use config variables. | Jul 6 2020, 8:22 PM |
| ab56f7f0096c | 6f6584a4f8e1 | 6d8c4a4f7b4a | John Baldwin | Update lpc devices to use config variables. | Jul 6 2020, 8:21 PM |
| 6d8c4a4f7b4a | f64b3d096607 | 90fd0389d655 | John Baldwin | | Jul 6 2020, 7:13 PM |
| 90fd0389d655 | fc39c1490f10 | 24a708ab3920 | John Baldwin | | Jul 6 2020, 6:53 PM |
| 24a708ab3920 | 6ec689d0a492 | c865554592dc | John Baldwin | Update fbuf to use config variables. | Jul 6 2020, 6:46 PM |
| c865554592dc | 369496c051d1 | 4775c8cd7ba0 | John Baldwin | | Jul 6 2020, 6:08 PM |
| 4775c8cd7ba0 | 80c1c0661478 | 9a3b4ab25e32 | John Baldwin | Convert e1000 to config variables. | Jul 6 2020, 5:57 PM |
| 9a3b4ab25e32 | b227a48c0856 | 3279c65c517b | John Baldwin | Convert net backends to using config variables. (Show More…) | Jul 6 2020, 5:56 PM |
| 3279c65c517b | 96d8a242c2c0 | fbae7d7dfcad | John Baldwin | Mark string input to net_parsemac as const. | Jul 6 2020, 5:56 PM |
| fbae7d7dfcad | e9c9aa45edbd | 4235cf1be1a5 | John Baldwin | Fix strndup() call. | Jul 6 2020, 5:45 PM |
| 4235cf1be1a5 | a1c4baef7d42 | ec4b049103d3 | John Baldwin | Mark opts string passed to legacy parsers as const. | Jul 6 2020, 5:42 PM |
| ec4b049103d3 | c958e1315a4c | 818921acf2fb | John Baldwin | Restore check for existing slot configuration. | Jul 6 2020, 5:22 PM |
| 818921acf2fb | b081bc8a5b22 | e1313cf64426 | John Baldwin | Update pci_ahci(4) to use config variables. | Jul 6 2020, 5:19 PM |
| e1313cf64426 | 75abbea42fa0 | c7b032bc17f1 | John Baldwin | | Jul 6 2020, 5:07 PM |
| c7b032bc17f1 | 349261049537 | 3d32540915d5 | John Baldwin | Add a new pde hook to parse legacy command-line strings. (Show More…) | Jul 6 2020, 4:41 PM |
| 3d32540915d5 | b99290d2cf28 | 66cc282553db | John Baldwin | Remove the boolean create arg from lookup_config_node. (Show More…) | Jul 6 2020, 4:40 PM |
| 66cc282553db | 8ebabff1e773 | 0af7a796b960 | John Baldwin | Update blockif_open() to read options from a config node. | Jul 6 2020, 4:21 PM |
| 0af7a796b960 | 2a1932634476 | 72e30844888e | John Baldwin | Add wrappers for bool values when using a parent node. (Show More…) | Jul 6 2020, 4:20 PM |
| 72e30844888e | f8f89fd67c00 | fa00024a0a2d | John Baldwin | Switch PCI emulation over to using pci.<bus>.<slot>.<func> nodes. (Show More…) | Jul 5 2020, 7:39 PM |
| fa00024a0a2d | 152dbf798fc2 | 587461bdec10 | John Baldwin | Move some x86-specific variable under an "x86." prefix. | Jul 2 2020, 7:56 PM |
| 587461bdec10 | 4b8730fcce45 | 07c74e6fafa1 | John Baldwin | Convert 'destroy_on_poweroff' to a config variable. | Jul 2 2020, 7:50 PM |
| 07c74e6fafa1 | 7222acb98a15 | f5ea15fa3fe5 | John Baldwin | Various fixes after rebasing. | Jul 2 2020, 7:48 PM |
| f5ea15fa3fe5 | ba86be0c9a9b | 7b1ee7842b73 | John Baldwin | Ignore blank lines and comment lines (starting with #) in config file. | Jul 3 2019, 6:38 AM |
| 7b1ee7842b73 | 154adf4a1865 | 0d76c49a27dd | John Baldwin | Fix some err() to be errx(). | Jul 3 2019, 6:34 AM |
| 0d76c49a27dd | d2daa8ad5905 | 714a4a03abc4 | John Baldwin | | Jul 3 2019, 6:31 AM |
| 714a4a03abc4 | f1fc923299bf | 5e2c234d171f | John Baldwin | Use "vcpu.N.cpuset" for the cpusets for vcpu threads. (Show More…) | Jul 2 2019, 6:04 AM |
| 5e2c234d171f | e12a4a1b5392 | cecaa22482da | John Baldwin | Use "mptable" which -Y sets to false. | Jul 2 2019, 5:32 AM |
| cecaa22482da | e5ac5a8c6505 | 343e75af7de7 | John Baldwin | Add "virtio_msix" which -W sets to false. | Jul 2 2019, 5:30 AM |
| 343e75af7de7 | 6cded96d098d | f5a4ff494ffc | John Baldwin | Use "strictmsr" for -w. | Jul 2 2019, 5:28 AM |
| f5a4ff494ffc | 76e04dcb41cb | 34d9c418584a | John Baldwin | Use "uuid" for the UUID string set by -U. | Jul 2 2019, 5:25 AM |
| 34d9c418584a | 5869469e3915 | edce93d239c6 | John Baldwin | Add "rtc.use_localtime" which -U sets to false. (Show More…) | Jun 29 2019, 11:23 PM |
| edce93d239c6 | 13a3e33da8c6 | c2ae44dcea1b | John Baldwin | | Jun 29 2019, 11:17 PM |
| c2ae44dcea1b | 3c34092a707d | 5fac07e5b909 | John Baldwin | Trim some unused prototypes. | Jun 29 2019, 10:28 PM |
| 5fac07e5b909 | cc012690287f | b993b8817269 | John Baldwin | Use "vmexit_on_hlt" and "vmexit_on_pause" for -H and -P. | Jun 29 2019, 10:21 PM |
| b993b8817269 | 067bb411e12f | f90b978c03dd | John Baldwin | Use "gdb.port" and "gdb.wait" for debug server config. | Jun 29 2019, 10:17 PM |
| f90b978c03dd | 19922ce3c2bd | 26137e042985 | John Baldwin | | Jun 29 2019, 9:57 PM |
| 26137e042985 | e1bfe388816f | 5da3a0126107 | John Baldwin | Use "bvmdebug.port" for the TCP port for bvmdebug. | Jun 29 2019, 9:55 PM |
| 5da3a0126107 | 1cd927ec5b07 | b4639462908b | John Baldwin | Use "memory.size" for memory size. | Jun 29 2019, 9:50 PM |
| b4639462908b | 1f60c34d480f | 9a06379dd504 | John Baldwin | Make the config dump optional on a config.dump variable. | Jun 29 2019, 9:03 PM |
| 9a06379dd504 | af80b306b11b | f517582a049d | John Baldwin | Use config variables for memory flags. | Jun 28 2019, 12:38 PM |
| f517582a049d | 930af3cf696e | 1502f654eb6b | John Baldwin | Only print the expanded value if it differs. | Jun 28 2019, 12:38 PM |
| 1502f654eb6b | 5f2374fc7ada | a90605e878d4 | John Baldwin | Map -b to "bvmcons" bool. | Jun 27 2019, 11:17 PM |
| a90605e878d4 | a03477265bcf | 2a4426403226 | John Baldwin | Use "acpi_tables" bool for -A. | Jun 27 2019, 11:15 PM |
| 2a4426403226 | 2841f90208b7 | 8bbe3ae9b4f0 | John Baldwin | Swap names so that _path is the common case. | Jun 27 2019, 9:24 PM |
| 8bbe3ae9b4f0 | c80605ab7f8d | a55f53a680c5 | John Baldwin | Add set_config_bool. | Jun 27 2019, 3:58 PM |
| a55f53a680c5 | e2d255ca08e5 | 9c0b112cb03f | John Baldwin | Add -f and -o to usage. | Jun 27 2019, 3:55 PM |
| 9c0b112cb03f | 21b912a39bb3 | ddc10e3bd3cd | John Baldwin | Map the VM name to the global "name" configuration variable. (Show More…) | Jun 27 2019, 3:25 PM |
| ddc10e3bd3cd | 4bbd938e801b | ee96a3dfa43c | John Baldwin | | Jun 26 2019, 10:16 PM |
| ee96a3dfa43c | be855616ad73 | b763c6971a7c | John Baldwin | Convert x2apic_mode into an 'x2apic' boolean config var. | Jun 26 2019, 10:04 PM |
| b763c6971a7c | 2ccdb55f5b15 | a82c60c03ad8 | John Baldwin | Add a temporary hack to dump the config and exit. | Jun 26 2019, 10:05 PM |
| a82c60c03ad8 | dc35891018d1 | bc22746d9314 | John Baldwin | Add a helper function to fetch and parse a boolean setting. | Jun 26 2019, 10:03 PM |
| bc22746d9314 | fa670e0b6ab4 | a02d604ac243 | John Baldwin | Need to use move_nvlist instead of add_nvlist. | Jun 26 2019, 9:48 PM |
| a02d604ac243 | 39b015e57280 | db218cc1e0fc | John Baldwin | | Jun 26 2019, 9:29 PM |
| db218cc1e0fc | e677eb34377f | dc464af295b8 | John Baldwin | Add a '-o' option to set individual config variables. | Jun 26 2019, 8:53 PM |
| dc464af295b8 | 37bb7c393f66 | b41775c7fca6 | John Baldwin | Add an API for managing a configuration database of key-value pairs. (Show More…) | Jun 26 2019, 8:30 PM |