[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 00/19 v2] Port -net to QemuOpts
From: |
Mark McLoughlin |
Subject: |
[Qemu-devel] [PATCH 00/19 v2] Port -net to QemuOpts |
Date: |
Wed, 23 Sep 2009 11:23:59 +0100 |
Hi,
I'm still not sure what happened the first series, but it
needs rebasing now anyway, so ...
Changes since v1:
- Rebase to latest git, conflicts mainly with the qemu-queue.h
changes
- Fix some coding style problems pointed out by people
- Pull in Glauber's NICInfo fix, since it would also conflict;
also add some cleanups related to that fix
Original posting here:
http://lists.gnu.org/archive/html/qemu-devel/2009-09/msg00617.html
Cheers,
Mark.
- [Qemu-devel] [PATCH 00/19 v2] Port -net to QemuOpts,
Mark McLoughlin <=
- [Qemu-devel] [PATCH 01/24] Use qemu_strdup() for NICInfo string fields, Mark McLoughlin, 2009/09/23
- [Qemu-devel] [PATCH 04/24] Correctly free nd structure, Mark McLoughlin, 2009/09/23
- [Qemu-devel] [PATCH 20/24] Clean up legacy code in net_client_init(), Mark McLoughlin, 2009/09/23
- [Qemu-devel] [PATCH 11/24] Add qemu_opts_validate() for post parsing validation, Mark McLoughlin, 2009/09/23
- [Qemu-devel] [PATCH 02/24] Don't assign a static string to NICInfo::model, Mark McLoughlin, 2009/09/23
- [Qemu-devel] [PATCH 03/24] Make NICInfo string fields non-const, Mark McLoughlin, 2009/09/23
- [Qemu-devel] [PATCH 10/24] Make qemu_opts_parse() handle empty strings, Mark McLoughlin, 2009/09/23
- [Qemu-devel] [PATCH 09/24] Remove double error message for -device option parsing, Mark McLoughlin, 2009/09/23
- [Qemu-devel] [PATCH 13/24] Add qemu_net_opts, Mark McLoughlin, 2009/09/23
- [Qemu-devel] [PATCH 23/24] Port PCI NIC hotplug to QemuOpts, Mark McLoughlin, 2009/09/23