All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Schwab <schwab@suse.de>
To: kvm-riscv@lists.infradead.org
Subject: [PATCH 1/6] RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknown
Date: Mon, 13 Nov 2023 09:30:06 +0100	[thread overview]
Message-ID: <mvmfs1a3vjl.fsf@suse.de> (raw)
In-Reply-To: <5d60b71e-d470-449c-b23f-77ae0a6528bb@ventanamicro.com> (Daniel Henrique Barboza's message of "Thu, 9 Nov 2023 16:33:25 -0300")

On Nov 09 2023, Daniel Henrique Barboza wrote:

> Which QEMU version are you using?

The very latest release, both host and guest.

-- 
Andreas Schwab, SUSE Labs, schwab at suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


WARNING: multiple messages have this Message-ID (diff)
From: Andreas Schwab <schwab@suse.de>
To: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Cc: kvm-riscv@lists.infradead.org,  linux-riscv@lists.infradead.org,
	kvm@vger.kernel.org,  anup@brainfault.org,
	 atishp@atishpatra.org, ajones@ventanamicro.com
Subject: Re: [PATCH 1/6] RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknown
Date: Mon, 13 Nov 2023 09:30:06 +0100	[thread overview]
Message-ID: <mvmfs1a3vjl.fsf@suse.de> (raw)
In-Reply-To: <5d60b71e-d470-449c-b23f-77ae0a6528bb@ventanamicro.com> (Daniel Henrique Barboza's message of "Thu, 9 Nov 2023 16:33:25 -0300")

On Nov 09 2023, Daniel Henrique Barboza wrote:

> Which QEMU version are you using?

The very latest release, both host and guest.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

WARNING: multiple messages have this Message-ID (diff)
From: Andreas Schwab <schwab@suse.de>
To: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Cc: kvm-riscv@lists.infradead.org,  linux-riscv@lists.infradead.org,
	kvm@vger.kernel.org,  anup@brainfault.org,
	 atishp@atishpatra.org, ajones@ventanamicro.com
Subject: Re: [PATCH 1/6] RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknown
Date: Mon, 13 Nov 2023 09:30:06 +0100	[thread overview]
Message-ID: <mvmfs1a3vjl.fsf@suse.de> (raw)
In-Reply-To: <5d60b71e-d470-449c-b23f-77ae0a6528bb@ventanamicro.com> (Daniel Henrique Barboza's message of "Thu, 9 Nov 2023 16:33:25 -0300")

On Nov 09 2023, Daniel Henrique Barboza wrote:

> Which QEMU version are you using?

The very latest release, both host and guest.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."

  reply	other threads:[~2023-11-13  8:30 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-31 12:04 [PATCH 0/6] RISC-V: KVM: change get_reg/set_reg error codes Daniel Henrique Barboza
2023-07-31 12:04 ` Daniel Henrique Barboza
2023-07-31 12:04 ` Daniel Henrique Barboza
2023-07-31 12:04 ` [PATCH 1/6] RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknown Daniel Henrique Barboza
2023-07-31 12:04   ` Daniel Henrique Barboza
2023-07-31 12:04   ` Daniel Henrique Barboza
2023-11-09  9:37   ` Andreas Schwab
2023-11-09  9:37     ` Andreas Schwab
2023-11-09  9:37     ` Andreas Schwab
2023-11-09 19:33     ` Daniel Henrique Barboza
2023-11-09 19:33       ` Daniel Henrique Barboza
2023-11-09 19:33       ` Daniel Henrique Barboza
2023-11-13  8:30       ` Andreas Schwab [this message]
2023-11-13  8:30         ` Andreas Schwab
2023-11-13  8:30         ` Andreas Schwab
2023-11-13 10:27         ` Daniel Henrique Barboza
2023-11-13 10:27           ` Daniel Henrique Barboza
2023-11-13 10:27           ` Daniel Henrique Barboza
2023-07-31 12:04 ` [PATCH 2/6] RISC-V: KVM: use ENOENT in *_one_reg() when extension is unavailable Daniel Henrique Barboza
2023-07-31 12:04   ` Daniel Henrique Barboza
2023-07-31 12:04   ` Daniel Henrique Barboza
2023-07-31 12:04 ` [PATCH 3/6] RISC-V: KVM: do not EOPNOTSUPP in set_one_reg() zicbo(m|z) Daniel Henrique Barboza
2023-07-31 12:04   ` Daniel Henrique Barboza
2023-07-31 12:04   ` Daniel Henrique Barboza
2023-07-31 12:04 ` [PATCH 4/6] RISC-V: KVM: do not EOPNOTSUPP in set KVM_REG_RISCV_TIMER_REG Daniel Henrique Barboza
2023-07-31 12:04   ` Daniel Henrique Barboza
2023-07-31 12:04   ` Daniel Henrique Barboza
2023-07-31 12:04 ` [PATCH 5/6] RISC-V: KVM: use EBUSY when !vcpu->arch.ran_atleast_once Daniel Henrique Barboza
2023-07-31 12:04   ` Daniel Henrique Barboza
2023-07-31 12:04   ` Daniel Henrique Barboza
2023-07-31 12:57   ` Andrew Jones
2023-07-31 12:57     ` Andrew Jones
2023-07-31 12:57     ` Andrew Jones
2023-07-31 12:04 ` [PATCH 6/6] docs: kvm: riscv: document EBUSY in KVM_SET_ONE_REG Daniel Henrique Barboza
2023-07-31 12:04   ` Daniel Henrique Barboza
2023-07-31 12:04   ` Daniel Henrique Barboza
2023-07-31 12:36 ` [PATCH 0/6] RISC-V: KVM: change get_reg/set_reg error codes Andrew Jones
2023-07-31 12:36   ` Andrew Jones
2023-07-31 12:36   ` Andrew Jones

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=mvmfs1a3vjl.fsf@suse.de \
    --to=schwab@suse.de \
    --cc=kvm-riscv@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.