| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change `Penryn` to `max`cpu-max-features | sickcodes | 2021-07-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | As stated in QEMU 6 Can test currently with: `-e CPU=max \` ``` [user@hostname ~]$ qemu-system-x86_64 -cpu help x86 Penryn (alias configured by machine type) x86 Penryn-v1 Intel Core 2 Duo P9xxx (Penryn Class Core 2) ... x86 base base CPU model type with no features enabled x86 host KVM processor with all supported host features x86 max Enables all features supported by the accelerator in the current host ``` See https://github.com/sickcodes/Docker-OSX/issues/304 | ||||
| * | Remove GitHub action for building | sickcodes | 2021-07-08 | 1 | -33/+0 |
| | | | | Continuing on hub.docker.com | ||||
| * | Add CPUID_FLAGS to edit the CPUID flags on the fly. | sickcodes | 2021-07-08 | 2 | -2/+5 |
| | | |||||
| * | Add link to "make it faster" scripts https://github.com/sickcodes/osx-optimizer | sickcodes | 2021-07-08 | 1 | -1/+10 |
| | | | | See: https://github.com/sickcodes/osx-optimizer | ||||
| * | Add libguestfs-tools to the requirements on Ubuntu | sickcodes | 2021-07-08 | 1 | -1/+1 |
| | | | | Fixes https://github.com/sickcodes/Docker-OSX/issues/311 | ||||
| * | Merge pull request #288 from johnjhacking/patch-1 | sickcodes | 2021-07-02 | 1 | -2/+2 |
| |\ | |||||
| | * | Update fetch-macOS.py | sickcodes | 2021-07-01 | 1 | -1/+1 |
| | | | |||||
| | * | Change call function to Popen | John Jackson | 2021-06-07 | 1 | -2/+2 |
| | | | | | | | The call function can deadlock if the child process prints larger output. Use Popen with the communicate() method with you need pipes. If you switch to Popen, you'll get cleaner debugging. | ||||
| * | | Create docker build action. | sickcodes | 2021-06-28 | 1 | -0/+33 |
| |/ | |||||
| * | Add APFS extraction instructions. | sickcodes | 2021-05-28 | 1 | -0/+39 |
| | | |||||
| * | Fix hero image cache. | sickcodes | 2021-05-24 | 1 | -1/+1 |
| | | |||||
| * | QEMU 6 VNC changes Documentation changes | sickcodes | 2021-05-08 | 1 | -4/+15 |
| | | |||||
| * | Merge pull request #270 from sickcodes/boot-args-cpu | sickcodes | 2021-05-06 | 5 | -13/+51 |
| |\ | | | | | Prepare nakedvnc for hub.docker.com. Add `ENV BOOT_ARGS=` to supply additon boot arguments, for example, `+vmx,rdtscp`. Add `ENV CPU=Penryn` to allow changes to the CPU emulation, for example, `Skylake-Client` | ||||
| | * | Prepare nakedvnc for hub.docker.com. Add `ENV BOOT_ARGS=` to supply additon ↵ | sickcodes | 2021-05-06 | 5 | -13/+51 |
| |/ | | | | boot arguments, for example, `vmx,rdtscp`. Add `ENV CPU=Penryn` to allow changes to the CPU emulation, for example, `Skylake-Client` | ||||
| * | Update README.md with Big Sur 11.3 Fixes | sickcodes | 2021-05-04 | 1 | -0/+11 |
| | | |||||
| * | Apply Big Sur fix update submodule from ↵ | sickcodes | 2021-05-04 | 1 | -0/+0 |
| | | | | | https://github.com/sickcodes/osx-serial-generator/pull/12 | ||||
| * | Update credits | sickcodes | 2021-05-04 | 2 | -2/+8 |
| | | |||||
| * | Disable chown warning | sickcodes | 2021-05-04 | 3 | -3/+3 |
| | | |||||
| * | Update README.md | sickcodes | 2021-05-04 | 1 | -6/+10 |
| | | |||||
| * | Add cool shield from https://dockeri.co/ to README.md | sickcodes | 2021-05-02 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #260 from m-zheng/patch-1 | sickcodes | 2021-04-30 | 1 | -0/+17 |
| |\ | |||||
| | * | Update README.md | Minghua Zheng | 2021-04-28 | 1 | -0/+17 |
| |/ | | | add instructions to change resolution after the container is created | ||||
| * | Temp Fix Failed to boot OSX with GENERATE_UNIQUE #244 | sickcodes | 2021-04-27 | 3 | -3/+3 |
| | | |||||
| * | Merge pull request #258 from tinjaw/csb-z6y1e | sickcodes | 2021-04-26 | 1 | -1/+0 |
| |\ | |||||
| | * | initial commit | Chaim Krause | 2021-04-24 | 1 | -1/+0 |
| |/ | |||||
| * | Merge pull request #253 from sickcodes/file-downgrade-all-images | sickcodes | 2021-04-18 | 4 | -2/+20 |
| |\ | | | | | Downgrade file to 5.39 due to libguestfs bug. All Dockerfiles though. | ||||
| | * | Downgrade file to 5.39 due to libguestfs bug. All Dockerfiles though.file-downgrade-all-images | sickcodes | 2021-04-18 | 4 | -2/+20 |
| |/ | |||||
| * | Merge pull request #252 from sickcodes/file-downgrade-fixes-244 | sickcodes | 2021-04-18 | 1 | -0/+5 |
| |\ | | | | | Downgrade file command for libguestfs | ||||
| | * | [@aronzvi](https://github.com/aronzvi) - Fixed Failed to boot OSX with ↵ | sickcodes | 2021-04-18 | 1 | -0/+5 |
| |/ | | | | GENERATE_UNIQUE #244 | ||||
| * | Merge pull request #251 from sickcodes/libguestfs-exit | sickcodes | 2021-04-18 | 5 | -13/+30 |
| |\ | | | | | Add LIBGUESTFS debug & trace commands, exit on fail. Update credits | ||||
| | * | Fix CREDITS.md | sickcodes | 2021-04-18 | 1 | -2/+2 |
| | | | |||||
| | * | Add LIBGUESTFS debug & trace commands, exit on fail. Update credits | sickcodes | 2021-04-18 | 5 | -13/+30 |
| |/ | |||||
| * | Merge pull request #250 from a10kiloham/patch-1 | sickcodes | 2021-04-15 | 1 | -0/+1 |
| |\ | | | | | Adding Bluebubbles as an example use case | ||||
| | * | Adding Bluebubbles as an example use case | a10kiloham | 2021-04-15 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #249 from sickcodes/osx-serial-update | sickcodes | 2021-04-15 | 2 | -8/+12 |
| |\ | | | | | Update custom from https://github.com/sickcodes/osx-serial-generator.git | ||||
| | * | Update custom from https://github.com/sickcodes/osx-serial-generator.gitosx-serial-update | sickcodes | 2021-04-15 | 2 | -8/+12 |
| | | | |||||
| * | | Merge pull request #245 from a10kiloham/master | sickcodes | 2021-04-15 | 1 | -0/+208 |
| |\ \ | |/ |/| | Dockerfile for :naked image with VNC support | ||||
| | * | Dockerfile for :naked image with VNC support | a10kiloham | 2021-04-13 | 1 | -0/+208 |
| |/ | |||||
| * | Fix NO_CACHE by default for testing | sickcodes | 2021-04-12 | 1 | -11/+12 |
| | | |||||
| * | Merge pull request #235 from kaoudis/master | sickcodes | 2021-04-08 | 1 | -427/+487 |
| |\ | | | | | README / troubleshooting docs improvements | ||||
| | * | at least the important-ish links work now | kaoudis | 2021-04-05 | 1 | -24/+33 |
| | | | |||||
| | * | adds some of the more recent notable closed question issues | kaoudis | 2021-04-05 | 1 | -12/+38 |
| | | | |||||
| | * | couple minor formatting corrections | kaoudis | 2021-04-05 | 1 | -8/+8 |
| | | | |||||
| | * | move things around for flow and fix up links | kaoudis | 2021-04-04 | 1 | -421/+442 |
| | | | |||||
| | * | link to KVM docs from GTK error | kaoudis | 2021-04-04 | 1 | -11/+15 |
| |/ | |||||
| * | Update README.md | sickcodes | 2021-03-31 | 1 | -0/+2 |
| | | |||||
| * | Big Sur auto preparations | sickcodes | 2021-03-28 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #228 from sickcodes/qemu-interactive | sickcodes | 2021-03-28 | 2 | -2/+2 |
| |\ | | | | | Remove envsubst to allow interactive QEMU using -i | ||||
| | * | Remove envsubst to allow interactive QEMU using -i | sickcodes | 2021-03-28 | 2 | -2/+2 |
| | | | |||||
| * | | Script to build all the images | sickcodes | 2021-03-28 | 1 | -0/+300 |
| |/ | |||||