SEARCH  

NEWS

2010.10.06:11:36:28
Przez komiks i animację do wiedzy ekonomicznej
Komiksy, animacje i scenariusze lekcji, przygotowane przez metodyków z Ośrodka Rozwoju Edukacji we współpracy z ekonomistami Fundacji FOR, będą dystrybuowane bezpłatnie wśród nauczycieli szkół gimnazjalnych i ponadgimnazjalnych, prowadzących lekcje z podstaw przedsiębiorczości i wiedzy o społeczeństwie. Wspomniane materiały będą dostępne dla nauczycieli na stronie internetowej FOR.

 

136925524346_507860007924Joerg 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

 
157729444136_539760007073Joerg 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

 
160721184325_503360007675Ingo 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

 
161124374523_559660007444Peter 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

 
197921344848_529060007191Avi 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.

 
137824804743_572560007299Peter 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

 
164921354243_578560007216Zachary Amsden

 
185921394334_518460007099Michael Goldish

 
186027854537_538260007251Gleb 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

 
182623594386_567460007496Avi 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 ++

 
186520274976_560860007534David 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)

 
190824014669_515060007201Sridhar 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

 
136620454341_570060007515Ingmar 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

 
180020884299_533760007680Takuya 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

 
158922964038_597560007687Marcelo Tosatti

 
147028354715_544660007467Paul 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

 
198023504869_564860007054Marcelo 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_

 
185028664099_519160007328Avi 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

 
170623654416_500460007887Joerg Roedel

 
168422914182_572360007152Alexander 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

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

 
159221604781_546060007281Avi 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

 
151526584146_561460007713Joerg 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

 
194325564078_535960007781Joerg 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

 
124522444071_542860007336Avi 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 |

 
158123774071_556960007252Joerg 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

 
200020934413_578160007221Joerg 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 |

 
106120684880_520860007730Joerg 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 ---

 
192126254285_599960007846Jan Kiszka

 
177922294090_585060007057Jan 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

 
118622394434_525860007935Marcelo 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

 
151128084028_592460007582Jan 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

 
114526504650_502460007332Jan 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.

 
175427784957_503860007941Marcelo 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

 
188525544170_597560007828Marcelo 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

 
103125914066_546560007875Marcelo 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

 
140023604683_542860007271Marcelo 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

 
100924284921_565960007778Marcelo 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

 
199222074555_594860007331Jan 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

 
188821304886_505860007289Jan 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

 
188621364881_595360007730Jan 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.

 
182820014089_551060007373Jan 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

 
178224404801_570260007254Jan 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

 
147920904461_503460007708Avi 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

 
136529264838_525160007943Gleb 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 ---

 
154128704079_542160007681Avi 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

 
115026504683_523960007112Gleb 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

 
161229424553_541360007652Takuya Yoshikawa

 
166821224742_512960007780Avi 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

 
183725234706_567460007690Takuya Yoshikawa