Re: [PATCH v2 0/8] riscv: AIA: kernel-irqchip=off support

2025-03-03 Thread Kashyap Chamarthy
interrupt controller) to handle both wired interrupts and MSIs - There's no user-visible change here, but only a developer-visible change: in terms of what's being emulated in userspace vs. in-kernel irqchip.) So, if it's still not too late: Tested-by: Kashyap C

Re: [PATCH 0/8] riscv: AIA: kernel-irqchip=off support

2025-02-18 Thread Kashyap Chamarthy
On Mon, Feb 17, 2025 at 04:17:20PM +0800, Yong-Xuan Wang wrote: > This series introduces the user-space AIA MSI emulation when using KVM > acceleration. > > After this series, RISC-V QEMU virt machine with KVM acceleration has > 3 parameters to control the type of irqchip and its emulation method:

Re: [PATCH v2 2/3] docs/cpu-features: Update "PAuth" (Pointer Authentication) details

2025-02-18 Thread Kashyap Chamarthy
On Tue, Feb 18, 2025 at 11:34:38AM +, Peter Maydell wrote: > On Tue, 18 Feb 2025 at 11:29, Kashyap Chamarthy wrote: [...] > > > Maybe we shall > > > - rename KVM vCPU Features -> KVM only vCPU Features > > > - Add a TCG only vCPU features including both SME

Re: [PATCH v2 2/3] docs/cpu-features: Update "PAuth" (Pointer Authentication) details

2025-02-18 Thread Kashyap Chamarthy
(Cc: Richard Henderson; context: "SME" and "RME" feature discussion below.) On Mon, Feb 17, 2025 at 06:43:01PM +0100, Eric Auger wrote: > Hi Kashyap, Hey, > > On 2/17/25 5:37 PM, Kashyap Chamarthy wrote: [...] > > Signed-off-by: Kashyap Chamarthy >

Re: [PATCH v2 0/3] docs: Small changes to system/arm/cpu-features and more

2025-02-17 Thread Kashyap Chamarthy
On Mon, Feb 17, 2025 at 01:23:51PM +, Peter Maydell wrote: > On Thu, 13 Feb 2025 at 08:44, Kashyap Chamarthy wrote: > > > > In v2: > > > > - Add live-migration context to the PAuth docs (Marc Zyngier) > > > > - Fix the Arm capitlalization

[PATCH v2 1/3] docs/cpu-features: Consistently use vCPU instead of VCPU

2025-02-17 Thread Kashyap Chamarthy
Signed-off-by: Kashyap Chamarthy --- docs/system/arm/cpu-features.rst | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/system/arm/cpu-features.rst b/docs/system/arm/cpu-features.rst index 37d5dfd15b..a596316384 100644 --- a/docs/system/arm/cpu

[PATCH v2 3/3] docs: Fix "Arm" capitalization

2025-02-17 Thread Kashyap Chamarthy
rchive/html/qemu-devel/2025-01/msg05137.html - docs/cpu-features: Update "PAuth" (Pointer Authentication) details [2] 6fe6d6c9a9 (docs: Be consistent about capitalization of 'Arm', 2020-03-09) Signed-off-by: Kashyap Chamarthy --- docs/devel/testing/qgraph.rst

[PATCH v2 2/3] docs/cpu-features: Update "PAuth" (Pointer Authentication) details

2025-02-17 Thread Kashyap Chamarthy
long with `pauth`, a couple of properties can be controlled -- they're are related to cryptographic algorithm choice. Thanks to Peter Maydell and Marc Zyngier for explaining more about PAuth on IRC (#qemu, OFTC). Signed-off-by: Kashyap Chamarthy --- v2: address Marc Zyngier's comme

[PATCH v2 0/3] docs: Small changes to system/arm/cpu-features and more

2025-02-17 Thread Kashyap Chamarthy
inconsistency - there's a KVM-only CPU features section, but no TCG-only section. I thought when there are more TCG-only CPU features, that section can be added back in. Or I can add that back in, if anyone feels strongly about it. Kashyap Chamarthy (3): docs/cpu-features: Consistently

Re: [PATCH v2 1/3] docs/cpu-features: Consistently use vCPU instead of VCPU

2025-02-14 Thread Kashyap Chamarthy
On Thu, Feb 13, 2025 at 09:09:12PM +, Alex Bennée wrote: > Kashyap Chamarthy writes: > > > Signed-off-by: Kashyap Chamarthy > > Should we add vCPU to glossary.rst? Ah, I didn't notice this in the tree. I can add as a follow-up later. PS: I sent the patch while o

[PATCH v2 2/3] docs/cpu-features: Update "PAuth" (Pointer Authentication) details

2025-02-13 Thread Kashyap Chamarthy
long with `pauth`, a couple of properties can be controlled -- they're are related to cryptographic algorithm choice. Thanks to Peter Maydell and Marc Zyngier for explaining more about PAuth on IRC (#qemu, OFTC). Signed-off-by: Kashyap Chamarthy --- v2: address Marc Zyngier's comme

[PATCH v2 1/3] docs/cpu-features: Consistently use vCPU instead of VCPU

2025-02-13 Thread Kashyap Chamarthy
Signed-off-by: Kashyap Chamarthy --- docs/system/arm/cpu-features.rst | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/system/arm/cpu-features.rst b/docs/system/arm/cpu-features.rst index 37d5dfd15b..a596316384 100644 --- a/docs/system/arm/cpu

[PATCH v2 0/3] docs: Small changes to system/arm/cpu-features and more

2025-02-13 Thread Kashyap Chamarthy
ere are more TCG-only CPU features, that section can be added back in. Or I can add that back in, if anyone feels strongly about it. Kashyap Chamarthy (3): docs/cpu-features: Consistently use vCPU instead of VCPU docs/cpu-features: Update "PAuth" (Pointer Authentication) details

[PATCH v2 0/3] docs: Small changes to system/arm/cpu-features and more

