SEARCH  

NEWS

2010.10.06:11:36:28
IE ma już mniej niż 50% rynku
Globalne statystyki StatCounter mówią, że udział IE w rynku przeglądarek spadł poniżej 50%. Najszybciej nowych użytkowników zdobywała przeglądarka Google Chrome. Zmiany są szczególnie widoczne w Europie, gdzie wprowadzono do Windowsa ekran wyboru przeglądarek.

 

179727164670_564460007877Joerg Roedel
On Fri, Feb 26, 2010 at 03:12:29PM +0100, Ingo Molnar wrote: You mean Windows? For heavens sake, why dont you think like Linus thought 20 years ago. To the hell with Windows suckiness and l

 
197626894535_523560007718Joerg Roedel
* Joerg Roedel <joro@xxxxxxxxxx wrote: - Its more secure: the host can have a finegrained policy about what kinds of events it exposes to the guest. It might chose to only expose so

 
137129374766_564860007473Ingo Molnar
* Joerg Roedel <joro@xxxxxxxxxx wrote: On Mon, Mar 01, 2010 at 09:39:04AM +0100, Ingo Molnar wrote: What do you mean by software events? Things like: aldebaran:~ perf

 
144724654253_584460007455Peter Zijlstra
On Mon, Mar 01, 2010 at 09:44:50AM +0100, Ingo Molnar wrote: Theres a world of a difference between "will not use in certain usecases" and "cannot use at all because weve designe

 
112927354942_565860007362Avi Kivity
On Mon, Mar 01, 2010 at 06:17:40PM +0100, Peter Zijlstra wrote: On Mon, 2010-03-01 at 12:11 +0100, Joerg Roedel wrote: 1. Enhance perf to count pmu events only when cpu is in guest mode.

 
173324784078_540260007635Peter Zijlstra
On Fri, 2010-02-26 at 15:30 +0200, Avi Kivity wrote: Even if there were no security considerations, if the guest can observe host data in the pmu, it means the pmu is inaccurate. We should e

 
127820974324_581460007852Zachary Amsden

 
153227044789_529760007563Michael Goldish

 
177127994028_502460007832Gleb Natapov
Linux now has native_store_gdt() to do the same. Use it instead of kvm local version. Signed-off-by: Gleb Natapov <gleb@xxxxxxxxxx --- arch/x86/include/asm/kvm_host.h | 5 ----- arch/x86/kvm

 
147927724566_542160007247Avi Kivity
segment_base() is used only by vmx so move it there. Signed-off-by: Gleb Natapov <gleb@xxxxxxxxxx --- arch/x86/include/asm/kvm_host.h | 9 --------- arch/x86/kvm/vmx.c | 37 ++

 
178421624725_586260007847David V Cloud
Hi all, I have been deploying two KVMs on my Debian testing box. Two KVMs each use one tap device connecting to the host. When I doing netperf with large package size from KVM2 (tap1) to KVM1 (tap0)

 
149628434944_582160007276Sridhar Samudrala
On Fri, 2010-02-26 at 10:51 +0800, David V. Cloud wrote: Hi, I read some kernel source. My basic understanding is that, in net/8021q/vlan_dev.c, vlan_dev_init, the dev- features of vconfig

 
167221884981_546060007332Ingmar Schraub
Now that 2.6.33 is out, time to release the corresponding kvm-kmod package as well. Not much has happened since 2.6.33-rc6, though. KVM changes since kvm-kmod-2.6.33-rc6: - PIT: control word is wri

 
102322564130_505260007774Takuya Yoshikawa
Ingmar Schraub wrote: Hello Jan, I can compile kvm-kmod-2.6.32.9 under Ubuntu 9.1 64-Bit, but make install fails with ingmar@nexoc:~/KVM/kvm-kmod-2.6.32.9$ sudo make install [sudo] pa

 
188427604546_545060007976Marcelo Tosatti

 
169829644137_542260007702Paul Brook
Port qemu-kvms -mem-path and -mem-prealloc options. These are useful for backing guest memory with huge pages via hugetlbfs. Signed-off-by: Marcelo Tosatti <mtosatti@xxxxxxxxxx CC: john cooper

 
126923214545_521360007201Marcelo Tosatti
Hi Paul, Thank you for reviewing. On Sun, Feb 28, 2010 at 01:28:16AM +0000, Paul Brook wrote: IMHO it would be better to check the mem_path != NULL here, rather that burying the check in file_

 
149028144389_547060007875Avi Kivity
From: Avi Kivity <avi@xxxxxxxxxx Instead of allocating a separate chunk for the first 640KB and another for 1MB+, allocate one large chunk. This plays well in terms of alignment and size with l

 
180222974130_593360007410Joerg Roedel

 
170622334170_525160007350Alexander Graf
This patch optimizes the way the msrpm of the host and the guest are merged. The old code merged the 2 msrpm pages completly. This code needed to touch 24kb of memory for that operation. The optimize

 
122623814314_536460007139Avi Kivity
On Wed, Feb 24, 2010 at 08:27:50PM +0100, Alexander Graf wrote: + static const u32 msrpm_offsets[] = { + 0x0000002c, /* SYSENTER_CS */ + + 0x00000038, /* LASTBRANCHFROMIP +

 
106520724461_561160007603Avi Kivity
On 24.02.2010, at 20:58, Avi Kivity wrote: On 02/24/2010 09:37 PM, Joerg Roedel wrote: Isnt there such a list around somewhere already? We really should only keep this list once throu

 
181227754416_520160007691Joerg Roedel
A recent change broke tracing of the nested vmcb address. It was reported as 0 all the time. This patch fixes it. Signed-off-by: Joerg Roedel <joerg.roedel@xxxxxxx --- arch/x86/kvm/svm.c | 2

 
107620464988_520660007337Joerg Roedel
Hyper-V as a guest wants to write this bit. This patch ignores it. Signed-off-by: Joerg Roedel <joerg.roedel@xxxxxxx --- arch/x86/kvm/x86.c | 1 + 1 files changed, 1 insertions(+), 0 deletio

 
161726854571_578760007254Avi Kivity
This patch implements the emulation of the vm_cr msr for nested svm. Signed-off-by: Joerg Roedel <joerg.roedel@xxxxxxx --- arch/x86/include/asm/svm.h | 4 ++++ arch/x86/kvm/svm.c |

 
113721624636_545260007439Joerg Roedel
When injecting an vmexit.intr into the nested hypervisor there might be leftover values in the exit_info fields. Clear them to not confuse nested hypervisors. Signed-off-by: Joerg Roedel <joerg.r

 
159225924511_505260007797Joerg Roedel
This patch adds a tracepoint to get information about the most important intercept bitmasks from the nested vmcb. Signed-off-by: Joerg Roedel <joerg.roedel@xxxxxxx --- arch/x86/kvm/svm.c |

 
165620154572_507260007817Joerg Roedel
This patch removes whitespace errors, fixes comment formats and most of checkpatch warnings. Now vim does not show c-space-errors anymore. Signed-off-by: Joerg Roedel <joerg.roedel@xxxxxxx ---

 
176322924863_575160007842Jan Kiszka

 
108721164527_565960007463Jan Kiszka
There is no need for the this hack anymore, initialization is now robust against reordering as it doesnt try to write the VCPU state on its own. Signed-off-by: Jan Kiszka <jan.kiszka@xxxxxxxxxxx

 
191320404626_554860007152Marcelo Tosatti
Do not write nmi_pending, sipi_vector, and mpstate unless we at least go through a reset. And TSC as well as KVM wallclocks should only be written on full sync, otherwise we risk to drop some time on

 
198820844744_549960007947Jan Kiszka
Marcelo Tosatti wrote: On Wed, Feb 24, 2010 at 03:17:53PM +0100, Jan Kiszka wrote: Do not write nmi_pending, sipi_vector, and mpstate unless we at least go through a reset. And TSC as well as

 
129527934962_586860007178Jan Kiszka
As we hard-wire the BSP to CPU 0 anyway and cpuid_apic_id equals cpu_index, cpu_is_bsp can also be based on the latter directly. This will help an early user of it: KVM while initializing mp_state.

 
168426274471_554760007970Marcelo Tosatti
Drop kvm_load_tsc in favor of level-dependent writeback in kvm_arch_load_regs. KVMs PV clock MSRs fall in the same category and should therefore only be written back on full sync. Signed-off-by: Jan

 
138924654086_591660007990Marcelo Tosatti
Marcelo Tosatti wrote: On Wed, Feb 24, 2010 at 03:17:55PM +0100, Jan Kiszka wrote: Drop kvm_load_tsc in favor of level-dependent writeback in kvm_arch_load_regs. KVMs PV clock MSRs fall in th

 
137920364030_500460007523Marcelo Tosatti
Marcelo Tosatti wrote: On Thu, Feb 25, 2010 at 12:45:55AM +0100, Jan Kiszka wrote: Marcelo Tosatti wrote: On Wed, Feb 24, 2010 at 03:17:55PM +0100, Jan Kiszka wrote: Drop kvm_load_tsc i

 
115625734607_590060007744Marcelo Tosatti
Marcelo Tosatti wrote: On Thu, Feb 25, 2010 at 12:58:26AM +0100, Jan Kiszka wrote: Marcelo Tosatti wrote: On Thu, Feb 25, 2010 at 12:45:55AM +0100, Jan Kiszka wrote: Marcelo Tosatti wro

 
184723664537_580960007401Marcelo Tosatti
Marcelo Tosatti wrote: On Thu, Feb 25, 2010 at 09:48:47AM +0100, Jan Kiszka wrote: Marcelo Tosatti wrote: On Thu, Feb 25, 2010 at 12:58:26AM +0100, Jan Kiszka wrote: Marcelo Tosatti wro

 
198829184028_545860007405Jan Kiszka
Drop kvm_load_tsc in favor of level-dependent writeback in kvm_arch_load_regs. KVMs PV clock MSRs fall in the same category and should therefore only be written back on full sync. Signed-off-by: Jan

 
142828554871_551460007995Jan Kiszka
This add-on patch to recent guest debugging refactorings adds the requested awareness for KVM_CAP_X86_ROBUST_SINGLESTEP to both the upstream as well as qemu-kvms own code. Fortunately, code sharing i

 
150321494031_553460007617Jan Kiszka
On Wed, Feb 24, 2010 at 03:17:52PM +0100, Jan Kiszka wrote: Push mpstate reading/writing into kvm_arch_load/save_regs and, on x86, properly synchronize with halted in the accessor functions.

 
105623094189_566460007260Jan Kiszka
Jan Kiszka wrote: Marcelo Tosatti wrote: On Wed, Feb 24, 2010 at 03:17:52PM +0100, Jan Kiszka wrote: Push mpstate reading/writing into kvm_arch_load/save_regs and, on x86, properly synch

 
140820564627_594560007861Jan Kiszka
On Wed, Feb 24, 2010 at 03:17:48PM +0100, Jan Kiszka wrote: Lets proceed with cleaning up the VCPU state writeback. The differences to v2 are: - included guest debugging update patch and rebas

 
134528534779_537360007244Avi Kivity
Add io memory to test device. This is needed by emulator test. Signed-off-by: Gleb Natapov <gleb@xxxxxxxxxx diff --git a/hw/testdev.c b/hw/testdev.c index ac5b9cd..ad34e43 100644 --- a/hw/testde

 
177927394098_565060007869Gleb Natapov
Add check_image.py in scripts folder. It will performance qemu-img info and qemu-img check. Add check_image.py as post command of qcow2 variant. Signed-off-by: Feng Yang <fyang@xxxxxxxxxx ---

 
164427574017_567660007171Avi Kivity
Implement jmp far opcode ff/5. It is used by multiboot loader. Signed-off-by: Gleb Natapov <gleb@xxxxxxxxxx --- arch/x86/kvm/emulate.c | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 de

 
129223464480_548160007690Gleb Natapov
Add decoding of Ep type of argument used by callf/jmpf. Signed-off-by: Gleb Natapov <gleb@xxxxxxxxxx --- arch/x86/kvm/emulate.c | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 d

 
174224184746_536960007611Takuya Yoshikawa

 
122927084464_500860007775Avi Kivity
This patch changes the get dirty log ioctl to inform the already scanned clean bitmap area to userspace. Without this patch, the information obtained by the scan in kernel is just ignored. To fix th

 
125328604514_535160007767Takuya Yoshikawa