Re: Ping 2: [PATCH v2] Allowing setting and overriding parameters in smb.conf

2024-02-18 Thread Henrik Carlqvist
On Sun, 18 Feb 2024 12:30:01 +0300 Michael Tokarev wrote: > I don't maintain this code, so my email is just a random comment. Thanks for your comment anyway! > But I did have an issue with smbd not working right due to one > missing/wrong parameter or another, more than once. Also, samba > is

Ping 2: [PATCH v2] Allowing setting and overriding parameters in smb.conf

2024-02-17 Thread Henrik Carlqvist
of Samba has disabled SMBv1 making old versions of Windows unable to connect to Samba shares. regards Henrik On Sun, 10 Sep 2023 13:48:12 +0200 Henrik Carlqvist wrote: > I'm just wondering if there are any plans to apply my patch in this version > or if you would like me to change anythin

Ping: [PATCH v2] Allowing setting and overriding parameters in smb.conf

2023-09-10 Thread Henrik Carlqvist
but bug fixes. However, now might be a good time to push this patch towards master? Best regards Henrik On Thu, 3 Aug 2023 17:12:56 +0200 Henrik Carlqvist wrote: > From a6dfb322a88965281e3bba00a92f8d5e437bfa95 Mon Sep 17 00:00:00 2001 > From: Henrik Carlqvist > Date: Thu, 3 Aug 2023 16:52

[PATCH v2] Allowing setting and overriding parameters in smb.conf

2023-08-03 Thread Henrik Carlqvist
>From a6dfb322a88965281e3bba00a92f8d5e437bfa95 Mon Sep 17 00:00:00 2001 From: Henrik Carlqvist Date: Thu, 3 Aug 2023 16:52:25 +0200 Subject: [PATCH] Allowing setting and overriding parameters in smb.conf, moving some parameters from the [qemu] section to the [global] section to allow t

Re: [PATCH v1] Allowing setting and overriding parameters in smb.conf

2023-08-02 Thread Henrik Carlqvist
On Thu, 3 Aug 2023 01:34:04 +0200 Samuel Thibault wrote: > Henrik Carlqvist, le jeu. 03 août 2023 01:26:02 +0200, a ecrit: > > On Thu, 3 Aug 2023 01:13:24 +0200 > > Samuel Thibault wrote: > > > > > Henrik Carlqvist, le jeu. 03 août 2023 01:09:09 +0200, a ecr

Re: [PATCH v1] Allowing setting and overriding parameters in smb.conf

2023-08-02 Thread Henrik Carlqvist
On Thu, 3 Aug 2023 01:13:24 +0200 Samuel Thibault wrote: > Henrik Carlqvist, le jeu. 03 août 2023 01:09:09 +0200, a ecrit: > > On Wed, 2 Aug 2023 21:53:56 +0200 > > Samuel Thibault wrote: > > > > > Henrik Carlqvist, le mar. 01 août 2023 23:27:25 +0200, a ecr

Re: [PATCH v1] Allowing setting and overriding parameters in smb.conf