2025-02-13 Thread Kashyap Chamarthy
thought when there are more TCG-only CPU features, that section can be added back in. Or I can add that back in, if anyone feels strongly about it. Kashyap Chamarthy (3): docs/cpu-features: Consistently use vCPU instead of VCPU docs/cpu-features: Update "PAuth" (Pointer Authenticati

Re: [PATCH 2/2] docs/cpu-features: Update "PAuth" (Pointer Authentication) details

2025-01-27 Thread Kashyap Chamarthy
On Mon, Jan 27, 2025 at 01:06:44PM +, Peter Maydell wrote: > On Mon, 20 Jan 2025 at 09:06, Kashyap Chamarthy wrote: > > > > On Sat, Jan 18, 2025 at 10:04:37AM +, Marc Zyngier wrote: > > > On Fri, 17 Jan 2025 19:11:06 +, > > > Kashyap Chamarth

Re: [PATCH 2/2] docs/cpu-features: Update "PAuth" (Pointer Authentication) details

2025-01-22 Thread Kashyap Chamarthy
On Sat, Jan 18, 2025 at 10:04:37AM +, Marc Zyngier wrote: > On Fri, 17 Jan 2025 19:11:06 +, > Kashyap Chamarthy wrote: > > > > PAuth (Pointer Authentication), a security feature in software, is > > relevant for both KVM and QEMU. Relect this fact into the do

[PATCH 0/2] docs: A couple of small changes to system/arm/cpu-features

2025-01-17 Thread Kashyap Chamarthy
-only CPU features section, but no TCG-only section. I thought when there are more TCG-only CPU features, that section can be added back in. Or I can add that back in, if anyone feels strongly about it. Kashyap Chamarthy (2): docs/cpu-features: Consistently use vCPU instead of VCPU docs/cpu-fe

[PATCH 1/2] docs/cpu-features: Consistently use vCPU instead of VCPU

2025-01-17 Thread Kashyap Chamarthy
Signed-off-by: Kashyap Chamarthy --- docs/system/arm/cpu-features.rst | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/system/arm/cpu-features.rst b/docs/system/arm/cpu-features.rst index a5fb929243c..78f18c87a81 100644 --- a/docs/system/arm/cpu

[PATCH 2/2] docs/cpu-features: Update "PAuth" (Pointer Authentication) details

2025-01-17 Thread Kashyap Chamarthy
long with `pauth`, a couple of properties can be controlled -- they're are related to cryptographic algorithm choice. Thanks to Peter Maydell and Marc Zyngier for explaining more about PAuth on IRC (#qemu, OFTC). Signed-off-by: Kashyap Chamarthy --- docs/system/arm/cpu-features.rst | 23 +

Re: [PATCH 2/3] hw/i386/pc_piix: Remove pc-i440fx-2.4 up to pc-i440fx-2.12

2025-01-17 Thread Kashyap Chamarthy
, 110 deletions(-) Looks good to me. Nice that it has the side-effect of speeding up a bit of the upstream CI, as it drops unncessary tests. I also saw your note in the cover letter that the corresponding Q35 machine types will be removed in QEMU 10.1. Thanks! FWIW: Reviewed-by: Kashyap C

Re: [PATCH RFCv2 00/20] kvm/arm: Introduce a customizable aarch64 KVM host model

2024-12-20 Thread Kashyap Chamarthy
On Thu, Dec 19, 2024 at 03:41:56PM +, Marc Zyngier wrote: > On Thu, 19 Dec 2024 15:07:25 +, > Kashyap Chamarthy wrote: > > > > On Thu, Dec 19, 2024 at 12:26:29PM +, Marc Zyngier wrote: > > > On Thu, 19 Dec 2024 11:35:16 +0000, > > > Kashyap Chama

Re: [PATCH RFCv2 00/20] kvm/arm: Introduce a customizable aarch64 KVM host model

2024-12-19 Thread Kashyap Chamarthy
On Thu, Dec 19, 2024 at 12:26:29PM +, Marc Zyngier wrote: > On Thu, 19 Dec 2024 11:35:16 +, > Kashyap Chamarthy wrote: [...] > > Consider this: > > > > Say, there's a serious security issue in a released ARM CPU. As part of > > the fix, two new

Re: [PATCH RFCv2 00/20] kvm/arm: Introduce a customizable aarch64 KVM host model

2024-12-19 Thread Kashyap Chamarthy
On Thu, Dec 12, 2024 at 11:04:30AM +0100, Eric Auger wrote: Hi Eric, > On 12/12/24 10:36, Cornelia Huck wrote: > > On Thu, Dec 12 2024, Daniel P. Berrangé wrote: [...] > >> Consider you mgmt app wants to set a CPU model that's common across > >> heterogeneous hardware. They don't neccessarily

Re: [RFC 21/21] arm/cpu-features: Document custom vcpu model

2024-11-04 Thread Kashyap Chamarthy
On Mon, Nov 04, 2024 at 04:30:17PM +, Peter Maydell wrote: > On Mon, 4 Nov 2024 at 15:34, Eric Auger wrote: [...] > > > If possible, it would be really helpful (and user-friendly) to be able > > > to specify the CPU feature names as you see under /proc/cpuinfo, and be > > > able to turn the

[Call for Presentations] FOSDEM 2025: Virt & IaaS devroom

2024-10-31 Thread Kashyap Chamarthy
(Cross-posted to KVM, Rust-VMM, QEMU, and libvirt lists.) Hi, The CFP for the 'Virt & IaaS' (Infrastructure as a Service) 2025 "devroom" is out[+]. - Where? — Brussels, Belgium - When? — 02 Feb (Sunday) 2025 - Talk submission deadline — 01 Dec 2024 (The CFP submission on the FOSDEM l

Re: [RFC 21/21] arm/cpu-features: Document custom vcpu model

2024-10-31 Thread Kashyap Chamarthy
On Mon, Oct 28, 2024 at 05:29:11PM +0100, Cornelia Huck wrote: > On Mon, Oct 28 2024, Daniel P. Berrangé wrote: [...] > >> We could consolidate that to the current "host" model, once we figure > >> out how to handle the currently already existing properties. Models > >> based on the different ar

Re: [RFC 21/21] arm/cpu-features: Document custom vcpu model

2024-10-28 Thread Kashyap Chamarthy
On Fri, Oct 25, 2024 at 12:17:40PM +0200, Eric Auger wrote: > From: Cornelia Huck > > Add some documentation for the custom model. > > Signed-off-by: Eric Auger > Signed-off-by: Cornelia Huck > --- > docs/system/arm/cpu-features.rst | 55 +++- > 1 file changed, 47

Re: [RFC 00/21] kvm/arm: Introduce a customizable aarch64 KVM host model

2024-10-25 Thread Kashyap Chamarthy
On Fri, Oct 25, 2024 at 12:17:19PM +0200, Eric Auger wrote: Hi Eric, I'm new to Arm, so please bear with my questions :) > This RFC series introduces a KVM host "custom" model. (a) On terminology: as we know, in the x86 world, QEMU uses these terms[1]: - Host passthrough - Named CP

Re: [PATCH v5 1/4] docs/interop/firmware.json: add new enum FirmwareFormat

2024-07-18 Thread Kashyap Chamarthy
On Thu, Jul 18, 2024 at 03:09:37PM +0200, Markus Armbruster wrote: > Thomas Weißschuh writes: [...] > > +# > > +# @raw: Raw disk image format. > > +# > > +# @qcow2: QEMU image format. > > It's not the only QEMU image format... Maybe "The QCOW2 image format." > Almost tautological, but I don't

[Call for Presentations] FOSDEM 2024: Virt & IaaS Devroom

2023-11-28 Thread Kashyap Chamarthy
[Cross-posted to KVM, Rust-VMM, QEMU, and libvirt lists) Hi, the CFP for the "Virt & IaaS" DevRoom is out[+]. Something new this year is a new talk-submission system: so you need to create a new account, even if you've had an account with the older talk-submission system. Details in the "Submit

Re: [PATCH v2] docs: build-system: rename "default-configs" to "configs"

2023-06-01 Thread Kashyap Chamarthy
On Wed, May 31, 2023 at 04:22:34PM +0200, Thomas Huth wrote: > On 23/05/2023 15.31, Kashyap Chamarthy wrote: > > Commit 812b31d3f9 (configs: rename default-configs to configs and > > reorganise, 2021-07-07) did the rename. > > > > Reflect that update also in the documen

Re: [PATCH v2] docs: build-system: rename "default-configs" to "configs"

2023-05-23 Thread Kashyap Chamarthy
On Tue, May 23, 2023 at 03:31:17PM +0200, Kashyap Chamarthy wrote: [I missed to include version history under "---"; now done] > Commit 812b31d3f9 (configs: rename default-configs to configs and > reorganise, 2021-07-07) did the rename. > > Reflect that update als

[PATCH v2] docs: build-system: rename "default-configs" to "configs"

2023-05-23 Thread Kashyap Chamarthy
Commit 812b31d3f9 (configs: rename default-configs to configs and reorganise, 2021-07-07) did the rename. Reflect that update also in the documentation. Signed-off-by: Kashyap Chamarthy --- docs/devel/build-system.rst | 12 +-- docs/devel/kconfig.rst | 40

Re: [PATCH] docs: build-system: rename "default-configs" to "configs"

2023-05-15 Thread Kashyap Chamarthy
On Fri, May 12, 2023 at 04:09:20PM +0800, Wang, Lei wrote: > There are also several "default-configs" in docs/devel/kconfig.rst, I think > they > can also be updated in this patch. Good catch, I'll respin it. > BR, > Lei > > On 10/4/2021 15:12, Kashyap Ch

Re: [PATCH v4] acpi: pcihp: allow repeating hot-unplug requests

2023-05-04 Thread Kashyap Chamarthy
On Wed, Apr 26, 2023 at 07:20:08PM +0200, Kashyap Chamarthy wrote: > On Wed, Apr 26, 2023 at 07:40:02PM +0300, Michael Tokarev wrote: > > 18.04.2023 12:04, Igor Mammedov wrote: > > > with Q35 using ACPI PCI hotplug by default, user's request to unplug > > > de

Re: [PATCH v4] acpi: pcihp: allow repeating hot-unplug requests

2023-04-26 Thread Kashyap Chamarthy
On Wed, Apr 26, 2023 at 07:40:02PM +0300, Michael Tokarev wrote: > 18.04.2023 12:04, Igor Mammedov wrote: > > with Q35 using ACPI PCI hotplug by default, user's request to unplug > > device is ignored when it's issued before guest OS has been booted. > > And any additional attempt to request device

Re: [PATCH v3] acpi: pcihp: make pending delete blocking action expire

2023-04-18 Thread Kashyap Chamarthy
On Wed, Apr 05, 2023 at 11:42:56AM +0200, Igor Mammedov wrote: > with Q35 using ACPI PCI hotplug by default, user's request to unplug > device is ignored when it's issued before guest OS has been booted. > And any additional attempt to request device hot-unplug afterwards > results in following err

Re: [PATCH 03/11] MAINTAINERS: add a section for policy documents

2023-03-30 Thread Kashyap Chamarthy
es ;-) > > Who's with me? Happy to chip in wherever I can be useful :-) Reviewed-by: Kashyap Chamarthy > Signed-off-by: Alex Bennée > Cc: Thomas Huth > Cc: Daniel P. Berrangé > Cc: Markus Armbruster > Cc: Kashyap Chamarthy > Cc: Paolo Bonzini > Cc: Peter

Re: [PATCH 4/4] docs: add an introduction to the system docs

2023-01-13 Thread Kashyap Chamarthy
. > + > +.. code:: > + > + -drive > if=pflash,file=(pwd)/pc-bios/edk2-aarch64-code.fd,format=raw,readonly=on \ > + -drive if=pflash,file=$HOME/images/qemu-arm64-efivars,format=raw Here, -blockdev. (I don't have a replacement invocation off-hand, afraid.) Regardless of whether these are addressed, this is a strict improvement: Reviewed-by: Kashyap Chamarthy [...] -- /kashyap

Re: [PATCH 2/2] docs: add no-padding firmware feature

2022-12-16 Thread Kashyap Chamarthy
- Add padding to the firmware images. IOW, if the firmware is 2 MB, add zero-padding to the end of the image to round it upto 4 MB (whatever you anticipate the largest size wil be in future). ... (/quote) [1] https://edk2.groups.io/g/devel/message/54758 Regardless: Reviewed-by: Kashyap Chamarthy > ## > # @FirmwareFlashFile: > -- > 2.38.1 > -- /kashyap

Re: Call for FOSDEM presentations on QEMU, KVM, and rust-vmm

2022-12-05 Thread Kashyap Chamarthy
(Cc also: libvirt upstream maling list) Gentle reminder ... tl;dr: please submit the proposals by *10th Dec 2022* On Tue, Nov 08, 2022 at 10:45:33AM -0500, Stefan Hajnoczi wrote: > Hi, > The yearly FOSDEM open source conference is now accepting talk > proposals. FOSDEM '23 will be held in Brusse

Re: [PATCH] docs: add firmware feature flags

2022-09-30 Thread Kashyap Chamarthy
#x27;, 'verbose-dynamic', > - 'verbose-static' ] } > + 'data' : [ 'acpi-s3', 'acpi-s4', > + 'amd-sev', 'amd-sev-es', 'amd-sev-snp', > + 'intel-tdx', > + 'enrolled-keys', 'requires-smm', 'secure-boot', > + 'verbose-dynamic', 'verbose-static' ] } With the above tiny nits fixed: Reviewed-by: Kashyap Chamarthy > ## > # @FirmwareFlashFile: > -- > 2.37.3 > -- /kashyap

Call for KVM Forum 200 panel-discussion topics

2022-08-29 Thread Kashyap Chamarthy
Hi, You can post questions for the upcoming KVM Forum panel discussion[1] at Dublin here: https://etherpad.opendev.org/p/KVMForum_2022_Panel The session[1] is on 14th September (Wednesday), Dublin, KVM Forum 2022. The panel is for discussing technical and non-technical topics related to KVM

Re: [PATCH v3 0/4] rSTify a few more docs; move them to QEMU Git

2022-07-01 Thread Kashyap Chamarthy
Ping. Thomas/Peter: when you get some time, please have a look at this. On Mon, Jun 06, 2022 at 06:55:47PM +0200, Kashyap Chamarthy wrote: > On Mon, Jun 06, 2022 at 06:49:49PM +0200, Kashyap Chamarthy wrote: > > Oops, messed up v3's cover-letter subject; now fixed. Sorry. > &

Re: [PATCH v3 2/4] docs: rSTify MailingLists wiki; move it to QEMU Git

2022-06-10 Thread Kashyap Chamarthy
Hi, On Wednesday, June 8, 2022, Thomas Huth wrote: > On 06/06/2022 18.43, Kashyap Chamarthy wrote: > >> This document is referred to from the GettingStartedDevelopers wiki >> which will be rSTified in a follow-up commit. >> >> Converted from Mediawiki to rST

[PATCH v3 0/4] rSTify a few more docs; move them to QEMU Git

2022-06-06 Thread Kashyap Chamarthy
On Mon, Jun 06, 2022 at 06:49:49PM +0200, Kashyap Chamarthy wrote: > Oops, messed up v3's cover-letter subject; now fixed. Sorry. Sigh, instead of "v3", I accidentally wrote "v4" in the cover-letter subject. Now fix that too; sorry for the noise. > On Mon, J

[PATCH v4 0/4] rSTify a few more docs; move them to QEMU Git [Was: Re: [PATCH v3 0/4] In v3:]

2022-06-06 Thread Kashyap Chamarthy
Oops, messed up v3's cover-letter subject; now fixed. Sorry. On Mon, Jun 06, 2022 at 06:43:32PM +0200, Kashyap Chamarthy wrote: > - Add back the "" fragment in security-process.rst > [Thomas] > - Add a docs/about/contacting-the-project.rst as per Peter's

[PATCH v3 3/4] docs: rSTify GettingStartedDevelopers wiki; move it to QEMU Git

2022-06-06 Thread Kashyap Chamarthy
nversion. [1] https://wiki.qemu.org/Documentation/GettingStartedDevelopers Signed-off-by: Kashyap Chamarthy --- docs/devel/getting-started-developers.rst | 200 ++ docs/devel/index.rst | 1 + 2 files changed, 201 insertions(+) create mode 100644 docs/

[PATCH v3 2/4] docs: rSTify MailingLists wiki; move it to QEMU Git

2022-06-06 Thread Kashyap Chamarthy
the users mailing list, as it will be referred to from a different document from the docs/about/ directory. Besides that, this is almost a 1-1 conversion (I double-checked to the best I could). I've also checked that the hyperlinks work correctly post-conversion. Signed-off-by: Kashyap C

[PATCH v3 4/4] Add a new doc "contacting-the-project.rst"

2022-06-06 Thread Kashyap Chamarthy
website". [1] https://www.qemu.org/support/ [2] https://lists.nongnu.org/archive/html/qemu-devel/2022-03/msg05178.html Signed-off-by: Kashyap Chamarthy --- docs/about/contacting-the-project.rst | 16 docs/about/index.rst | 1 + 2 files changed, 17 insertions(+) crea

[PATCH v3 1/4] docs: rSTify "security-process" page; move it to QEMU Git

2022-06-06 Thread Kashyap Chamarthy
ked to the best I could). I've also checked that the hyperlinks work correctly post-conversion. [1] https://lists.nongnu.org/archive/html/qemu-devel/2021-11/msg04002.html [2] https://www.qemu.org/contribute/security-process Suggested-by: Paolo Bonzini Signed-off-by: Kashyap Chamarthy

[PATCH v3 0/4] In v3:

2022-06-06 Thread Kashyap Chamarthy
org/Documentation/GettingStartedDevelopers [4] https://lists.nongnu.org/archive/html/qemu-devel/2021-11/msg04002.html ------- Kashyap Chamarthy (4): docs: rSTify "security-process" page; move it to QEMU Git docs: rSTif

Re: [PATCH] docs/devel: Fix broken internal link to mailing lists

2022-05-18 Thread Kashyap Chamarthy
On Wed, May 18, 2022 at 09:04:35AM +0200, Thomas Huth wrote: > On 15/03/2022 16.54, Kashyap Chamarthy wrote: > > Missed this during the initial conversion. > > > > Signed-off-by: Kashyap Chamarthy > > --- > > This patch should be merged on top of this[1]. O

Re: [qemu.qmp PATCH 04/12] update project URLs

2022-04-26 Thread Kashyap Chamarthy
On Tue, Apr 26, 2022 at 08:55:38AM +0100, Daniel P. Berrangé wrote: > On Mon, Apr 25, 2022 at 02:19:27PM -0400, John Snow wrote: > > On Mon, Apr 25, 2022, 6:56 AM Daniel P. Berrangé > > wrote: > > > > > On Fri, Apr 22, 2022 at 02:49:32PM -0400, John Snow wrote: > > > > Point to this library's URL

Re: [qemu.qmp PATCH 06/12] move README.rst to FILES.rst and update

2022-04-25 Thread Kashyap Chamarthy
- > MANIFEST.in | 1 - > 2 files changed, 13 insertions(+), 37 deletions(-) > rename README.rst => FILES.rst (64%) As usual, thanks for the care for documentation. Reviewed-by: Kashyap Chamarthy [...] -- /kashyap

Re: [qemu.qmp PATCH 11/12] remove sub-dependency pins from Pipfile

2022-04-25 Thread Kashyap Chamarthy
e future. > > So long as --keep-outdated is always passed to Pipenv, items that aren't > absolutely necessary to update will not be, which will help keep our > requirements more at the very oldest possible versions that still work. > > Signed-off-by: John Snow Makes sense.

Re: [qemu.qmp PATCH 02/13] fork qemu.qmp from qemu.git

2022-04-05 Thread Kashyap Chamarthy
On Mon, Apr 04, 2022 at 02:56:10PM -0400, John Snow wrote: > On Mon, Apr 4, 2022 at 2:54 PM John Snow wrote: [...] > > > > .gitignore | 2 +- > > > > Makefile | 16 > > > > setup.cfg | 24 +--- > > > > setup.py | 2 +- > > > > 4 files changed, 11 inse

Re: [qemu.qmp PATCH 02/13] fork qemu.qmp from qemu.git

2022-04-01 Thread Kashyap Chamarthy
gt; +name = qemu.qmp > version = file:VERSION > maintainer = QEMU Developer Team In the spirit of patch 04 ("update maintainer metadata"), do you also want to update here too? s/QEMU Developer Team/QEMU Project? FWIW: Reviewed-by: Kashyap Chamarthy [...] -- /kashyap

Re: [qemu.qmp PATCH 09/13] [FIXME] move PACKAGE.rst to README.rst and update

2022-04-01 Thread Kashyap Chamarthy
On Wed, Mar 30, 2022 at 02:24:20PM -0400, John Snow wrote: > The README here will reflect both what is shown on GitLab and on the > PyPI landing page. Update it accordingly, and freshen it up. > > FIXME: Update URLs when pushing to the production repo. > > Suggested-by:

Re: [PATCH v2 2/3] docs: rSTify MailingLists wiki; move it to QEMU Git

2022-03-21 Thread Kashyap Chamarthy
On Mon, Mar 21, 2022 at 11:01:28AM +, Peter Maydell wrote: > On Mon, 21 Mar 2022 at 09:55, Kashyap Chamarthy wrote: [...] > > > Yes, I think that about/ should have a document something like > > > "Contacting the project" or "Support", which could t

Re: [PATCH v2 2/3] docs: rSTify MailingLists wiki; move it to QEMU Git

2022-03-21 Thread Kashyap Chamarthy
On Tue, Mar 15, 2022 at 04:12:50PM +, Peter Maydell wrote: > On Tue, 15 Mar 2022 at 16:00, Kashyap Chamarthy wrote: > > > > On Tue, Mar 15, 2022 at 02:25:05PM +0100, Thomas Huth wrote: > > > On 14/03/2022 11.49, Kashyap Chamarthy wrote: > > > > [...] &g

Re: [PATCH v2 2/3] docs: rSTify MailingLists wiki; move it to QEMU Git

2022-03-15 Thread Kashyap Chamarthy
On Tue, Mar 15, 2022 at 02:25:05PM +0100, Thomas Huth wrote: > On 14/03/2022 11.49, Kashyap Chamarthy wrote: [...] > At least the "users" mailing list is not related to development, so maybe > this should rather go into docs/about/ instead? Yeah, makes sense. I wonder if

[PATCH] docs/devel: Fix broken internal link to mailing lists

2022-03-15 Thread Kashyap Chamarthy
Missed this during the initial conversion. Signed-off-by: Kashyap Chamarthy --- This patch should be merged on top of this[1]. Otherwise Sphinx will complain (correctly so). [1] https://lists.nongnu.org/archive/html/qemu-devel/2022-03/msg03488.html -- docs: rSTify MailingLists wiki; move

Re: [PATCH v2 1/3] docs: rSTify "security-process" page; move it to QEMU Git

2022-03-15 Thread Kashyap Chamarthy
On Tue, Mar 15, 2022 at 01:47:38PM +0100, Thomas Huth wrote: > On 14/03/2022 11.49, Kashyap Chamarthy wrote: [...] > > + - Once the patch is merged, close the upstream bug with a link to > > + the commit > > + > > + - Fixed in: > > There used to

Re: [PATCH v2 2/3] docs: rSTify MailingLists wiki; move it to QEMU Git

2022-03-14 Thread Kashyap Chamarthy
On Mon, Mar 14, 2022 at 02:45:30PM +0100, Philippe Mathieu-Daudé wrote: > Hi Kashyap, Hi, > On 14/3/22 11:49, Kashyap Chamarthy wrote: [...] > This is a fair conversion from > https://wiki.qemu.org/Contribute/MailingLists, but a good opportunity to > improve (could be

[PATCH v2 3/3] docs: rSTify GettingStartedDevelopers wiki; move it to QEMU Git

2022-03-14 Thread Kashyap Chamarthy
nversion. [1] https://wiki.qemu.org/Documentation/GettingStartedDevelopers Signed-off-by: Kashyap Chamarthy --- docs/devel/getting-started-developers.rst | 200 ++ docs/devel/index.rst | 1 + 2 files changed, 201 insertions(+) create mode 100644 docs/

[PATCH v2 2/3] docs: rSTify MailingLists wiki; move it to QEMU Git

2022-03-14 Thread Kashyap Chamarthy
I could). I've also checked that the hyperlinks work correctly post-conversion. Signed-off-by: Kashyap Chamarthy --- docs/devel/index.rst | 1 + docs/devel/mailing-lists.rst | 53 2 files changed, 54 insertions(+) create mode 100644 docs/

