Displaying 20 results from an estimated 928 matches for "14pm".
Did you mean:
14am
2020 Jun 23
6
Should SEV-ES #VC use IST? (Re: [PATCH] Allow RDTSC and RDTSCP from userspace)
On Tue, Jun 23, 2020 at 04:59:14PM +0200, Joerg Roedel wrote:
> On Tue, Jun 23, 2020 at 04:53:44PM +0200, Peter Zijlstra wrote:
> > +noinstr void idtentry_validate_ist(struct pt_regs *regs)
> > +{
> > + if ((regs->sp & ~(EXCEPTION_STKSZ-1)) ==
> > + (_RET_IP_ & ~(EXCEPTION_STKSZ-1)))
> &g...
2010 Sep 08
5
domU paravirt vfb problem
Hello!
I''m investigate strange behaviour of vfb in paravirt domU (centos 5)
VNC servers started after creating domain, but information in xenstore
appears sometimes after 1-2 minutes after start. Why this happening? And
how can i get VNC port immediate after creating of domU?
Thank''s.
--
Vasiliy G Tolstov <v.tolstov@selfip.ru>
Selfip.Ru
2017 Jul 20
3
getting rid of hp c3180
On Thu, Jul 20, 2017 at 03:27:14PM -0500, Michael Hennebry wrote:
> On Thu, 20 Jul 2017, Phil Perry wrote:
>
> >On 20/07/17 07:29, Michael Hennebry wrote:
> >>Does a Canon MF232W work with Centos?
>
> >My guess would be no. It appears to use a proprietary built in
> >engine that will need a driv...
2020 Feb 05
2
[PATCH] vhost: introduce vDPA based backend
On Wed, Feb 05, 2020 at 03:50:14PM +0800, Jason Wang wrote:
> > Would it be better for the map/umnap logic to happen inside each device ?
> > Devices that needs the IOMMU will call iommu APIs from inside the driver callback.
>
> Technically, this can work. But if it can be done by vhost-vpda it will make
> the...
2020 Feb 05
2
[PATCH] vhost: introduce vDPA based backend
On Wed, Feb 05, 2020 at 03:50:14PM +0800, Jason Wang wrote:
> > Would it be better for the map/umnap logic to happen inside each device ?
> > Devices that needs the IOMMU will call iommu APIs from inside the driver callback.
>
> Technically, this can work. But if it can be done by vhost-vpda it will make
> the...
2019 Feb 13
1
[PATCH RFC] virtio: hint if callbacks surprisingly might sleep
On Thu, 31 Jan 2019 10:27:53 -0500
"Michael S. Tsirkin" <mst at redhat.com> wrote:
> On Thu, Jan 31, 2019 at 01:53:14PM +0100, Cornelia Huck wrote:
> > A virtio transport is free to implement some of the callbacks in
> > virtio_config_ops in a matter that they cannot be called from
> > atomic context (e.g. virtio-ccw, which maps a lot of the callbacks
> > to channel I/O, which is an inherentl...
2019 Feb 13
1
[PATCH RFC] virtio: hint if callbacks surprisingly might sleep
On Thu, 31 Jan 2019 10:27:53 -0500
"Michael S. Tsirkin" <mst at redhat.com> wrote:
> On Thu, Jan 31, 2019 at 01:53:14PM +0100, Cornelia Huck wrote:
> > A virtio transport is free to implement some of the callbacks in
> > virtio_config_ops in a matter that they cannot be called from
> > atomic context (e.g. virtio-ccw, which maps a lot of the callbacks
> > to channel I/O, which is an inherentl...
2020 Apr 23
2
Re: [PATCH nbdkit 1/2] server: Add pkg-config file to compile against locally compiled nbdkit.
On Thu, Apr 23, 2020 at 07:04:14PM +0100, Richard W.M. Jones wrote:
> +# probably should *not* use this in most cases, since your plugin will
> +# may end up containing hard paths to the local nbdkit sources.
"will may" -> "may" in my local copy.
Rich.
--
Richard Jones, Virtualization Group, Red Hat...
2016 Jan 12
4
[v3,11/41] mips: reuse asm-generic/barrier.h
On 01/10/2016 06:18 AM, Michael S. Tsirkin wrote:
> On mips dma_rmb, dma_wmb, smp_store_mb, read_barrier_depends,
> smp_read_barrier_depends, smp_store_release and smp_load_acquire match
> the asm-generic variants exactly. Drop the local definitions and pull in
> asm-generic/barrier.h instead.
>
This statement doesn't fit MIPS barriers variations. Moreover, there is
a reason
2016 Jan 12
4
[v3,11/41] mips: reuse asm-generic/barrier.h
On 01/10/2016 06:18 AM, Michael S. Tsirkin wrote:
> On mips dma_rmb, dma_wmb, smp_store_mb, read_barrier_depends,
> smp_read_barrier_depends, smp_store_release and smp_load_acquire match
> the asm-generic variants exactly. Drop the local definitions and pull in
> asm-generic/barrier.h instead.
>
This statement doesn't fit MIPS barriers variations. Moreover, there is
a reason
2020 Jun 23
3
Should SEV-ES #VC use IST? (Re: [PATCH] Allow RDTSC and RDTSCP from userspace)
On Tue, Jun 23, 2020 at 01:50:14PM +0200, Peter Zijlstra wrote:
> If SNP is the sole reason #VC needs to be IST, then I'd strongly urge
> you to only make it IST if/when you try and make SNP happen, not before.
It is not the only reason, when ES guests gain debug register support
then #VC also needs to be IST, because #DB...
2017 Jul 27
3
What RH-like on a Dell XPS 15 (9590)?
Hello Matthew,
On Thu, 27 Jul 2017 14:27:47 -0400 Matthew Miller <mattdm at mattdm.org> wrote:
> On Thu, Jul 27, 2017 at 07:25:25PM +0200, wwp wrote:
> > I've just got a Dell XPS 15 (9590) at work and need to set up a stable
> > GNU/Linux system on it. I thought of CentOS7, but.. obviously its
> > kernel can't run on this hardware.
>
> What sense of
2015 Apr 01
2
[PATCH v2 1/6] virtio_balloon: transitional interface
On Wed, Apr 01, 2015 at 07:53:14PM +1030, Rusty Russell wrote:
> "Michael S. Tsirkin" <mst at redhat.com> writes:
> > On Wed, Apr 01, 2015 at 02:17:23PM +1030, Rusty Russell wrote:
> >> I would leave the device *exactly* as is, ugly structure packing and
> >> all.
> >
> > But wh...
2015 Apr 01
2
[PATCH v2 1/6] virtio_balloon: transitional interface
On Wed, Apr 01, 2015 at 07:53:14PM +1030, Rusty Russell wrote:
> "Michael S. Tsirkin" <mst at redhat.com> writes:
> > On Wed, Apr 01, 2015 at 02:17:23PM +1030, Rusty Russell wrote:
> >> I would leave the device *exactly* as is, ugly structure packing and
> >> all.
> >
> > But wh...
2016 Feb 07
3
[PATCH] strlen -> strnlen optimization
Joerg Sonnenberger wrote:
> On Sat, Feb 06, 2016 at 11:05:14PM -0500, Michael McConville via llvm-dev wrote:
> > This addition converts strlen() calls to strnlen() when the result is
> > compared to a constant. For example, the following:
> >
> > strlen(s) < 5
> >
> > Becomes:
> >
> > strnlen(s, 5) < 5
&...
2006 Feb 06
4
Powerware 9125 working w/ SNMP
Thanks to Olli, I can now talk to my PW9125 via SNMP:
> upsc cscfups001@localhost
ambient.temperature: 031.0
battery.charge: 090.0
battery.runtime: 2640.0
battery.voltage: 055.5
driver.name: snmp-ups
driver.parameter.mibs: pw
driver.parameter.port: cscfups001.cs.uwaterloo.ca
driver.version: 2.1.0
driver.version.internal: 0.41
input.frequency: 060.0
input.voltage: 120.0
output.current: 020.0
2019 Sep 30
4
[RFC PATCH] pci: prevent putting pcie devices into lower device states on certain intel bridges
On Mon, Sep 30, 2019 at 6:30 PM Mika Westerberg
<mika.westerberg at linux.intel.com> wrote:
>
> On Mon, Sep 30, 2019 at 06:05:14PM +0200, Karol Herbst wrote:
> > still happens with your patch applied. The machine simply gets shut down.
> >
> > dmesg can be found here:
> > https://gist.githubusercontent.com/karolherbst/40eb091c7b7b33ef993525de660f1a3b/raw/2380e31f566e93e5ba7c87ef545420965d4c492c/gistfile...
2016 Oct 28
3
Samba and BTRFS server-side copy
On Thu, Oct 27, 2016 at 05:22:14PM -0700, Jeremy Allison via samba wrote:
>
> Looking around inside that source code I also see:
>
> do_read (GVfsBackend *backend,
> GVfsJobRead *job,
> GVfsBackendHandle handle,
> char *buffer,
> gsize bytes_requested)
> {
> GVfsB...
2006 Aug 18
4
xen reorganization
Hi folks
I tried to find a solution for the update problem. Currently I have 3
kernels, 2.6.16-16, 2.6.16-17 and 2.6.17-6 and each of them needs
another hypervisor. As it is the goal of Debian to not break on updates
completely, I propose the following change:
* Introduce xen-common source which provides xen-utils-common binary packages.
This package provides a dispatcher for the installed
2015 Apr 01
2
[PATCH v2 1/6] virtio_balloon: transitional interface
On Wed, Apr 01, 2015 at 12:22:44PM +0200, Cornelia Huck wrote:
> On Wed, 1 Apr 2015 11:43:46 +0200
> "Michael S. Tsirkin" <mst at redhat.com> wrote:
>
> > On Wed, Apr 01, 2015 at 07:53:14PM +1030, Rusty Russell wrote:
> > > "Michael S. Tsirkin" <mst at redhat.com> writes:
> > > > On Wed, Apr 01, 2015 at 02:17:23PM +1030, Rusty Russell wrote:
> > > >> I would leave the device *exactly* as is, ugly structure packing and
> > >...