2023-08-02 Thread Henrik Carlqvist
On Wed, 2 Aug 2023 21:53:56 +0200 Samuel Thibault wrote: > Henrik Carlqvist, le mar. 01 août 2023 23:27:25 +0200, a ecrit: > > @@ -950,10 +953,11 @@ static int slirp_smb(SlirpState* s, const char > > *exported_dir, > > "printing = bsd\n" > >

[PATCH v1] Allowing setting and overriding parameters in smb.conf

2023-08-01 Thread Henrik Carlqvist
>From c480f787981308067a059213a1a7ce9c70ab668e Mon Sep 17 00:00:00 2001 From: Henrik Carlqvist Date: Tue, 1 Aug 2023 23:00:15 +0200 Subject: [PATCH] Allowing setting and overriding parameters in smb.conf Signed-off-by: Henrik Carlqvist --- It would be nice to be able to change setti

Re: [PATCH v8] Emulate dip switch language layout settings on SUN keyboard

2023-06-27 Thread Henrik Carlqvist
On Tue, 27 Jun 2023 07:33:46 +0100 Mark Cave-Ayland wrote: > I think this is about ready to merge: the only thing I'd like to change is > to swap unsigned char to uint8_t in the signature of > sunkbd_layout_dip_switch(), but I can fix that up myself and queue it to my > qemu-sparc branch. Thanks

[PATCH v8] Emulate dip switch language layout settings on SUN keyboard

2023-06-23 Thread Henrik Carlqvist
escc.chnA-sunkbd-layout=sv -bios /path/to/ss5.bin If you already happen to have a Solaris installation in a qemu disk image file you can easily try different keyboard layouts after this patch is applied. Signed-off-by: Henrik Carlqvist --- In this version 8 of my patch I have fixed and moved some

Re: [PATCH v7] Emulate dip switch language layout settings on SUN keyboard

2023-06-21 Thread Henrik Carlqvist
On Wed, 21 Jun 2023 08:09:12 +0100 Daniel P. Berrangé wrote: > If you're using one of the common Linux distros, you'll find a list of > the full set of packages you need to enable QEMU feuatres in the > dockerfiles at tests/docker/dockerfiles/. Those all have enough to > enable the docs build.

Re: [PATCH v7] Emulate dip switch language layout settings on SUN keyboard

2023-06-20 Thread Henrik Carlqvist
On Tue, 20 Jun 2023 10:22:40 +0100 Daniel P. Berrangé wrote: Thanks for your feedback! > Assuming you have docutils installed, QEMU will build the manual by > default and print any issues on console during build. You can point > your browser to $BUILD/docs/manual/system/index.html to see the

[PATCH v7] Emulate dip switch language layout settings on SUN keyboard

2023-06-10 Thread Henrik Carlqvist
e you can easily try different keyboard layouts after this patch is applied. Signed-off-by: Henrik Carlqvist --- docs/system/keyboard.rst | 127 +++ docs/system/target-sparc.rst | 2 +- hw/char/escc.c | 76 - include/hw/char/escc.h

Re: Ping: [PATCH v6] Emulate dip switch language layout settings on SUN keyboard

2023-06-10 Thread Henrik Carlqvist
se from might create a bigger page than the current sparc32 page). Best regards Henrik On Sat, 10 Jun 2023 08:06:47 +0100 Mark Cave-Ayland wrote: > On 08/06/2023 17:14, Henrik Carlqvist wrote: > > > I didn't get much response to my last version of the patch to implement > &g

Re: [PATCH v6] Emulate dip switch language layout settings on SUN keyboard

2023-06-08 Thread Henrik Carlqvist
On Thu, 8 Jun 2023 17:22:23 +0100 Daniel P. Berrangé wrote: > On Sun, Apr 30, 2023 at 10:55:33PM +0200, Henrik Carlqvist wrote: > > What is the best way to document this kind of global parameters? > > You can put it in docs/system/sparc.rst (or sparc64.rst whichever is best?)

Ping: [PATCH v6] Emulate dip switch language layout settings on SUN keyboard

2023-06-08 Thread Henrik Carlqvist
this patch? Would you like to apply it as is, or do you want any more changes? Best regards Henrik On Sun, 30 Apr 2023 22:55:33 +0200 Henrik Carlqvist wrote: > I have now changed the patch to instead of using the -k switch use > > -global escc.sunkbd_layout= > > to select keyboard l

Re: [PATCH v6] Emulate dip switch language layout settings on SUN keyboard

2023-04-30 Thread Henrik Carlqvist
appen to have a Solaris installation in a qemu disk image file you can easily try different keyboard layouts after this patch is applied. Signed-off-by: Henrik Carlqvist --- hw/char/escc.c | 81 +++--- include/hw/char/escc.h | 1 + 2 files changed, 7

Re: [PATCH v5] Emulate dip switch language layout settings on SUN keyboard