[PATCH v2 1/3] docs: rSTify "security-process" page; move it to QEMU Git

2022-03-14 Thread Kashyap Chamarthy
ked to the best I could). I've also checked that the hyperlinks work correctly post-conversion. [1] https://lists.nongnu.org/archive/html/qemu-devel/2021-11/msg04002.html [2] https://www.qemu.org/contribute/security-process Suggested-by: Paolo Bonzini Signed-off-by: Kashyap Chamarthy

[PATCH v2 0/3] rSTify a few more docs; move them to QEMU Git

2022-03-14 Thread Kashyap Chamarthy
iki. [1] https://www.qemu.org/contribute/security-process [2] https://wiki.qemu.org/Contribute/MailingLists [3] https://wiki.qemu.org/Documentation/GettingStartedDevelopers [4] https://lists.nongnu.org/archive/html/qemu-devel/2021-11/msg04002.html Kashyap Chamarthy (3): docs: rSTify "security-pr

Re: [RFC PATCH] docs/devel: try and impose some organisation

2022-03-11 Thread Kashyap Chamarthy
/patch:113: trailing whitespace. .git/rebase-apply/patch:136: trailing whitespace. .git/rebase-apply/patch:61: new blank line at EOF. + warning: squelched 3 whitespace errors warning: 8 lines add whitespace errors. FWIW: Reviewed-by: Kashyap Chamarthy [...] -- /kashyap

