projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efb1fd7
)
vmxnet3: Do not depend on PC
author
Akihiko Odaki
<akihiko.odaki@daynix.com>
Tue, 23 May 2023 02:43:37 +0000
(11:43 +0900)
committer
Jason Wang
<jasowang@redhat.com>
Tue, 23 May 2023 07:20:15 +0000
(15:20 +0800)
vmxnet3 has no dependency on PC, and VMware Fusion actually makes it
available on Apple Silicon according to:
https://kb.vmware.com/s/article/90364
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/Kconfig
patch
|
blob
|
history
diff --git
a/hw/net/Kconfig
b/hw/net/Kconfig
index 18c7851efedab89957f7995604b448f3c0484e4a..98e00be4f9379c5168ebfc1f71a28a1ddc46af9c 100644
(file)
--- a/
hw/net/Kconfig
+++ b/
hw/net/Kconfig
@@
-56,7
+56,7
@@
config RTL8139_PCI
config VMXNET3_PCI
bool
- default y if PCI_DEVICES
&& PC_PCI
+ default y if PCI_DEVICES
depends on PCI
config SMC91C111