summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/PC/vbox.dsl
Commit message (Collapse)AuthorAgeFilesLines
...
* vbox.dsl: Fix compilation with newer iasl versions (Contributed by Jung-uk ↵vboxsync2010-07-041-2/+2
| | | | | | Kim and Bernhard Froehlich) git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@30593 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Automated rebranding to Oracle copyright/license strings via filemunchervboxsync2010-04-271-5/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@28800 cfe28804-0f27-0410-a406-dd0f0b0b656f
* ACPI: make NIC object acceptable by Windows guests vboxsync2010-04-201-19/+26
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@28513 cfe28804-0f27-0410-a406-dd0f0b0b656f
* ACPI: another attempt to provide primary NIC info via ACPIvboxsync2010-04-191-0/+31
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@28487 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Backed out acpi part of r59458; breaks Windows guestsvboxsync2010-03-311-30/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@27851 cfe28804-0f27-0410-a406-dd0f0b0b656f
* ACPI: conditionally expose NIC object to OSX guestsvboxsync2010-03-291-1/+30
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@27799 cfe28804-0f27-0410-a406-dd0f0b0b656f
* ACPI: cleaned up no longer used CPU entries, made RTC on by defaultvboxsync2010-03-161-3/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@27422 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Devices/ACPI: fixed a missing break after ''case ↵vboxsync2010-03-161-1/+1
| | | | | | SYSTEM_INFO_INDEX_CPUx_STATUS:'' and make the RTC device real hiding by default git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@27393 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Added comments about PCI/ACPI/IOAPIC interrupt routing backdoor.vboxsync2010-03-051-1/+3
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@27079 cfe28804-0f27-0410-a406-dd0f0b0b656f
* ACPI, APIC, HPET: emulate typical configuration wrt ISA interrupt routingvboxsync2010-03-021-0/+2
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@26939 cfe28804-0f27-0410-a406-dd0f0b0b656f
* ACPI: minor cleanupvboxsync2010-02-271-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@26884 cfe28804-0f27-0410-a406-dd0f0b0b656f
* CPU hotplug: Reduce the amount of AML code interpreted by the guest and the ↵vboxsync2010-02-171-0/+2
| | | | | | number of context switches during hot-add events git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@26594 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Commit CPU hotplug patches againvboxsync2010-02-031-240/+5
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@26183 cfe28804-0f27-0410-a406-dd0f0b0b656f
* ACPI: reverted hotplug changes until they get fixed (r57068, r57069, r57071)vboxsync2010-02-011-5/+240
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@26115 cfe28804-0f27-0410-a406-dd0f0b0b656f
* ACPI: Move the processor definition out of the DSDT into a SSDT. Provide a ↵vboxsync2010-01-291-240/+5
| | | | | | special SSDT for CPU hot-plug git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@26095 cfe28804-0f27-0410-a406-dd0f0b0b656f
* HPET workvboxsync2010-01-241-15/+19
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@25987 cfe28804-0f27-0410-a406-dd0f0b0b656f
* ACPI: few missed entriesvboxsync2010-01-221-10/+58
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@25967 cfe28804-0f27-0410-a406-dd0f0b0b656f
* ACPI: HPET workvboxsync2010-01-201-5/+10
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@25928 cfe28804-0f27-0410-a406-dd0f0b0b656f
* ACPI: move HPET to proper placevboxsync2010-01-181-21/+21
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@25895 cfe28804-0f27-0410-a406-dd0f0b0b656f
* vbox.dsl: Avoid conflicting PS/2 kbd/mouse port assignment; fixes S9/S10GA ↵vboxsync2009-12-111-2/+0
| | | | | | keyboard support. git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@25328 cfe28804-0f27-0410-a406-dd0f0b0b656f
* ACPI: moved RTC and SMC to southbridge, and enabled RTC unconditionally ↵vboxsync2009-12-031-43/+44
| | | | | | (watch for regressions!) git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@25164 cfe28804-0f27-0410-a406-dd0f0b0b656f
* OSE header fixesvboxsync2009-10-011-4/+7
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@23473 cfe28804-0f27-0410-a406-dd0f0b0b656f
* ACPI: fix problem with certain Windows ACPI impls (such as XP) mistreating ↵vboxsync2009-06-181-1/+0
| | | | | | CPU objects - make them all of the same size and control behavior entirely by patching git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@20679 cfe28804-0f27-0410-a406-dd0f0b0b656f
* ACPI: returned UCP[123] for saved state compatibilityvboxsync2009-06-151-0/+3
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@20595 cfe28804-0f27-0410-a406-dd0f0b0b656f
* ACPI: cleanup, restored removed AML patchingvboxsync2009-06-151-3/+0
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@20592 cfe28804-0f27-0410-a406-dd0f0b0b656f
* ACPI: fixed incorrect checksumming, noew 32 CPUs totalvboxsync2009-06-121-4/+198
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@20493 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Backed out 48435 due to windows guest regressions.vboxsync2009-06-121-87/+6
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@20486 cfe28804-0f27-0410-a406-dd0f0b0b656f
* ACPI: dynamic ACPI tables patching for CPU count supportvboxsync2009-06-101-6/+87
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@20464 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Backed out r47181; win2k regressionvboxsync2009-05-131-109/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@19646 cfe28804-0f27-0410-a406-dd0f0b0b656f
* ACPI: increased maximum nr of supported VCPUs to 16; we should reconsider ↵vboxsync2009-05-121-1/+109
| | | | | | the way we build the table git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@19607 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Main: centralized control for extended device profiles, ACPI cleanupvboxsync2009-04-181-18/+19
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@19007 cfe28804-0f27-0410-a406-dd0f0b0b656f
* vbox.dsl: Disabled changes from r44851.vboxsync2009-03-241-15/+18
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@18228 cfe28804-0f27-0410-a406-dd0f0b0b656f
* ACPI: report RTC toovboxsync2009-03-231-0/+16
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@18151 cfe28804-0f27-0410-a406-dd0f0b0b656f
* vbox.dsl: broke w2k3, disabled it for now.vboxsync2009-03-101-45/+45
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@17633 cfe28804-0f27-0410-a406-dd0f0b0b656f
* vbox.dsl: a shot at working around the 32-bit compile issue (I'm not quite ↵vboxsync2009-03-101-7/+20
| | | | | | convinced it will work). git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@17617 cfe28804-0f27-0410-a406-dd0f0b0b656f
* DevACPI,vbox.dsl: 4GB+ changes.vboxsync2009-03-091-16/+55
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@17590 cfe28804-0f27-0410-a406-dd0f0b0b656f
* SMP guests: implement support for multiple CPU ACPI objects (#ifdef'ed ↵vboxsync2009-02-131-3/+39
| | | | | | VBOX_WITH_SMP_GUESTS) git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@16746 cfe28804-0f27-0410-a406-dd0f0b0b656f
* ACPI: conditionally enable showing CPU ACPI object, needed by some guestsvboxsync2009-02-121-9/+16
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@16711 cfe28804-0f27-0410-a406-dd0f0b0b656f
* More device workvboxsync2009-01-221-7/+52
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@16170 cfe28804-0f27-0410-a406-dd0f0b0b656f
* reverted r41685 (thanks Sander)vboxsync2009-01-191-61/+9
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@16042 cfe28804-0f27-0410-a406-dd0f0b0b656f
* reverted 41727vboxsync2009-01-191-13/+61
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@16041 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Temporary reverted ACPI changes, till 2.1.2 outvboxsync2009-01-191-61/+13
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@16039 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Implemented in-place disable of ACPI devices, added disabled by default recordvboxsync2009-01-161-9/+61
| | | | | | | for HPET and SMC into ACPI file. git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@16005 cfe28804-0f27-0410-a406-dd0f0b0b656f
* PCI: Enabled all 32 slots on the root bus. Vista reactivation was a false alarm.vboxsync2008-12-041-4/+0
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@15008 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Add PCI irq routing information to have 32 slots available on the host PCI ↵vboxsync2008-10-061-2/+192
| | | | | | bus. Disabled atm because Vista seems to want a reactivation git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@13002 cfe28804-0f27-0410-a406-dd0f0b0b656f
* disable the floppy controller in the ACPI tables if necessaryvboxsync2008-07-081-0/+11
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@10372 cfe28804-0f27-0410-a406-dd0f0b0b656f
* rebrandingvboxsync2008-04-211-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@8207 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Continue work on the parallel port device:vboxsync2007-12-301-0/+16
| | | | | | | | | | | 1. Removed the host device interface and replaced it with a parallel port specific one 2. Report interrupts to the device 3. Added code for ECP (disabled for now) 4. Added an entry in the ACPI tables to make parallel port detection on Windows guests work git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@6222 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Two more manual license fixes.vboxsync2007-08-071-4/+0
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@4076 cfe28804-0f27-0410-a406-dd0f0b0b656f
* InnoTek -> innotek part 4: more miscellaneous files.vboxsync2007-06-011-2/+2
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@2988 cfe28804-0f27-0410-a406-dd0f0b0b656f