Displaying 20 results from an estimated 20 matches for "uxx".
Did you mean:
cxx
2014 Nov 30
1
[PATCH v7 44/46] virtio_scsi: export to userspace
Replace uXX by __uXX and _packed by __attribute((packed))
as seems to be the norm for userspace headers.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
Acked-by: Paolo Bonzini <pbonzini at redhat.com>
---
include/uapi/linux/virtio_scsi.h | 74 ++++++++++++++++++++--------------------
inclu...
2013 May 27
1
[PATCH rusty/virtio-pci-new-layout] virtio: new layout minor header fixups
Fix issues observed with the new layout code, seen
when implementing device in qemu:
- use of uXX in uapi header
- incorrect readonly tag on one field
- unconditional warning breaks builds with -Werr
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
This patch is on top of rusty/virtio-pci-new-layout.
include/uapi/linux/virtio_pci.h | 12 +++++++-----
1 file changed, 7 inser...
2014 Nov 30
1
[PATCH v7 44/46] virtio_scsi: export to userspace
Replace uXX by __uXX and _packed by __attribute((packed))
as seems to be the norm for userspace headers.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
Acked-by: Paolo Bonzini <pbonzini at redhat.com>
---
include/uapi/linux/virtio_scsi.h | 74 ++++++++++++++++++++--------------------
inclu...
2013 May 27
1
[PATCH rusty/virtio-pci-new-layout] virtio: new layout minor header fixups
Fix issues observed with the new layout code, seen
when implementing device in qemu:
- use of uXX in uapi header
- incorrect readonly tag on one field
- unconditional warning breaks builds with -Werr
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
This patch is on top of rusty/virtio-pci-new-layout.
include/uapi/linux/virtio_pci.h | 12 +++++++-----
1 file changed, 7 inser...
2011 May 16
2
File to MYSQL
...file,file=paste(dat.dir,"outfile_13mai.txt",sep=""),append=FALSE,col.names=FALSE,
row.names=FALSE)
3) The commands above works but the problem is that the oufile_13mai.txt
have several quotes (") . So when I am going to feed my database using the
command
/usr/bin/mysql -uxx -pxxx ormverif < ~/ormverif/syn/outfile_13mai.txt
ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check
the manual that corresponds to your MySQL server version for the right
syntax to use near '"INSERT INTO OBS
(date,T_2M,TMAX_2M,TMIN_2M,TD_2M,PS,FF_10M,DD_10M,TOT_P...
2004 Aug 31
3
Cisco 79XX SIP Ring Tones
Hi all,
Has anyone gotten custom ring tones to work using ALERT_INFO with the
Cisco 7940 SIP phone? I've read the wiki, but just can't get this to
work. I'm currently using the 7.2 SIP image.
Thanks,
Chris
2005 Mar 11
0
HTB Graphical tool
...GUI.
We need dome feedback to help the project, so if you ever use it, it
will be very helpful for me to have feedbacks.
RCC provide a complete GUI to HTB ingress/egress
The lacks of the project :
- Cannot manage (for the moment) multiple level of class
- Cannot mark packet through the gui
- Only uXX filter are managed
But its'' very easy to use and works pretty well.
So if you can provide feedbacks or coding time...i can''t refused
Erwan Le Doeuff
***************************************************************************************************
Project Manager of rcc proje...
2014 Nov 24
0
[PATCH v3 39/41] virtio_scsi: export to userspace
Replace uXX by __uXX and _packed by __attribute((packed))
as seems to be the norm for userspace headers.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
include/uapi/linux/virtio_scsi.h | 74 ++++++++++++++++++++--------------------
include/uapi/linux/Kbuild | 1 +
2 files changed, 38...
2014 Nov 25
0
[PATCH v4 40/42] virtio_scsi: export to userspace
Replace uXX by __uXX and _packed by __attribute((packed))
as seems to be the norm for userspace headers.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
include/uapi/linux/virtio_scsi.h | 74 ++++++++++++++++++++--------------------
include/uapi/linux/Kbuild | 1 +
2 files changed, 38...
2014 Nov 24
0
[PATCH v3 39/41] virtio_scsi: export to userspace
Replace uXX by __uXX and _packed by __attribute((packed))
as seems to be the norm for userspace headers.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
include/uapi/linux/virtio_scsi.h | 74 ++++++++++++++++++++--------------------
include/uapi/linux/Kbuild | 1 +
2 files changed, 38...
2014 Nov 25
0
[PATCH v4 40/42] virtio_scsi: export to userspace
Replace uXX by __uXX and _packed by __attribute((packed))
as seems to be the norm for userspace headers.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
include/uapi/linux/virtio_scsi.h | 74 ++++++++++++++++++++--------------------
include/uapi/linux/Kbuild | 1 +
2 files changed, 38...
2014 Nov 27
0
[PATCH v5 43/45] virtio_scsi: export to userspace
Replace uXX by __uXX and _packed by __attribute((packed))
as seems to be the norm for userspace headers.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
Acked-by: Paolo Bonzini <pbonzini at redhat.com>
---
include/uapi/linux/virtio_scsi.h | 74 ++++++++++++++++++++--------------------
inclu...
2014 Nov 27
0
[PATCH v6 44/46] virtio_scsi: export to userspace
Replace uXX by __uXX and _packed by __attribute((packed))
as seems to be the norm for userspace headers.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
Acked-by: Paolo Bonzini <pbonzini at redhat.com>
---
include/uapi/linux/virtio_scsi.h | 74 ++++++++++++++++++++--------------------
inclu...
2014 Dec 01
0
[PATCH v8 44/50] virtio_scsi: export to userspace
Replace uXX by __uXX and _packed by __attribute((packed))
as seems to be the norm for userspace headers.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
Acked-by: Paolo Bonzini <pbonzini at redhat.com>
---
include/uapi/linux/virtio_scsi.h | 74 ++++++++++++++++++++--------------------
inclu...
2014 Nov 27
0
[PATCH v5 43/45] virtio_scsi: export to userspace
Replace uXX by __uXX and _packed by __attribute((packed))
as seems to be the norm for userspace headers.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
Acked-by: Paolo Bonzini <pbonzini at redhat.com>
---
include/uapi/linux/virtio_scsi.h | 74 ++++++++++++++++++++--------------------
inclu...
2014 Nov 27
0
[PATCH v6 44/46] virtio_scsi: export to userspace
Replace uXX by __uXX and _packed by __attribute((packed))
as seems to be the norm for userspace headers.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
Acked-by: Paolo Bonzini <pbonzini at redhat.com>
---
include/uapi/linux/virtio_scsi.h | 74 ++++++++++++++++++++--------------------
inclu...
2014 Dec 01
0
[PATCH v8 44/50] virtio_scsi: export to userspace
Replace uXX by __uXX and _packed by __attribute((packed))
as seems to be the norm for userspace headers.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
Acked-by: Paolo Bonzini <pbonzini at redhat.com>
---
include/uapi/linux/virtio_scsi.h | 74 ++++++++++++++++++++--------------------
inclu...
2009 Nov 05
0
[PATCH] Add VirtIO Frame Buffer Support
...> +#define VIRTIO_FB_CMD_REFRESH 0x81
These constants and structures (also below) should go into linux/virtio-fb.h
which should be exported. You then won't have to
duplicate them in userspace. Just remember to convert uXX to __uXX.
> +
> +struct virtio_fb_cmd {
> + u8 cmd;
> + union {
> + struct {
> + u16 width;
> + u16 height;
> + } resize __attribute__ ((packed));
> + struct {
> + u16 x;
> + u16 y;
> + u16 width;
> + u16 height;
> + } blit __attribute__...
2009 Nov 05
0
[PATCH] Add VirtIO Frame Buffer Support
...> +#define VIRTIO_FB_CMD_REFRESH 0x81
These constants and structures (also below) should go into linux/virtio-fb.h
which should be exported. You then won't have to
duplicate them in userspace. Just remember to convert uXX to __uXX.
> +
> +struct virtio_fb_cmd {
> + u8 cmd;
> + union {
> + struct {
> + u16 width;
> + u16 height;
> + } resize __attribute__ ((packed));
> + struct {
> + u16 x;
> + u16 y;
> + u16 width;
> + u16 height;
> + } blit __attribute__...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...mp;;CI>d&@y}!hFj|^N at YL
zOKb7z&P4Q!iM}|mO-2X!#LoOl8hM!mlQbpt7PQ{CNNM^~7%Cxh%G^|gaV370E&8&L
z#?z0T at zfeo!B>rB^i`B_h#Gj+kV!EBU6r<W81B}N@><%{@uj_|gT~%cd+gCpTw!<I
zNoUu688%fXX!FCg;43~`gY4KUHdqS|%EY*lwvZ8{r?ks<fE}YF7sp7I`dXtc8h?R2
zbjHUkdP4lRV@=W=Ve1r_+r%nUGF2qot4uXX(tqCY5B8D9p%!&cUvhKjG<r*#Z~H20
zlEGubEr!3#>@7{mlZ<29Ms`}GZDbYpHZsy<=ogi=L|m!OEh8l<I$bYwt~F0ZS4;Gs
zCElm&^gTJ>*%_6JZq`Z1vF at Io-yXf<?v(#-DLT~l$dTs=+RQs>4D(%||5cw<VZP_9
zfMTO23&jnU5w)CVXj|n;R+N|5xYvCa7QAHd891ZW+h6mIr at jwyD!+59*fgr>vkh5R
z=jx~a)-y+zlJa?8*a=s...