search for: pc_piix

Displaying 14 results from an estimated 14 matches for "pc_piix".

2013 Jan 17
1
[QEMU PATCH v3] virtio-net: introduce a new macaddr control
...bility. "mac" field will be set to read-only when VIRTIO_NET_F_CTRL_MAC_ADDR is acked. Signed-off-by: Amos Kong <akong at redhat.com> --- V2: check guest's iov_len V3: fix of migration compatibility make mac field in config space read-only when new feature is acked --- hw/pc_piix.c | 4 ++++ hw/virtio-net.c | 10 +++++++++- hw/virtio-net.h | 12 ++++++++++-- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/hw/pc_piix.c b/hw/pc_piix.c index 7268dcd..66606b9 100644 --- a/hw/pc_piix.c +++ b/hw/pc_piix.c @@ -295,6 +295,10 @@ static QEMUMachine pc_machine_v1_4...
2013 Jan 17
1
[QEMU PATCH v3] virtio-net: introduce a new macaddr control
...bility. "mac" field will be set to read-only when VIRTIO_NET_F_CTRL_MAC_ADDR is acked. Signed-off-by: Amos Kong <akong at redhat.com> --- V2: check guest's iov_len V3: fix of migration compatibility make mac field in config space read-only when new feature is acked --- hw/pc_piix.c | 4 ++++ hw/virtio-net.c | 10 +++++++++- hw/virtio-net.h | 12 ++++++++++-- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/hw/pc_piix.c b/hw/pc_piix.c index 7268dcd..66606b9 100644 --- a/hw/pc_piix.c +++ b/hw/pc_piix.c @@ -295,6 +295,10 @@ static QEMUMachine pc_machine_v1_4...
2013 Jan 22
5
[QEMU PATCH v5 0/3] virtio-net: fix of ctrl commands
...eature is acked V4: add fix of descriptor layout assumptions, trivial rename V5: fix endianness after iov_to_buf copy Amos Kong (2): virtio-net: introduce a new macaddr control virtio-net: rename ctrl rx commands Michael S. Tsirkin (1): virtio-net: remove layout assumptions for ctrl vq hw/pc_piix.c | 4 ++ hw/virtio-net.c | 142 +++++++++++++++++++++++++++++++++--------------------- hw/virtio-net.h | 26 +++++++---- 3 files changed, 108 insertions(+), 64 deletions(-)
2013 Jan 22
5
[QEMU PATCH v5 0/3] virtio-net: fix of ctrl commands
...eature is acked V4: add fix of descriptor layout assumptions, trivial rename V5: fix endianness after iov_to_buf copy Amos Kong (2): virtio-net: introduce a new macaddr control virtio-net: rename ctrl rx commands Michael S. Tsirkin (1): virtio-net: remove layout assumptions for ctrl vq hw/pc_piix.c | 4 ++ hw/virtio-net.c | 142 +++++++++++++++++++++++++++++++++--------------------- hw/virtio-net.h | 26 +++++++---- 3 files changed, 108 insertions(+), 64 deletions(-)
2012 Feb 08
28
[PATCH v3 0/6] initial suspend support
...++++++ hmp.c | 5 +++++ hmp.h | 1 + hw/acpi.c | 11 +---------- hw/acpi.h | 2 -- hw/acpi_piix4.c | 3 +-- hw/mc146818rtc.c | 17 +++++++++++++++++ hw/mips_malta.c | 2 +- hw/pc.c | 11 ----------- hw/pc.h | 3 +-- hw/pc_piix.c | 8 +------- hw/ps2.c | 6 ++++++ hw/serial.c | 6 ++++++ hw/vt82c686.c | 1 - qapi-schema.json | 11 +++++++++++ qmp-commands.hx | 21 +++++++++++++++++++++ qmp.c | 5 +++++ sysemu.h | 3 +++ vl.c | 28 +++++++++++++++++...
2013 Jan 19
8
[QEMU PATCH v4 0/3] virtio-net: fix of ctrl commands
...ield in config space read-only when new feature is acked V4: add fix of descriptor layout assumptions, trivial rename Amos Kong (2): virtio-net: introduce a new macaddr control virtio-net: rename ctrl rx commands Michael S. Tsirkin (1): virtio-net: remove layout assumptions for ctrl vq hw/pc_piix.c | 4 ++ hw/virtio-net.c | 143 ++++++++++++++++++++++++++++++++++---------------------- hw/virtio-net.h | 26 +++++++---- 3 files changed, 109 insertions(+), 64 deletions(-) -- 1.7.11.7
2013 Jan 19
8
[QEMU PATCH v4 0/3] virtio-net: fix of ctrl commands
...ield in config space read-only when new feature is acked V4: add fix of descriptor layout assumptions, trivial rename Amos Kong (2): virtio-net: introduce a new macaddr control virtio-net: rename ctrl rx commands Michael S. Tsirkin (1): virtio-net: remove layout assumptions for ctrl vq hw/pc_piix.c | 4 ++ hw/virtio-net.c | 143 ++++++++++++++++++++++++++++++++++---------------------- hw/virtio-net.h | 26 +++++++---- 3 files changed, 109 insertions(+), 64 deletions(-) -- 1.7.11.7
2016 Mar 03
16
[RFC qemu 0/4] A PV solution for live migration optimization
...irtio-balloon: Add a new feature to balloon device migration: not set migration bitmap in setup stage migration: filter out guest's free pages in ram bulk stage balloon.c | 30 ++++++++- hw/i386/pc.c | 5 ++ hw/i386/pc_piix.c | 1 + hw/i386/pc_q35.c | 1 + hw/virtio/virtio-balloon.c | 81 ++++++++++++++++++++++++- include/hw/i386/pc.h | 3 +- include/hw/virtio/virtio-balloon.h | 17 +++++- inclu...
2016 Mar 03
16
[RFC qemu 0/4] A PV solution for live migration optimization
...irtio-balloon: Add a new feature to balloon device migration: not set migration bitmap in setup stage migration: filter out guest's free pages in ram bulk stage balloon.c | 30 ++++++++- hw/i386/pc.c | 5 ++ hw/i386/pc_piix.c | 1 + hw/i386/pc_q35.c | 1 + hw/virtio/virtio-balloon.c | 81 ++++++++++++++++++++++++- include/hw/i386/pc.h | 3 +- include/hw/virtio/virtio-balloon.h | 17 +++++- inclu...
2013 Jun 03
11
[GIT PULL] Xen fixes and cleanups 20130603
...op: do not set nonblocking if xen_enabled() xen_machine_pv: do not create a dummy CPU in machine->init xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional) xen: remove xen_vcpu_init xen: use pc_init_pci instead of pc_init_pci_no_kvmclock hw/i386/pc_piix.c | 11 +++++------ hw/i386/xen_machine_pv.c | 16 ---------------- include/hw/i386/pc.h | 3 +++ include/hw/xen/xen.h | 5 ----- vl.c | 2 +- xen-all.c | 35 ++++++----------------------------- 6 files changed, 15 insertions(+), 57 d...
2016 Mar 03
0
[RFC qemu 0/4] A PV solution for live migration optimization
...re to balloon device > migration: not set migration bitmap in setup stage > migration: filter out guest's free pages in ram bulk stage > > balloon.c | 30 ++++++++- > hw/i386/pc.c | 5 ++ > hw/i386/pc_piix.c | 1 + > hw/i386/pc_q35.c | 1 + > hw/virtio/virtio-balloon.c | 81 ++++++++++++++++++++++++- > include/hw/i386/pc.h | 3 +- > include/hw/virtio/virtio-balloon.h...
2012 Oct 15
1
[QEMU PATCH v4] create struct for machine initialization arguments
...hw/mips_r4k.c | 10 ++-- hw/musicpal.c | 9 +-- hw/nseries.c | 22 ++++--- hw/null-machine.c | 7 +-- hw/omap_sx1.c | 22 ++++--- hw/openrisc_sim.c | 10 ++-- hw/palm.c | 9 +-- hw/pc_piix.c | 50 ++++++++-------- hw/petalogix_ml605_mmu.c | 8 +-- hw/petalogix_s3adsp1800_mmu.c | 8 +-- hw/ppc/e500plat.c | 13 +++-- hw/ppc/mpc8544ds.c | 13 +++-- hw/ppc405_boards.c | 25 ++++---- hw/ppc440_bamboo.c | 12 ++--...
2010 Aug 12
59
[PATCH 00/15] RFC xen device model support
Hi all, this is the long awaited patch series to add xen device model support in qemu; the main author is Anthony Perard. Developing this series we tried to come up with the cleanest possible solution from the qemu point of view, limiting the amount of changes to common code as much as possible. The end result still requires a couple of hooks in piix_pci but overall the impact should be very
2013 Mar 04
56
GPU passthrough issue when VM is configured with 4G memory
Hi,all I have tried to passthrough GPU card(Nvidia quadro 4000) on the latest Xen unstable version (QEMU is using Qemu-upsteam-unstable, not traditional Qemu). This issue as below: Windows7 64-bit guest will blue screen when GPU passthrough configure 4g memory,blue screen code is 50, and SUSE 11 64-bit guest will always stay at the grub screen. I noticed that it will relocate RAM that