Statistics
| Branch: | Revision:

root / hw / net / vmxnet3.c @ f487b677

History | View | Annotate | Download (71.7 kB)

# Date Author Comment
3ffee3cd 06/05/2013 12:18 pm Stefan Hajnoczi

vmxnet3: fix NICState cleanup

Use qemu_del_nic() instead of qemu_del_net_client() to correctly free
the entire NICState.

Cc:
Reported-by: Paolo Bonzini <>
Signed-off-by: Stefan Hajnoczi <>

47b5264e 04/08/2013 09:12 pm Anthony Liguori

Merge remote-tracking branch 'bonzini/hw-dirs' into staging

  1. By Paolo Bonzini
  2. Via Paolo Bonzini
    • bonzini/hw-dirs: (35 commits)
      hw: move private headers to hw/ subdirectories.
      MAINTAINERS: update for source code movement
      hw: move last file to hw/arm/...
49ab747f 04/08/2013 07:13 pm Paolo Bonzini

hw: move target-independent files to subdirectories

This patch tackles all files that are compiled once, moving
them to subdirectories of hw/.

Signed-off-by: Paolo Bonzini <>