由买买提看人间百态

topics

全部话题 - 话题: virtually
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
a*******e
发帖数: 3021
1
what virtual machine software are u using?\
vbox don't allow 64bit fedora to be installed
btw, back to ur question, download 32 bit fedora cd to install 32bit system
s********i
发帖数: 17328
2
哪来的comment?virtualization is not just about saving hardware cost.
software too.
l*******G
发帖数: 1191
3
major advantage of virtualization is saving admin costs and also easy copy/
paste deployment.
S*A
发帖数: 7142
4
来自主题: Linux版 - virtualization and CPU design

Where do you get that? That is obvious wrong.
Check out this wiki page:
http://en.wikipedia.org/wiki/Full_virtualization
And check out the vmware binary translate patents.
No, int xx can only handle user space code. That helps to write kernel.
But it does not help to write full virtualization. A lot of x86
instructions reveal CPU internal stage. e.g. SLDT can run on ring 3.
Using int xx can't help you ritualize the windows kernel for example.
If you put the whole windows kenrel in ring 3. Windo... 阅读全帖
N****w
发帖数: 21578
5
来自主题: Linux版 - virtualization and CPU design
vmware 最早出来时,CPU 都没有现在说的 virtualization 功能
特权指令全都 trap 到host OS 里特别处理
后来为了提高效率,Intel, AMD 给 CPU 加了些功能
T*******x
发帖数: 8565
6
来自主题: Linux版 - KDE的virtual desktop不错
我开了四个virtual desktop,2X2.
每个desktop用不同的wallpaper.
用gnome的时候好像不可以每个desktop用不同的wallpaper?
desktop切换的cube animation太炫酷了。喜欢。
D******n
发帖数: 2836
7
来自主题: Linux版 - Virtual Machine or Cygwin?
I installed virtual box + ubuntu but i found it annoying,
I just removed my win7 and installed ubuntu11.04
so far so good, but no qvod.....so bad...
J****0
发帖数: 2400
8
装12.10 desktop总说硬盘空间不够,一查只有500多M,但我在virutal pC里已经把
Ubuntu硬盘fxi成10G了。
同样的设置装10.10就没啥问题。
另外在Virtual PC上跑Ubuntu应该怎么切换到全屏啊?windows key + up好象不管用。
谢谢。
a********m
发帖数: 15480
9
virtual pc不知道。 vmware有全屏的按钮。
g****n
发帖数: 3370
10
virtual box 也没问题。
r****y
发帖数: 26819
11
以前用virtual box,host一掉电,guest就废了,从那以后就没用过。
J****0
发帖数: 2400
12
装12.10 desktop总说硬盘空间不够,一查只有500多M,但我在virutal pC里已经把
Ubuntu硬盘fxi成10G了。
同样的设置装10.10就没啥问题。
另外在Virtual PC上跑Ubuntu应该怎么切换到全屏啊?windows key + up好象不管用。
谢谢。
a********m
发帖数: 15480
13
virtual pc不知道。 vmware有全屏的按钮。
g****n
发帖数: 3370
14
virtual box 也没问题。
r****y
发帖数: 26819
15
以前用virtual box,host一掉电,guest就废了,从那以后就没用过。
W***o
发帖数: 6519
16
【 以下文字转载自 Apple 讨论区 】
发信人: Wardo (Wardo), 信区: Apple
标 题: Mac Pro 上面可以装Xen做个Virtual Machine出来吗
发信站: BBS 未名空间站 (Sat Mar 29 13:44:49 2014, 美东)
最近买了一个Mac Pro, 6-Core, 16 GB RAM
我想着用Xen在上面做一个VM专门做服务器跑运算,比如腾出10GB内存给服务器,自己
用剩下的6GB 内存写程序调试用
请问这里有没有在Mac 上装Xen的同学?稳定性怎么样?
r*******e
发帖数: 54
17
来自主题: Programming版 - a question about virtual memory
Have been wondering about this for a long time:
In Linux/Unix, how would a process decide the scope of it's virtual memory spa
ce? generally, shouldn't it be as large as the address-space allows?
using swap, why should there be "out of memory" error?
bow .......
r*******e
发帖数: 54
18
来自主题: Programming版 - a question about virtual memory

