summary refs log tree commit diff stats
path: root/net/socket.c
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2010-02-17 18:07:48 +0100
committerMarkus Armbruster <armbru@redhat.com>2010-03-16 16:55:05 +0100
commitd9346e81de83a99ac20d94d6598ae927895cb9ef (patch)
treeeadd1088a094b82ef3d901a83efb1e407ca164d5 /net/socket.c
parent8ad00f84251c7aefca26461faccfbb557e1dba47 (diff)
downloadfocaccia-qemu-d9346e81de83a99ac20d94d6598ae927895cb9ef.tar.gz
focaccia-qemu-d9346e81de83a99ac20d94d6598ae927895cb9ef.zip
pc: Factor common code out of pc_boot_set() and cmos_init()
Code duplicated in commit 0ecdffbb.  The two versions are similar, but
not identical:

* cmos_init() reports errors to stderr, pc_boot_set() via
  qemu_error().  The latter is fine for both, so pick that for the
  common code.

* cmos_init() obeys fd_bootchk, pc_boot_set() ignores it.  Make it a
  parameter of the common code.
Diffstat (limited to 'net/socket.c')
0 files changed, 0 insertions, 0 deletions