Re: [PATCH] scripts/qmp-shell-wrap: Fix import path

2022-02-25 Thread Kashyap Chamarthy
On Fri, Feb 25, 2022 at 12:08:28PM -0500, John Snow wrote: > Mea culpa. Dan's patch wound up with the wrong import path because I > re-ordered my most recent pull request and missed that this needed a fix > on rebase. > > Fixes: 43912529 > Reported-by: Kashyap Chamarthy

Re: qemu crash 100% CPU with Ubuntu10.04 guest (solved)

2022-02-17 Thread Kashyap Chamarthy
On Thu, Feb 17, 2022 at 12:07:15PM +1100, Ben Smith wrote: > Hi All, Hi, > I'm cross-posting this from Reddit qemu_kvm, in case it helps in some > way. I know my setup is ancient and unique; let me know if you would > like more info. > > Symptoms: > 1. Ubuntu10.04 32-bit guest locks up randomly b

Re: [PATCH 3/3] x86: Switch to q35 as the default machine type

2022-02-17 Thread Kashyap Chamarthy
On Thu, Feb 17, 2022 at 08:57:19AM +0100, Thomas Huth wrote: > On 16/02/2022 18.40, Dr. David Alan Gilbert wrote: [...] > > So just adding something like the following under 'System emulator > > machines': > > > > x86 default machine type > > > > > > x86 currently defau

Re: "make check-acceptance" takes way too long

2022-02-01 Thread Kashyap Chamarthy
On Tue, Jan 25, 2022 at 10:20:11AM +0100, Gerd Hoffmann wrote: > Hi, > > > IMHO the ideal scenario would be for us to have a kernel, initrd > > containing just busybox tools for the key arch targets we care > > about. Those could be used with direct kernel boot or stuffed > > into a disk iamge.

Re: [PATCH v2] docs: expand firmware descriptor to allow flash without NVRAM

2022-01-31 Thread Kashyap Chamarthy
On Mon, Jan 31, 2022 at 03:35:02PM +, Daniel P. Berrangé wrote: > On Mon, Jan 31, 2022 at 04:21:36PM +0100, Kashyap Chamarthy wrote: > > On Mon, Jan 31, 2022 at 02:36:46PM +, Daniel P. Berrangé wrote: [...] > > > The firmware can be provided in qcow2 format

Re: [PATCH v2] docs: expand firmware descriptor to allow flash without NVRAM

2022-01-31 Thread Kashyap Chamarthy
On Mon, Jan 31, 2022 at 02:36:46PM +, Daniel P. Berrangé wrote: > On Mon, Jan 31, 2022 at 03:00:33PM +0100, Kashyap Chamarthy wrote: > > On Mon, Jan 31, 2022 at 12:55:09PM +, Daniel P. Berrangé wrote: [...] > > I briefly wondered if in this "combined"