2023-03-28 Thread Henrik Carlqvist
On Tue, 28 Mar 2023 18:59:26 +0100 Daniel P. Berrangé wrote: > I'm generally not in favour of creating many different ways to set > the same thing, especially not multiple string based names, but if > a single vocabulary for strings is insufficient, then having support > for numbers feels

Re: [PATCH v5] Emulate dip switch language layout settings on SUN keyboard

2023-03-28 Thread Henrik Carlqvist
Thanks for your feedback! On Tue, 28 Mar 2023 15:01:55 +0100 Daniel P. Berrangé wrote: > This is another reason why use of the '-k' switch is a bad idea. Its > range of permissible values / vocabulary does not match the range of > values / vocabulary needed for this hardware device. > > In

Re: [PATCH v5] Emulate dip switch language layout settings on SUN keyboard

2023-03-04 Thread Henrik Carlqvist
On Wed, 1 Mar 2023 11:52:42 + Mark Cave-Ayland wrote: > I've done a quick grep for similar examples for serial devices that use > keyboard_layout but it looks like this would be the first. Thanks again for your reply! It is probably not a very common solution with hardware in the keyboard

Ping [PATCH v5] Emulate dip switch language layout settings on SUN keyboard

2023-02-12 Thread Henrik Carlqvist
Would you please consider this patch or let me know if you want me to somehow update it before it can be accepted? Best regards Henrik On Sat, 14 Jan 2023 15:38:53 +0100 Henrik Carlqvist wrote: > https://patchew.org/QEMU/20230114125029.7395a547.hc...@poolhem.se/ > complains that

Re: [PATCH v5] Emulate dip switch language layout settings on SUN keyboard

