search for: cirrus_vga

Displaying 11 results from an estimated 11 matches for "cirrus_vga".

2006 Jun 02
1
Re: [Xen-changelog] [xen-unstable] [IA64][HVM] Enable CGA acceleration for VTI.
...et patch > # User kaf24@firebug.cl.cam.ac.uk > # Node ID e67432187b88ee60433779ad0f004b532ed378c8 > # Parent 639ad22eb7c80ac21c3958747b879892680bdaba > [IA64][HVM] Enable CGA acceleration for VTI. > Signed-off-by: Kevin Tian <kevin.tian@intel.com> > --- > tools/ioemu/hw/cirrus_vga.c | 5 ----- > tools/ioemu/hw/vga.c | 2 +- > tools/ioemu/vl.c | 2 +- > 3 files changed, 2 insertions(+), 7 deletions(-) > > diff -r 639ad22eb7c8 -r e67432187b88 tools/ioemu/hw/cirrus_vga.c > --- a/tools/ioemu/hw/cirrus_vga.c Fri Jun 02 09:15:51 2006 +0...
2012 Mar 19
0
[GIT PULL v8 0/6] save/restore on Xen
...ng git branch is based on b4bd0b168e9f4898b98308f4a8a089f647a86d16: git://xenbits.xen.org/people/sstabellini/qemu-dm.git saverestore-8 Anthony PERARD (2): xen mapcache: check if memory region has moved. xen: do not allocate RAM during INMIGRATE runstate Stefano Stabellini (4): cirrus_vga: do not reset videoram Introduce "xen-save-devices-state" Set runstate to INMIGRATE earlier xen: record physmap changes to xenstore docs/xen-save-devices-state.txt | 34 +++++++++++++ hw/cirrus_vga.c | 4 -- qapi-schema.json | 19 +...
2013 May 09
1
Bug#707434: xen: FTBFS: vl.c:1575: undefined reference to `timer_create'
...CC i386-dm/pckbd.o > CC i386-dm/ps2.o > CC i386-dm/vga.o > CC i386-dm/dma.o > CC i386-dm/fdc.o > CC i386-dm/mc146818rtc.o > CC i386-dm/serial.o > CC i386-dm/i8259.o > CC i386-dm/i8254.o > CC i386-dm/pc.o > CC i386-dm/cirrus_vga.o > /?PKGBUILDDIR?/debian/build/build-utils_amd64/qemu/hw/cirrus_vga.c: In function 'vga_ioport_read': > /?PKGBUILDDIR?/debian/build/build-utils_amd64/qemu/hw/cirrus_vga.c:2677:9: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized] > CC i3...
2005 May 27
0
[PATCH] ioemu: enable Cirrus VGA emulation
...2_t)(-bios_size), bios_size, bios_offset | IO_MEM_ROM); +#endif bochs_bios_init(); -#endif if (linux_boot) { uint8_t bootsect[512]; @@ -508,9 +508,6 @@ register_ioport_write(0xf0, 1, 1, ioportF0_write, NULL); -#ifdef NOBIOS - cirrus_vga_enabled = 0; -#endif if (cirrus_vga_enabled) { if (pci_enabled) { pci_cirrus_vga_init(pci_bus, Only in xeno-unstable.mine/tools/ioemu/hw: pc.c.orig diff -ru xeno-unstable.orig/tools/ioemu/hw/vga.c xeno-unstable.mine/tools/ioemu/hw/vga.c --- xeno-unstable.orig/tools/ioemu...
2017 Apr 20
0
qemu-kvm-ev-2.6.0-28.el7_3.9.1 now available for testing
....1 - Removing RH branding from package name * Fri Mar 24 2017 Miroslav Rezanina <mrezanin at redhat.com> - rhev-2.6.0-28.el7_3.9 - kvm-block-gluster-memory-usage-use-one-glfs-instance-per.patch [bz#1413044] - kvm-gluster-Fix-use-after-free-in-glfs_clear_preopened.patch [bz#1413044] - kvm-fix-cirrus_vga-fix-OOB-read-case-qemu-Segmentation-f.patch [bz#1430061] - kvm-cirrus-vnc-zap-bitblit-support-from-console-code.patch [bz#1430061] - kvm-cirrus-add-option-to-disable-blitter.patch [bz#1430061] - kvm-cirrus-fix-cirrus_invalidate_region.patch [bz#1430061] - kvm-cirrus-stop-passing-around-dst-pointers...
2009 Mar 02
0
[PATCH 4 of 13] DisplayState interface change
...r(ds, dcl); + qemu_free_displaysurface(ds->surface); + ds->surface = qemu_create_displaysurface_from(80, 25, 0, 0, (uint8_t*) screen); invalidate = 1; /* Standard VGA initial text mode dimensions */ - curses_resize(ds, 80, 25); + curses_resize(ds); } diff --git a/hw/cirrus_vga.c b/hw/cirrus_vga.c --- a/hw/cirrus_vga.c +++ b/hw/cirrus_vga.c @@ -794,26 +794,9 @@ static int cirrus_bitblt_videotovideo_copy(CirrusVGAState * s) { - if (s->ds->dpy_copy) { - cirrus_do_copy(s, s->cirrus_blt_dstaddr - s->start_addr, - s->cirrus_blt_srcaddr - s->sta...
2012 Jan 24
2
[PATCH 26/28] pci: convert to QEMU Object Model
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> --- hw/9pfs/virtio-9p-device.c | 43 ++++++---- hw/ac97.c | 39 +++++---- hw/acpi_piix4.c | 59 +++++++------ hw/apb_pci.c | 54 ++++++++----- hw/bonito.c | 30 ++++--- hw/cirrus_vga.c | 33 +++++--- hw/dec_pci.c | 57 ++++++++----- hw/e1000.c | 43 ++++++---- hw/eepro100.c | 200 +++++++++++++++++++++++++++---------------- hw/es1370.c | 31 ++++--- hw/grackle_pci.c | 25 ++++-- hw/gt64xxx...
2008 Jun 27
2
PCI device assignment to guests (userspace)
Userspace patches for the pci-passthrough functionality. The major updates since the last post are: - Loop to add passthrough devices in pc_init1 - Handle errors in read/write calls - Allow invocation without irq number for in-kernel irqchip Other than this, several small things were fixed according to review comments received last time.
2008 Jun 27
2
PCI device assignment to guests (userspace)
Userspace patches for the pci-passthrough functionality. The major updates since the last post are: - Loop to add passthrough devices in pc_init1 - Handle errors in read/write calls - Allow invocation without irq number for in-kernel irqchip Other than this, several small things were fixed according to review comments received last time.
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
2011 Jul 21
51
Linux Stubdom Problem
2011/7/19 Stefano Stabellini <stefano.stabellini@eu.citrix.com>: > CC''ing Tim and xen-devel > > On Mon, 18 Jul 2011, Jiageng Yu wrote: >> 2011/7/16 Stefano Stabellini <stefano.stabellini@eu.citrix.com>: >> > On Fri, 15 Jul 2011, Jiageng Yu wrote: >> >> 2011/7/15 Jiageng Yu <yujiageng734@gmail.com>: >> >> > 2011/7/15