Re: [PATCH v2] docs: expand firmware descriptor to allow flash without NVRAM

2022-01-31 Thread Kashyap Chamarthy
cutable. The firmware > -# executable may be shared by multiple virtual machine > -# definitions. The preferred corresponding QEMU command > -# line options are > +# @mode: describes how the firmware build handles code versus variable > +#storage. If not present, it must be treated as if it was > +#configured with value ``split``. Since: 7.0.0 For consistency, might want to capitalize the first word: s/describes/Describes/ (Here too, maintainer can touch it up.) [...] The concept looks very clear, and obviously useful. FWIW: Reviewed-by: Kashyap Chamarthy > -- > 2.34.1 > -- /kashyap

Re: TR: Openstack NOVA - Improve the time of file system freeze during live-snapshot

2022-01-24 Thread Kashyap Chamarthy
Hi, (Sorry for the slowness here.) On Thu, Jan 20, 2022 at 12:45:02PM +0100, Kevin Wolf wrote: > Am 20.01.2022 um 09:02 hat Pierre Libeau geschrieben: [...] > > Hello, > > > > I'm working on a patch in nova to improve the time of file system > > freeze during live-snapshot on an instance with

Re: [PATCH 2/2] docs: rSTify "report-a-bug" page; move it to QEMU Git

