Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1240841
| From | "Gabriel L. Somlo" <somlo@cmu.edu> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 1/4] firmware: introduce sysfs driver for QEMU's fw_cfg device |
| Date | 2015-10-06 20:20 +0200 |
| Message-ID | <qgF0e-5vZ-17@gated-at.bofh.it> (permalink) |
| References | <qfEIV-8ui-3@gated-at.bofh.it> <qfEIW-8ui-13@gated-at.bofh.it> <qgEGS-4U3-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Oct 06, 2015 at 10:54:42AM -0700, Andy Lutomirski wrote: > On Sat, Oct 3, 2015 at 4:28 PM, Gabriel L. Somlo <somlo@cmu.edu> wrote: > > From: Gabriel Somlo <somlo@cmu.edu> > > > > Make fw_cfg entries of type "file" available via sysfs. Entries > > are listed under /sys/firmware/qemu_fw_cfg/by_key, in folders > > named after each entry's selector key. Filename, selector value, > > and size read-only attributes are included for each entry. Also, > > a "raw" attribute allows retrieval of the full binary content of > > each entry. > > > > This patch also provides a documentation file outlining the > > guest-side "hardware" interface exposed by the QEMU fw_cfg device. > > > > What's the status of "by_name"? There's a single (presumably > incorrect) mention of it in a comment in this patch. > > I would prefer if the kernel populated by_name itself rather than > deferring that to udev, since I'd like to use this facility in virtme, > and I'd like to use fw_cfg very early on boot before I even start > udev. "by_name" is added with patch 4/4 of the series, which I kept separate due to the "To udev or not to udev" conversation from earlier. So far I haven't yet figured out just HOW I'd set it up in udev, but it works already if done in the kernel :) Thanks, --Gabriel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [PATCH v3 1/4] firmware: introduce sysfs driver for QEMU's fw_cfg device Andy Lutomirski <luto@amacapital.net> - 2015-10-06 20:00 +0200 Re: [PATCH v3 1/4] firmware: introduce sysfs driver for QEMU's fw_cfg device "Gabriel L. Somlo" <somlo@cmu.edu> - 2015-10-06 20:20 +0200
csiph-web