Benjamin Lamowski
cec7847502
vbox6: add support for Windows BSOD logging
...
Hitting a BOSD in a Windows guest in Virtualbox 6 leads to calling
`DBGFR3ReportBugCheck`, which leads to the following error since it is
unimplemented in our port:
```
Error: DBGFR3ReportBugCheck: DBGFR3ReportBugCheck called, not implemented, eip=0x1a5c4e4
```
Including the actual method from Virtualbox 6 enables logging
diagnostics for the Windows Blue Screen of Death (BSOD).
To see Blue Screen logging output, enable "dbgf" and "gim" logging
via the `VBOX_LOG` following environment variable in the vbox6 runtime
config.
When manually triggering a BSOD in the Windows guest, this should
produce the following logging diagnostics:
```
GIM: HyperV: Guest indicates a fatal condition! P0=0xe2 P1=0x0 P2=0x0 P3=0x0 P4=0x0
GIMHv: BugCheck e2 {0, 0, 0, 0}
MANUALLY_INITIATED_CRASH
```
Fixes #5099
2024-02-26 08:31:05 +01:00
Norman Feske
c4679e7af6
depot: update recipe hashes
2023-12-13 12:33:05 +01:00
Christian Helmuth
8baf19022c
depot: update recipe hashes
2023-11-30 15:11:36 +01:00
Christian Helmuth
b634549722
depot: update recipe hashes
2023-10-25 14:01:40 +02:00
Christian Prochaska
16ba978025
ports: add a gdb_x86
pkg recipe
...
Fixes #5016
2023-10-04 14:00:42 +02:00
Christian Helmuth
07c4b92335
depot: update recipe hashes
2023-10-04 13:22:08 +02:00
Christian Prochaska
ae899b9bc7
ports: add a test for GDB
...
Fixes #5014
2023-10-04 13:22:08 +02:00
Christian Prochaska
51875b89fd
ports: add socat_tcp
pkg
...
Issue #5007
2023-10-04 13:22:08 +02:00
Christian Prochaska
4bef85d7bc
ports: add socat
...
Fixes #5007
2023-10-04 13:22:06 +02:00
Alexander Boettcher
484bde4b4b
vbox5: remove VM generic version
...
Issue #4968
2023-10-04 13:22:04 +02:00
Christian Helmuth
134a785fe0
depot: update recipe hashes
2023-08-24 11:01:40 +02:00
Christian Prochaska
8a279855ff
cleanup file permissions
...
Fixes #4983
2023-08-23 13:46:37 +02:00
Norman Feske
7aa301361d
depot: update recipe hashes
2023-07-14 12:06:32 +02:00
Norman Feske
79e262921e
depot: update recipe hashes
2023-06-16 11:24:26 +02:00
Christian Helmuth
583f2d6a36
depot: update recipe hashes
2023-05-30 12:13:34 +02:00
Christian Helmuth
4a5d31e248
depot: update recipe hashes
2023-05-08 15:53:05 +02:00
Christian Helmuth
97070620af
depot: update recipe hashes
2023-04-28 14:46:11 +02:00
Christian Helmuth
e9a497abe4
depot: update recipe hashes
2023-04-26 11:58:16 +02:00
Christian Helmuth
b5f79756b3
depot: update recipe hashes
2023-04-17 14:48:30 +02:00
Christian Helmuth
73771669f1
depot: update recipe hashes
2023-03-13 14:32:54 +01:00
Norman Feske
e9b249b709
Replace use of base/snprintf.h by format library
...
Issue #2064
2023-03-13 14:32:53 +01:00
Christian Helmuth
e265cf6d49
depot: update recipe hashes
2023-02-27 08:22:51 +01:00
Christian Helmuth
25eac6b9e6
depot: update recipe hashes
2023-01-24 12:07:33 +01:00
Christian Helmuth
83ac80460e
depot: update recipe hashes
2022-12-05 16:37:21 +01:00
Christian Helmuth
aa2f61fa0e
depot: update recipe hashes
2022-11-30 14:02:24 +01:00
Christian Helmuth
b033b30f95
depot: update recipe hashes
2022-11-29 12:32:49 +01:00
Christian Helmuth
c58d799f16
depot: update recipe hashes
2022-11-17 08:00:37 +01:00
Christian Helmuth
9079a083d2
depot: update recipe hashes
2022-10-13 12:35:27 +02:00
Christian Helmuth
847266d027
depot: update recipe hashes
2022-10-12 14:31:50 +02:00
Christian Helmuth
2fa547cdea
pkg/vbox6-capture: adapt to current pkg/vbox6
2022-10-12 12:20:54 +02:00
Christian Helmuth
3f1870841c
depot: update recipe hashes
2022-09-21 12:19:10 +02:00
Christian Helmuth
4dddc41b71
depot: update recipe hashes
2022-08-31 09:32:09 +02:00
Christian Helmuth
44e2cd14a0
depot: update recipe hashes
2022-08-17 12:03:26 +02:00
Christian Helmuth
3105fa9e0f
depot: update recipe hashes
2022-05-25 12:23:04 +02:00
Christian Helmuth
0768185fea
depot: update recipe hashes
2022-04-28 11:52:06 +02:00
Martin Stein
25eb24299c
machine.vbox6: add audio enabledIn/Out options
...
The file listed only enabled="false" in the audio adapter tag. However,
setting only this option to true isn't sufficient for guest audio to work.
One has to set also enabledIn respectively enabledOut in the same tag. The
new default vbox6 file reflects this.
Fixes #4476
2022-04-13 15:01:46 +02:00
Christian Helmuth
8ece236635
depot: update recipe hashes
2022-04-13 11:54:46 +02:00
Christian Helmuth
dedcd0e294
vbox6: silence debug log in runtime
2022-04-13 09:29:04 +02:00
Christian Helmuth
904c8e3636
vbox6: disable asseertions in depot pkg
...
Issue #4464
2022-04-13 09:29:03 +02:00
Christian Helmuth
2b3370c8d8
depot: update recipe hashes
2022-02-28 11:46:35 +01:00
Norman Feske
649647538b
depot: update recipe hashes
2022-02-15 10:23:59 +01:00
Alexander Boettcher
35489aa708
seoul: move to genode-world
...
Fixes #4412
2022-02-15 10:23:15 +01:00
Sebastian Sumpf
b98e07ed34
vbox6: basic 3D support
...
Implement GLX and X functionality through Mesa's EGL interface. This
requires multiple OpenGL contexts and in turn GEM context support in
libdrm/iris, as implemented in libdrm and intel_gpu_drv.
Update recipes and machine.vbox6 files accordingly,
issue #4380
2022-02-15 10:10:01 +01:00
Christian Helmuth
65284b29f8
depot: update recipe hashes
2022-01-19 12:38:13 +01:00
Christian Prochaska
2143bea176
virtualbox6: add 'Audio_in' session requirement to pkg
...
To actually receive audio input in a particular VM, it also
needs to be enabled in the vbox file:
<AudioAdapter controller="HDA" driver="OSS" enabled="true"
enabledOut="true" enabledIn="true"/>
Fixes #4377
2022-01-19 12:38:12 +01:00
Norman Feske
5611fd2355
depot: update recipe hashes
2021-12-17 15:06:38 +01:00
Christian Helmuth
92b7be4d11
depot: update recipe hashes
2021-11-30 12:08:54 +01:00
Christian Helmuth
42ff902576
vbox6: settings version 1.18-genode in machine.vbox6
...
At least the audio backend depends on the correct .vbox settings version
for VirtualBox 6.1 which is 1.18 as of VirtualBox.xidl.
2021-10-15 12:17:05 +02:00
Christian Helmuth
abc9a2f232
depot: update recipe hashes
2021-10-14 13:46:25 +02:00
Christian Helmuth
98ffa60577
Increase cap quota for system-shell terminal
2021-10-14 11:48:23 +02:00