2021-12-03 Thread Kashyap Chamarthy
On Mon, Nov 29, 2021 at 01:35:11PM +, Peter Maydell wrote: > On Wed, 24 Nov 2021 at 14:27, Kashyap Chamarthy wrote: [...] > > [1] https://lists.nongnu.org/archive/html/qemu-devel/2021-11/msg04002.html > > [2] https://www.qemu.org/contribute/report-a-bug/ > > > >

Re: Other pages for docs/devel/ [Was: Re: ... Update URLs of "SubmitAPatch" ...]

2021-11-25 Thread Kashyap Chamarthy
On Wed, Nov 24, 2021 at 08:35:35PM +0100, Paolo Bonzini wrote: > On 11/19/21 11:15, Kashyap Chamarthy wrote: > > Noted; so these two pages: > > > > -https://www.qemu.org/contribute/security-process/ > > -https://www.qemu.org/contribute/report-a-bug/ I posted

[PATCH 2/2] docs: rSTify "report-a-bug" page; move it to QEMU Git

2021-11-24 Thread Kashyap Chamarthy
'index.rst' to to reflect that the manual also documents some of QEMU's development processes. [1] https://lists.nongnu.org/archive/html/qemu-devel/2021-11/msg04002.html [2] https://www.qemu.org/contribute/report-a-bug/ Suggested-by: Paolo Bonzini Signed-off-by: Kashyap Chamarthy

[PATCH 1/2] docs: rSTify "security-process" page; move it to QEMU Git

2021-11-24 Thread Kashyap Chamarthy
ked to the best I could). I've also checked that the hyperlinks work correctly post-conversion. [1] https://lists.nongnu.org/archive/html/qemu-devel/2021-11/msg04002.html [2] https://www.qemu.org/contribute/security-process Suggested-by: Paolo Bonzini Signed-off-by: Kashyap Chamarth

[PATCH 0/2] rSTify 'report-a-bug' and 'security-process'; move them to QEMU Git

2021-11-24 Thread Kashyap Chamarthy
t because, we refer to it from 'reporting-a-bug'. (If we reverse the order, the build fails -- correctly so.) [1] https://www.qemu.org/contribute/report-a-bug/ [2] https://www.qemu.org/contribute/security-process [3] https://lists.nongnu.org/archive/html/qemu-devel/2021-11/msg04002.

Re: [PATCH 1/2] docs: Fix botched rST conversion of 'submitting-a-patch.rst'

2021-11-22 Thread Kashyap Chamarthy
On Mon, Nov 22, 2021 at 03:01:58PM +0100, Thomas Huth wrote: > On 22/11/2021 14.53, Peter Maydell wrote: [...] > > I don't think we should be recommending to new contributors that > > they do things that established contributors generally do not do. > > The document has enough "things you should

Re: [PATCH 1/2] docs: Fix botched rST conversion of 'submitting-a-patch.rst'

2021-11-22 Thread Kashyap Chamarthy
On Mon, Nov 22, 2021 at 01:36:53PM +0100, Thomas Huth wrote: > On 22/11/2021 13.19, Kashyap Chamarthy wrote: [...] > > I kept that because an explicit reminder about spell-check is useful; > > it's easy to forget. Another option is to retain the line, but replace >

Re: [PATCH 1/2] docs: Fix botched rST conversion of 'submitting-a-patch.rst'

2021-11-22 Thread Kashyap Chamarthy
On Mon, Nov 22, 2021 at 11:36:54AM +0100, Thomas Huth wrote: > On 22/11/2021 11.20, Kashyap Chamarthy wrote: > > On Mon, Nov 22, 2021 at 10:51:15AM +0100, Thomas Huth wrote: [...] > > > I'll add the link to https://wiki.qemu.org/Contribute/SpellCheck again. >

Re: [PATCH 1/2] docs: Fix botched rST conversion of 'submitting-a-patch.rst'

2021-11-22 Thread Kashyap Chamarthy
On Mon, Nov 22, 2021 at 10:51:15AM +0100, Thomas Huth wrote: > On 19/11/2021 20.31, Kashyap Chamarthy wrote: > > I completely botched up the merged[0] rST conversion of this document by > > accidentally dropping entire hunks (!) of text. :-( I made it very hard > > for rev

[PATCH 2/2] docs: List more commit-message tags "in submitting-a-patch"

2021-11-19 Thread Kashyap Chamarthy
Add some more examples of commonly used commit-message tags. (Thanks: Alex Bennée) Signed-off-by: Kashyap Chamarthy --- docs/devel/submitting-a-patch.rst | 4 1 file changed, 4 insertions(+) diff --git a/docs/devel/submitting-a-patch.rst b/docs/devel/submitting-a-patch.rst index

[PATCH 0/2] Fix broken rST conversion of "submitting-a-patch.rst"

2021-11-19 Thread Kashyap Chamarthy
ki[1] page from scratch and replaced the existing rST with it, while making sure I incorporated previous feedback. Sorry for the sloppiness. More details in patch-1. [0] https://gitlab.com/qemu-project/qemu/-/commit/9f73de8df033 Kashyap Chamarthy (2): docs: Fix botched rST conversion of &#x

[PATCH 1/2] docs: Fix botched rST conversion of 'submitting-a-patch.rst'

2021-11-19 Thread Kashyap Chamarthy
te/SubmitAPatch&oldid=10387 [2] https://lists.nongnu.org/archive/html/qemu-devel/2021-11/msg03600.html Signed-off-by: Kashyap Chamarthy --- docs/devel/submitting-a-patch.rst | 198 ++ 1 file changed, 149 insertions(+), 49 deletions(-) diff --git a/docs/deve

Other pages for docs/devel/ [Was: Re: ... Update URLs of "SubmitAPatch" ...]

2021-11-19 Thread Kashyap Chamarthy
On Fri, Nov 19, 2021 at 10:09:27AM +0100, Paolo Bonzini wrote: [...] > Hi, I'm applying instead > https://lore.kernel.org/r/2028074702.216951-2-pbonzini%40redhat.com > (sorry, you couldn't know of the magic redirect since that's done directly > on shell.qemu.org's Apache configuration). Ah,

[qemu-web PATCH] Update URLs of "SubmitAPatch" wiki doc

2021-11-18 Thread Kashyap Chamarthy
We've recently converted[1] the "SubmitAPatch" page from Wiki to in-tree docs. So update the website to reflect this. [1] https://gitlab.com/qemu-project/qemu/-/commit/9f73de8df03 -- 9f73de8df0 (docs: rSTify the "SubmitAPatch" wiki, 2021-11-10) Signed-

Re: [PATCH v3 3/3] docs: rSTify the "SubmitAPatch" wiki

2021-11-17 Thread Kashyap Chamarthy
On Wed, Nov 17, 2021 at 03:43:56PM +0100, Thomas Huth wrote: > On 17/11/2021 11.25, Kashyap Chamarthy wrote: [...] > > > That ".". looks a little bit weird in the output ... maybe we should > > > replace > > > it with "does not end with a dot."

Re: [PATCH v3 3/3] docs: rSTify the "SubmitAPatch" wiki

2021-11-17 Thread Kashyap Chamarthy
On Wed, Nov 17, 2021 at 10:08:52AM +0100, Thomas Huth wrote: > On 10/11/2021 15.49, Kashyap Chamarthy wrote: [...] > > writing-qmp-commands > > trivial-patches > > submitting-a-pull-request > > + submitting-a-patch > > I'd suggest to ins

[PATCH v3 3/3] docs: rSTify the "SubmitAPatch" wiki

2021-11-10 Thread Kashyap Chamarthy
you can find all the authors in the wiki history[3]. [1] https://wiki.qemu.org/Contribute/SubmitAPatch [2] http://wiki.qemu.org/index.php?title=Contribute/SubmitAPatch&action=edit [3] http://wiki.qemu.org/index.php?title=Contribute/SubmitAPatch&action=history Signed-off-by: Kashyap Cham

[PATCH v3 2/3] docs: rSTify the "SubmitAPullRequest" wiki

2021-11-10 Thread Kashyap Chamarthy
://wiki.qemu.org/Contribute/SubmitAPullRequest Signed-off-by: Kashyap Chamarthy --- docs/devel/index.rst | 1 + docs/devel/submitting-a-pull-request.rst | 76 2 files changed, 77 insertions(+) create mode 100644 docs/devel/submitting-a-pull-request.rst diff

[PATCH v3 0/3] rSTify contribution-related wiki pages

2021-11-10 Thread Kashyap Chamarthy
itAPatch wiki page - Convert the KeySigningParty wiki to rST - Update the links to point to the rST-generated HTML files, instead of wiki Kashyap Chamarthy (3): docs: rSTify the "TrivialPatches" wiki docs: rSTify the "SubmitAPullRequest" wiki docs: rSTify the &quo

[PATCH v3 1/3] docs: rSTify the "TrivialPatches" wiki

2021-11-10 Thread Kashyap Chamarthy
flect current reality. [1] https://wiki.qemu.org/Contribute/TrivialPatches Signed-off-by: Kashyap Chamarthy --- docs/devel/index.rst | 1 + docs/devel/trivial-patches.rst | 50 ++ 2 files changed, 51 insertions(+) create mode 100644 docs/devel/tr

Re: [PATCH] cpu-models-x86.rst: Tidy up a couple of things

2021-11-10 Thread Kashyap Chamarthy
On Fri, Oct 15, 2021 at 05:22:59PM +0200, Kashyap Chamarthy wrote: > - Remove stray texinfo syntax (remnants of texinfo to rST conversion) > - Clarify the bit about long-term stable CPU models > > TODO: In a future patch, include potential examples as discussed > here[1].

Re: [PATCH v2 0/6] rSTify contribution-related wiki pages

2021-11-08 Thread Kashyap Chamarthy
On Mon, Nov 08, 2021 at 04:16:56PM +0100, Thomas Huth wrote: > On 02/11/2021 16.51, Kashyap Chamarthy wrote: > > On Mon, Nov 01, 2021 at 02:56:43PM +, Peter Maydell wrote: > > > On Tue, 19 Oct 2021 at 10:04, Kashyap Chamarthy > > > wrote: > > > > &g

  1   2   3   4   5   6   >