qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] qga/linux: Add new api 'guest-network-get-route'
@ 2024-02-21  9:04 Dehan Meng
  2024-02-21  9:04 ` [PATCH v2 " Dehan Meng
  0 siblings, 1 reply; 4+ messages in thread
From: Dehan Meng @ 2024-02-21  9:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: demeng, kkostiuk, michael.roth

v1 -> v2
- Replace snprintf() to g_strdup_printf() to avoid memory problems.
- Remove the parameter 'char ipAddress[16]' in function 'char *hexToIPAddress()'.
- Add a piece of logic to skip traversing the first line of the file

Dehan Meng (1):
  qga/linux: Add new api 'guest-network-get-route'

 qga/commands-posix.c | 78 ++++++++++++++++++++++++++++++++++++++++++
 qga/commands-win32.c |  6 ++++
 qga/qapi-schema.json | 80 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 164 insertions(+)

-- 
2.35.1



^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCH 1/1] qga/linux: Add new api 'guest-network-get-route'
@ 2023-11-24  3:39 Dehan Meng
  2023-11-24  3:39 ` [PATCH v2 " Dehan Meng
  0 siblings, 1 reply; 4+ messages in thread
From: Dehan Meng @ 2023-11-24  3:39 UTC (permalink / raw)
  To: qemu-devel; +Cc: demeng, kkostiuk, michael.roth

v1 -> v2
- Replace snprintf() to g_strdup_printf() to avoid memory problems.
- Remove the parameter 'char ipAddress[16]' in function 'char *hexToIPAddress()'.
- Add a piece of logic to skip traversing the first line of the file

Dehan Meng (1):
  qga/linux: Add new api 'guest-network-get-route'

 qga/commands-posix.c | 78 ++++++++++++++++++++++++++++++++++++++++++
 qga/commands-win32.c |  6 ++++
 qga/qapi-schema.json | 80 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 164 insertions(+)

-- 
2.35.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-02-21 15:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-21  9:04 [PATCH 1/1] qga/linux: Add new api 'guest-network-get-route' Dehan Meng
2024-02-21  9:04 ` [PATCH v2 " Dehan Meng
  -- strict thread matches above, loose matches on Subject: below --
2023-11-24  3:39 [PATCH " Dehan Meng
2023-11-24  3:39 ` [PATCH v2 " Dehan Meng
2023-12-18 13:37   ` Konstantin Kostiuk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).