Thanks, this answers some questions
But I am still not clear how a program decides how much heap space does it nee
d, or the size of the whole virtual memory space that it will be running in...
. therotically, it could be much larger that the physical memory space if only
the address bits allow, then why should we get "out of memory" error so often
?
thanks,
P*****f
发帖数: 2272
19
来自主题: Programming版 - Help! Virtual Destructor
In emdedded environment, the resource is quite limited, e.g., the memory.
Make a virtual dtor will add a ptr to vtbl in each class instance. This
comsumes lots of memory if there are thousands of instances.
z***e
发帖数: 5393
20
来自主题: Programming版 - How to check the virtual function table size?
Is there any way to get vptr or check the size of virtual function table?
thx.
p***o
发帖数: 1252
21
来自主题: Programming版 - How to check the virtual function table size?
Well, it's doable if you can change the code and ask others to follow you,
e.g. get a virtual function to allow query such information like COM,
or have a compiler giving such information like Java ...
Otherwise, it's too hard. Do we have any reflection library for C++ now?
f******y
发帖数: 2971
22
Do we need to redefine the virtual functions, even if they are the same for
both base class and derived class?
r*******y
发帖数: 290
23
you only make those functions virtual when they are truely needed to be
otherwise it's a mis-design, not a drawback
c****l
发帖数: 1280
24
来自主题: Programming版 - virtual function question
HERE IS a slide of my previous course. but i got lost here. any one can help
? thanks
Virtual functions:
B********e
发帖数: 1062
25
来自主题: Programming版 - C++中virtual function的性能差是个误解
# of the virtual functions influence the performance a lot.
f*****Q
发帖数: 1912
26
来自主题: Programming版 - C++中virtual function的性能差是个误解
C++ 存virtual function的那个table是每个类共用一个还每个实例有一个?
g****g
发帖数: 310
27
来自主题: Programming版 - C++中virtual function的性能差是个误解
Hey, are you using a computer of year 1995???
It's quite outdated. You should write code and test yourself. Easy job:
class Base
{
public:
virtual void say()
{
std::cout<<"say";
}
Base()
{
std::cout<<"Base";
}
~Base()
{
std::cout<<"~Base";
}
};
class Base2
{
public:
void say()
{

b=rdtsc()-a;
std::cout << "Take:" << b << std::endl;
}
Base2()
{
std::cout<<"Base2";
}
~Base
g****g
发帖数: 310
28
来自主题: Programming版 - C++中virtual function的性能差是个误解
测试了CRTP的性能,比virtual func差了很多很多. 多花了1000多个cycle。CRTP应该
扔垃圾桶了。
X****r
发帖数: 3557
29
来自主题: Programming版 - friend function 不能virtual 怎么搞呢?
直接overload operator <<就行了,和virtual没关系。
你大概是没分清楚overload和override的区别。
p***o
发帖数: 1252
30
来自主题: Programming版 - friend function 不能virtual 怎么搞呢?
你在friend function里调那个virtual viod show不就完了,
当然前提是你的friend function的参数是base &而不是base。
s*******e
发帖数: 664
31
☆─────────────────────────────────────☆
careerchange (Stupid) 于 (Sun Jan 17 15:29:50 2010, 美东) 提到:
A is base class, B: public A; C: public B, all classes have a virtual
function f(), what will happen if you call f() in C's constructor?
☆─────────────────────────────────────☆
zaoxie (gg) 于 (Sun Jan 17 16:15:42 2010, 美东) 提到:
Only the local version f() will be called, namely C::f() is called.
you can view this in the following 3 ways.
say, you have another class D:public C{};
1. in C's ct
s*******e
发帖数: 664
32
☆─────────────────────────────────────☆
geniusxsy (geniusxsy) 于 (Thu Oct 15 20:10:47 2009, 美东) 提到:
看了primer,压根没有看到过这个。前阵子看有人在讨论什么virtual table什么code
section,什么 data section,发现我手上的C++书根本没有这些东西。
能麻烦大家推荐一本有深入的讲这些的C++书吗?谢谢
☆─────────────────────────────────────☆
neva (泥娃) 于 (Thu Oct 15 20:47:12 2009, 美东) 提到:
Stanley Lippmann 的 Inside C++ Object Model 和 Dale Rxxxx (具体名字忘了) 的
Inside COM
☆─────────────────────────────────────☆
Xentar (思考猪) 于 (Thu Oct 15 20:49:20 2009, 美东) 提到:
Inside COM太
p***o
发帖数: 1252
33
来自主题: Programming版 - 老调重弹 virtual destructor

Yes.
Not always. See C++ Coding Standards by Herb Sutter and Andrei Alexandrescu,
item 50, Make base class destructors public and virtual, or protected and
nonvirtual.
z****e
发帖数: 2024
34
来自主题: Programming版 - 问个virtual table 的问题
应该是compiler implement dependent 的。标准里边没有如何implement virtual
mechanism吧。
B*******g
发帖数: 1593
35
来自主题: Programming版 - 问个virtual table 的问题
我测试的时候base class 是一直有虚函数的, 我唯一改变的就是 : public base ->
virtual public base.两种情况都有v table 里面内容也一样。。
我用的VS express 2010,也许像楼上说的和compiler有关吧 搞不明 我决定move on 了
呵呵
s*i
发帖数: 388
36
比如,
int * p
在win7和linux下debug看到的值,比如0x12345678 ,是virtual memory address还是
physical address?
如果是vm addr,如何能够访问到physical addr?
thanks.
g*********s
发帖数: 1782
37
来自主题: Programming版 - c++里的函数可不可以是virtual+static
base and derived both have a virtual static method with the same
signature. looks ok ah.
g*********s
发帖数: 1782
38
来自主题: Programming版 - c++里的函数可不可以是virtual+static
static_virtual.cpp:3: error: member ‘s’ cannot be declared both virtual
and static
but is this compiler dependent, or explicitly forbidden in standard?
e******0
发帖数: 211
39
来自主题: Programming版 - c++里的函数可不可以是virtual+static
From C++ primer
static 不属于对象,是属于累
virtual 是 base, dirived基于对象的绑定, 不适用于static
同理, static不能设置为const
z****e
发帖数: 2024
40
来自主题: Programming版 - c++里的函数可不可以是virtual+static
static只是借用了class作为namespace而已。
本质上和一个静态绑定的全局函数没有任何区别,显然不能virtual啊。
j*p
发帖数: 115
41
来自主题: Programming版 - c++里的函数可不可以是virtual+static
virtual是说函数由object的类决定的, static是说函数和属于某个类,和具体的
object无关 理论上两个没冲突啊
我看到的最make sense的解释就是 理论上可以 只不过当时设计c++的时候 没有做 因
为没有什么需求
P********e
发帖数: 2610
42
来自主题: Programming版 - c++里的函数可不可以是virtual+static
中文名字就比较好理解,一个叫多太,一个叫静态.
我觉得,static function可以互相call each other
但如果你的class B里面还有
virtual static void y();
x, y之间不能互相call, 就违背了static character
j*p
发帖数: 115
43
来自主题: Programming版 - c++里的函数可不可以是virtual+static
I found this on the jobhunting board where someone posted his/her interview
process...
第三轮,又一个senior,请问什是多态?我答曰:其概念加C++实现的例子,虚函数若干
,此人追问什么是虚函数,我答曰,Vpr,Vt,等等。此人继续追问,解释vpr,vt的细
节实现,我努力解释。他还算满意,在问,什么是static,class里的static成员函数
和成员变量如何工作,我继续努力解释。他长叹了一口气,说:根据你以上解释,可不
可以有 static virtual function这个功能。我那个吐啊。。。我说这个不行的,一个
静态绑定,一个动态绑定,怎么玩。他说,这个可以玩,你看。。。扒拉扒拉(他开始
解释)。我真是觉得很无
语,难到我的那些解释不管用么?算了,看你是面试官,不计较了,我招了,我说这个
可以有。面试官再长叹一口气:这个真没有。我日啊。我问为什么,他说:这个就是没有
。然后继续一道,singleton pattern的编程题。
haha
z***e
发帖数: 5393
44
来自主题: Programming版 - c++里的函数可不可以是virtual+static
如果可以,你把static method的vptr放哪里?放在class的virtual pointer table里
面?
a****l
发帖数: 8211
45
来自主题: Programming版 - Windows Virtual Machine编程? (转载)
Are you sure you are allowed to do this??? This totally makes the Virtual
senseless.
d*****l
发帖数: 8441
46
来自主题: Programming版 - Windows Virtual Machine编程? (转载)
不知道是不是允许才问的。
为啥senseless?
很多硬件的驱动跟不上微软,只能在32bit的系统上运行。对64位的操作系统,只好让
它们在Windows XP Mode下工作了 ...

Virtual
d*****l
发帖数: 8441
47
来自主题: Programming版 - Windows Virtual Machine编程? (转载)
系统都安装好了,我要的不是科普,是编程方面的介绍,
尤其是host OS中的程序(进程)如何与guest virtual PC中的进(线)程之间如何
交互和共享数据之类的。
t****t
发帖数: 6806
48
来自主题: Programming版 - Windows Virtual Machine编程? (转载)
你VBscript做的实际上是通过共享的输入设备来给guest发送消息. 但是这个东西明显
是不可靠的, 就跟按键精灵似的, 是能做一些事情, 但要guest高度配合, 比如说窗口
放什么位置, 哪个在上面.
至于host和guest之间的API, 肯定有, 但是也肯定很有限, 毕竟guest是作为一个单独
的OS存在的. 至于剪贴板, windows/virtual pc我是不知道, vmware在linux guest下
是装了vmware tools的, 这是作为一个核心驱动存在的, 这也说明并没有什么好办法直
接控制. 你当然可以装另外的核心驱动, 但是如果你只要user level的话, 为什么不装
user level的daemon?

Windows
d*****l
发帖数: 8441
49
来自主题: Programming版 - Windows Virtual Machine编程? (转载)
我说VBScript能给guest发送消息只是举个例子,并没说它可靠--这压根不是俺要的:只能在
Basic Mode下才可用,在Virtual Application模式下连窗口都不能保证一定
出现,肯定不靠谱了。我只是说明是有信息传输的channel(RDP协议啥的)存在的。
至于API,姑且不说有没有相应的功能。就是有,让我花几个星期去啃?还是算了吧。所
以就用土办法绕着走得了:好在还是能共享文件系统的。
不知道你说的"user level的daemon“是啥,能否给些例子看看能否采用。不管是啥,
得让我的老硬件能够安装上去使用才行:硬件驱动程序没有64位的版本,只能找32位的
虚拟(guest)系统才能在64位的Win7上用;而使用这个硬件的软件程序却只能装在64位
的host系统里,所以才这么麻烦。
t****t
发帖数: 6806
50
来自主题: Programming版 - Windows Virtual Machine编程? (转载)
我想要说的正好相反, 我想要说的是, 没有信息传输的channel, 除非guest装软件配合.
如果guest装软件配合, 那和另一台机器就没有什么根本的区别 ---which is exactly
what
virtual machine is for.

:只能在
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)