Jasmine Iwanek
49508e2b11
Update CMakeLists.txt
2022-08-27 20:05:38 -04:00
Jasmine Iwanek
be1f8b4d03
Move i815 boards to final location
2022-08-27 19:09:11 -04:00
Jasmine Iwanek
a859c1bbdc
Cleanups
2022-08-27 18:57:52 -04:00
Jasmine Iwanek
c6be4d5094
Merge remote-tracking branch 'upstream/master' into feature/ich2
2022-08-27 14:38:30 -04:00
Miran Grča
ea5a3466b9
Merge pull request #2647 from cold-brewed/macos-dylib-fix
...
macOS: Fix dynamic loading of bundled libraries
2022-08-27 17:41:05 +02:00
cold-brewed
5384eb35bb
macos: Fix the name of the bundled freetype library
2022-08-27 11:03:45 -04:00
cold-brewed
4efd1d90c2
macos: Add RPATH to the installed binary to enable dynamic loading of
...
bundled libraries.
2022-08-27 10:47:55 -04:00
Miran Grča
a12bf85a36
Merge pull request #2646 from Cacodemon345/voodoo_x86_perf_improvements
...
voodoo_codegen_x86*: Remove bounds checking for block_pos
2022-08-26 22:00:26 +02:00
Cacodemon345
147c27b96e
voodoo_codegen_x86*: Remove bounds checking for block_pos
...
Block sizes are sufficiently large enough to ensure no buffer overrun as block_pos is initialized to 0 every time a block is requested. It should cause a good performance increase on x86 and x86-64.
2022-08-27 01:51:56 +06:00
Miran Grča
71e37057eb
Merge pull request #2645 from elyosh/slirpforward
...
slirp: fix port forwarding and handle configuration with multiple nics
2022-08-26 18:40:54 +02:00
Adrien Moulin
448bd9d958
slirp: fix port forwarding and handle configuration with multiple nics
2022-08-26 18:22:19 +02:00
Jasmine Iwanek
01d0ecc6fc
Expose agpgart_t
2022-08-26 02:13:44 -04:00
Jasmine Iwanek
ae76a766c5
Better commenting in 82815
2022-08-26 02:13:44 -04:00
Jasmine Iwanek
e06a83a722
clang format 82815/ICH2 related things
2022-08-26 02:13:44 -04:00
Jasmine Iwanek
49c9ca3a99
Missed a copyright header
2022-08-26 00:30:50 -04:00
Jasmine Iwanek
dc88bacb0c
Merge remote-tracking branch 'upstream/master' into feature/ich2
2022-08-25 22:51:28 -04:00
Jasmine Iwanek
2dbdb06371
Update copyright headers
2022-08-25 22:51:20 -04:00
Jasmine Iwanek
bcef7f696d
Merge branch 'master' into feature/ich2
2022-08-25 18:15:05 -04:00
Miran Grča
00c87bc4ad
Merge pull request #2643 from elyosh/netui001
...
qt: fix duplicate entries in network settings
2022-08-26 00:13:21 +02:00
Adrien Moulin
9ad587dbfd
qt: fix instance number not set when editing nic config
2022-08-25 23:53:09 +02:00
Adrien Moulin
06ec705098
qt: fix duplicate entries in network settings
2022-08-25 22:25:11 +02:00
Miran Grča
4128bb7c93
Merge pull request #2638 from jriwanek-forks/slot-fix
...
Correct BCM GT694VA
2022-08-25 01:18:00 +02:00
Miran Grča
126064f80a
Merge pull request #2639 from elyosh/pcapfixcrash
...
pcap: do bounds checking in net_pcap_prepare
2022-08-25 00:56:57 +02:00
Adrien Moulin
8ec983b1ef
pcap: do bounds checking in net_pcap_prepare when processing the list of host interfaces
2022-08-25 00:43:48 +02:00
Jasmine Iwanek
2a4df32164
Correct BCM GT694VA
2022-08-24 05:13:33 -04:00
Miran Grča
d1f4958bb7
Merge pull request #2632 from elyosh/netwin32ui
...
Restore the ability to configure the first NIC with the win32 ui
2022-08-23 19:09:19 +02:00
Jasmine Iwanek
87714db816
Merge branch 'master' into feature/ich2
2022-08-21 17:08:12 -04:00
Adrien Moulin
2f57de3f60
Restore the ability to configure the first NIC with the win32 ui
2022-08-21 21:05:07 +02:00
Miran Grča
853e47792b
Merge pull request #2631 from elyosh/networkfix
...
network: always link to ws2_32 on win32
2022-08-21 20:03:47 +02:00
Adrien Moulin
552ea55a92
network: always link to ws2_32 on win32
2022-08-21 19:48:00 +02:00
Miran Grča
4986cd2ec5
Merge pull request #2630 from elyosh/network
...
Network overhaul: support for multiple NICs, performance improvement
2022-08-21 19:13:20 +02:00
Adrien Moulin
bf87193f91
network: fix another win32 build error
2022-08-21 17:39:40 +02:00
Adrien Moulin
d52bc43802
network: fix win32 build error
2022-08-21 17:29:24 +02:00
Adrien Moulin
19db1d2c7b
Network overhaul : support for multiple NICs, performance improvement
...
- Add support for multiple NICs
- Switch from polling to an event loop for the host networking to avoid latency and locking issues
2022-08-21 16:55:47 +02:00
Jasmine Iwanek
d0450353f2
Remove notes which shouldn't ever have been committed
2022-08-18 13:59:35 -04:00
Jasmine Iwanek
15ede8b551
Merge branch 'master' into feature/ich2
2022-08-15 21:22:10 -04:00
Miran Grča
5ae9df6d07
Merge pull request #2621 from Cacodemon345/qt-remember-maximized-window
...
qt: Remember maximized state of monitor windows if enabled
2022-08-15 20:15:33 +02:00
Miran Grča
ee651ae48f
Update x86_ops_bcd.h
...
Reverted the AAM instruction to again set the divisor to 10 when 0 is specified.
2022-08-14 20:47:36 +02:00
Cacodemon345
012db280e2
qt: Remember maximized state of monitor windows if enabled
2022-08-14 12:32:29 +06:00
Miran Grča
e976d93a01
Merge pull request #2617 from lemondrops/bugfix/ps2_availability
...
Remove the PS/2 mouse flag from the Gigabyte GA-586IP
2022-08-14 00:15:58 +02:00
Miran Grča
fc705148ee
Merge pull request #2618 from lemondrops/bugfix/warnings
...
Fix two warnings in Qt code
2022-08-14 00:13:48 +02:00
Miran Grča
97008f3a39
Merge pull request #2619 from lemondrops/bugfix/amdk6_cpuid
...
Clear unfilled registers when returning CPUID results on K6-2/III/+ CPUs
2022-08-14 00:13:39 +02:00
Miran Grča
3c9cec495b
Merge pull request #2620 from elyosh/sb2-opl-fix
...
Fix SB 2.0 OPL crash
2022-08-14 00:13:18 +02:00
Adrien Moulin
bd31c57d60
Fix SB 2.0 OPL crash
2022-08-13 23:16:44 +02:00
Alexander Babikov
789e2c950f
Remove the PS/2 mouse flag from the Gigabyte GA-586IP
2022-08-13 15:51:23 +05:00
Alexander Babikov
94f76ef3c0
Fix some warnings in Qt code
2022-08-13 15:42:22 +05:00
Alexander Babikov
603cdcbb37
Clear unfilled registers when returning CPUID results on K6-2/III/+ CPUs
2022-08-13 15:41:00 +05:00
Jasmine Iwanek
6684eaccee
More winbond and SST flashes
2022-08-13 04:38:54 -04:00
Miran Grča
a85caea4a9
Update qt_harddiskdialog.cpp
...
Removed the stray QTimer include.
2022-08-12 18:59:46 +02:00
Miran Grča
a0ae6d45bd
Merge pull request #2611 from Cacodemon345/qt-cylinderfix
...
qt: large sizes when entered no longer decrement by 1MB
2022-08-12 18:59:09 +02:00