2023-01-28 Thread Henrik Carlqvist
On Sun, 22 Jan 2023 18:07:47 + Mark Cave-Ayland wrote: > Did you see my comments re: OpenBIOS for the earlier version of this patch? Sorry again for missing that comment, I sent a reply ( https://lists.nongnu.org/archive/html/qemu-devel/2023-01/msg05134.html ) I have now unsubscribed from

Re: [PATCH v5] Emulate dip switch language layout settings on SUN keyboard

2023-01-23 Thread Henrik Carlqvist
On Sun, 22 Jan 2023 18:07:47 + Mark Cave-Ayland wrote: > Did you see my comments re: OpenBIOS for the earlier version of this patch? Thanks for your replies! Sorry, I missed that reply... To make sure that I wouldn't miss any reply I subscribed to the mailing list, but that made many mails

[PATCH v5] Emulate dip switch language layout settings on SUN keyboard

2023-01-14 Thread Henrik Carlqvist
is to: qemu-system-sparc -k sv -bios /path/to/ss5.bin If you already happen to have a Solaris installation in a qemu disk image file you can easily try different keyboard layouts after this patch is applied. Signed-off-by: Henrik Carlqvist --- hw/char/escc.c | 74 +

[PATCH v4] Emulate dip switch language layout settings on SUN keyboard

2023-01-14 Thread Henrik Carlqvist
to call git with the -s switch at commit. regards Henrik >From 46233aaf57e27207c6d32cdf263b878edeea6263 Mon Sep 17 00:00:00 2001 From: Henrik Carlqvist Date: Fri, 6 Jan 2023 22:33:03 +0100 Subject: [PATCH] Emulating sun keyboard language layout dip switches, taking the value for the dip switches f

Re: [PATCH qemu v3 0/1] Emulating sun keyboard language layout dip switches

2023-01-08 Thread Henrik Carlqvist
> Year 2020 I made 2 attempts to contribute this patch. Unfortunately "git > format-patch" produced crippled patches which were not possible to > apply. Some @@-lines got extra code that didn't belong in those lines. > Now I am instead trying to send my patch using sourcehut. Unfortunately, > it

Re: Ping2: [PATCH v2] Emulate dip switch language layout settings on SUN keyboard

2020-11-28 Thread Henrik Carlqvist
ind of git support forum, but could I please get some hint on how to submit my patch so that it gets accepted? Best regards Henrik On Sat, 19 Sep 2020 19:47:12 +0200 Henrik Carlqvist wrote: > Just wanted to check that my patch hasn't been forgotten... I was hoping > that it would make it into so

Ping2: [PATCH v2] Emulate dip switch language layout settings on SUN keyboard

2020-09-19 Thread Henrik Carlqvist
Just wanted to check that my patch hasn't been forgotten... I was hoping that it would make it into some branch in git. Do you want me to do any more changes to the patch or the description? Best regards Henrik On Mon, 3 Aug 2020 22:20:49 +0200 Henrik Carlqvist wrote: > This is my sec

[PATCH v2] Emulate dip switch language layout settings on SUN keyboard

2020-08-03 Thread Henrik Carlqvist
Henrik >From e302b02dec32c28297ed20d852c5fba2c1682f5a Mon Sep 17 00:00:00 2001 From: Henrik Carlqvist Date: Mon, 3 Aug 2020 22:11:55 +0200 Subject: [PATCH] Emulating sun keyboard language layout dip switches, taking the value for the dip switches from the "-k" option to qemu. SUN Typ

Re: Ping: [PATCH] Emulate dip switch language layout settings on SUN keyboard

2020-08-03 Thread Henrik Carlqvist
Thanks for finding my typos! On Mon, 3 Aug 2020 20:16:43 +0200 Artyom Tarasenko wrote: > > > On Fri, 10 Jul 2020 20:19:11 +0200 > > > Henrik Carlqvist wrote: > > >> hardcoded to allways use an US keyboard layout. > Can you please move this description to t

Ping: [PATCH] Emulate dip switch language layout settings on SUN keyboard

2020-08-03 Thread Henrik Carlqvist
Henrik On Fri, 10 Jul 2020 20:19:11 +0200 Henrik Carlqvist wrote: > SUN Type 4, 5 and 5c keyboards have dip switches to choose the language > layout of the keyboard. Solaris makes an ioctl to query the value of the > dipswitches and uses that value to select keyboard layout. Also the S

[PATCH] Emulate dip switch language layout settings on SUN keyboard

2020-07-10 Thread Henrik Carlqvist
work also with the latest version of git as it only affects one file and there hasn't been much changes to that file since tested version 4.1.1. Best regards Henrik >From 2f86bd60750d44206b9181f76115e77b58dff544 Mon Sep 17 00:00:00 2001 From: Henrik Carlqvist Date: Fri, 10 Jul 2020 19:21:08 +0200 Su

[Qemu-devel] BGR vs RGB, a patch with a more simple approach

2006-05-17 Thread Henrik Carlqvist
Hello again list! A few months ago I posted a patch to fix weird colors on the Hummingberd eXceed X server. My patch never got into CVS and now it seems as others have the same problem with Solaris. The approach in my patch is very simple: let SDL take care of the bit shifting. The patch is

[Qemu-devel] How to submit a patch?

2005-12-28 Thread Henrik Carlqvist
Hello! After submitting a patch to Patches Repository at http://qemu.dad-answers.com/viewforum.php?f=2 I got the advice to also send it to this mailing list. It seemed to be a good advice and I sent it to the list 2005-09-26. There wasn't any feedback on the patch and now when 0.8.0 is released I

Re: [Qemu-devel] How to submit a patch?

2005-12-28 Thread Henrik Carlqvist
i would suggest to you to re-submit an updated patch which which works with cvs and includes full description. Please cc fabrice. Thanks for the advice! I'm sending an updated patch which works with 0.8.0 together with my old description. Which cvs server should I use to get access to the

[Qemu-devel] Patch against weird colors with Hummingbird eXceed X server

2005-09-26 Thread Henrik Carlqvist
Hello and thanks for qemu which is a great program! I posted a patch at http://m2.dad-answers.com/qemu-forum/ and got the advice to also post the patch to this mailing list, so here it comes: Most X servers I have seen have color masks something like this (from xdpyinfo): red, green, blue masks: