SEARCH  

NEWS

2010.10.06:11:36:28
OnetVOD: filmy i seriale w pakiecie VODmax
Onet VOD wprowadził pakiet VODmax, który umożliwia nieograniczony dostęp do ponad 200 godzin płatnych materiałów wideo o charakterze premium dostępnych w serwisie: amerykańskich seriali z wytwórni Warner Bros, polskich produkcji, w tym prapremier seriali TVN oraz kilkudziesięciu filmów fabularnych.

 

162823954101_576660007026Joerg 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

 
155821394778_592160007806Joerg 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

 
161928764383_516760007491Ingo 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

 
165024334358_539960007149Peter 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

 
104527884848_569660007975Avi 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.

 
178329964370_588560007222Peter 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

 
191223184361_568960007341Zachary Amsden

 
149428584217_587860007103Michael Goldish

 
136926754536_572760007658Gleb 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

 
187721194445_572560007813Avi 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 ++

 
169925984808_506960007568David 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)

 
129223934887_565460007126Sridhar 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

 
199525764985_521160007008Ingmar 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

 
131428234684_585160007758Takuya 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

 
150924274877_595560007692Marcelo Tosatti

 
176728514290_557560007773Paul 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

 
114222124166_502960007248Marcelo 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_

 
115528614824_513960007278Avi 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

 
114823874101_583360007651Joerg Roedel

 
159027474077_546760007229Alexander 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

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

 
122121844211_538860007077Avi 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

 
163623694938_546060007009Joerg 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

 
173826584396_583960007634Joerg 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

 
148920804380_556760007080Avi 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 |

 
179727074548_587760007590Joerg 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

 
187623774774_508760007988Joerg 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 |

 
116424004357_510160007867Joerg 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 ---

 
111025984524_550760007014Jan Kiszka

 
114029264094_552160007642Jan 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

 
160122894349_514960007505Marcelo 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

 
173920414883_551360007647Jan 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

 
150122934047_585960007908Jan 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.

 
172525064506_524960007943Marcelo 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

 
126321524869_535860007361Marcelo 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

 
100022744651_534960007817Marcelo 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

 
185421624859_573660007988Marcelo 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

 
138321764280_543160007675Marcelo 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

 
133927604180_584660007193Jan 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

 
178822724346_565660007019Jan 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

 
101726304293_566960007717Jan 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.

 
148628334880_534460007555Jan 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

 
133129534732_561260007767Jan 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

 
128727234526_546860007535Avi 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

 
166123554808_500660007437Gleb 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 ---

 
102620284067_531960007047Avi 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

 
103621824881_591760007449Gleb 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

 
147228594401_520360007785Takuya Yoshikawa

 
197027584508_549660007075Avi 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

 
103128884431_583960007442Takuya Yoshikawa