mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
Set default max_cpus to one.
Clean-up machine definitions. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5566 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
d4354694e9
commit
3d878caab9
26 changed files with 13 additions and 38 deletions
|
@ -1407,14 +1407,14 @@ QEMUMachine n800_machine = {
|
|||
.name = "n800",
|
||||
.desc = "Nokia N800 tablet aka. RX-34 (OMAP2420)",
|
||||
.init = n800_init,
|
||||
.ram_require = (0x08000000 + 0x00010000 + OMAP242X_SRAM_SIZE) | RAMSIZE_FIXED,
|
||||
.max_cpus = 1,
|
||||
.ram_require = (0x08000000 + 0x00010000 + OMAP242X_SRAM_SIZE) |
|
||||
RAMSIZE_FIXED,
|
||||
};
|
||||
|
||||
QEMUMachine n810_machine = {
|
||||
.name = "n810",
|
||||
.desc = "Nokia N810 tablet aka. RX-44 (OMAP2420)",
|
||||
.init = n810_init,
|
||||
.ram_require = (0x08000000 + 0x00010000 + OMAP242X_SRAM_SIZE) | RAMSIZE_FIXED,
|
||||
.max_cpus = 1,
|
||||
.ram_require = (0x08000000 + 0x00010000 + OMAP242X_SRAM_SIZE) |
|
||||
RAMSIZE_FIXED,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue