Displaying 7 results from an estimated 7 matches for "pidancet".
Did you mean:
dancet
2012 Feb 10
6
[PATCH v2 0/3] hvmloader: Make ROM dependencies optional
...onfig option to select which NIC to build ROM for
Fixed initial patch to build multiple etherboot ROMs in hvmloader
Option ROMs are keyed off wether or not rombios is enabled, rather than
on an individual basis
Introduced config options to select support for rombios/seabios
Julian Pidancet (3):
hvmloader: Only compile 32bitbios_support.c when rombios is enabled
firmware: Use mkhex from hvmloader directory for etherboot ROMs
firmware: Introduce CONFIG_ROMBIOS and CONFIG_SEABIOS options
Config.mk | 5 ++++
tools/firmware/Makefile | 2...
2012 Feb 11
14
[PATCH v3 0/5] hvmloader: Make ROM dependencies optional
...s on the command line
Reorganize hvmloader option ROM loading code to make it optionnal, and
make bios->load_roms a callback that the BIOS support code has to implement
if option ROM loading is desired.
Cosmetic change in tools/firmware/Makefile in the way seabios-dir is
created.
Julian Pidancet (5):
hvmloader: Only compile 32bitbios_support.c when rombios is enabled
hvmloader: Allow the mkhex command to take several file arguments
firmware: Use mkhex from hvmloader directory for etherboot ROMs
hvmloader: Move option ROM loading into a separate optionnal file
firmware: Introduce...
2012 Feb 05
5
[PATCH] Automatically select 0xe9 as default debug port if configured for Xen
As per Ian comment on previous commit 7123d9834d58287d43514d7799ed1a7b34eea243
Signed-off-by: Julian Pidancet <julian.pidancet@gmail.com>
---
src/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/Kconfig b/src/Kconfig
index cf0bff0..cee0005 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -361,6 +361,7 @@ menu "Debugging"
config DEBUG_IO_PORT
d...
2012 Feb 05
4
[PATCH RFC] hvmloader: Make ROM dependencies optional
...lly provided with by
the device model (qemu).
Thus, hvmloader should not require any longer the rombios, stdvga,
cirrusvga or etherboot ROMs to be present.
Also, the 32bitbios_support.c file is specific to rombios and should not
be built when building hvmloader with seabios.
Signed-off-by: Julian Pidancet <julian.pidancet@gmail.com>
---
tools/firmware/hvmloader/Makefile | 37 ++++++++++++++++++++++++---------
tools/firmware/hvmloader/hvmloader.c | 13 ++++++++++-
2 files changed, 38 insertions(+), 12 deletions(-)
diff --git a/tools/firmware/hvmloader/Makefile b/tools/firmware/hvmloade...
2016 Feb 08
0
[ANNOUNCE] xorg-server 1.18.1
...d alloc fails.
glamor: Fix segfault in fallback picture uploading.
glamor: No need to glFlush before destroying a pixmap.
glamor: Fix copy-like Render operations between 15 and 16 depth.
Jonas Ådahl (1):
xwayland: Always update the wl_pointer cursor on pointer focus
Julian Pidancet (1):
x86emu: Correctly handle 0x66 prefix for some instructions
Laércio de Sousa (1):
systemd-logind.c: don't parse VT settings for non-seat0 X servers
Marek Chalupa (2):
xwayland: fix memory leaks on error paths in xwl_realize_window
xwayland: check if creating xwl_ou...
2012 Sep 20
17
[PATCH 0/4] Add V4V to Xen (v6)
v6 changes:
- Check compiler before using [0] or [].
v5 changes:
- Fix prototypes in v4v.h for do_v4v_op
- Add padding to make sure all the structures
are 64 bits aligned
- Replace [0] with []
v4 changes:
- Stop using ssize_t, use long instead
- Return -MSGSIZE for message bigger than 2GB
- Fixup size handling
- Rename
2016 Sep 16
0
[ANNOUNCE] xorg-server 1.18.99.2
...nature
Add Windows-DRI extension
Jonas Ådahl (4):
xwayland: Always update the wl_pointer cursor on pointer focus
xwayland: Prefix shm tmp file names with xwayland
xwayland: Correctly detect whether posix_fallocate exists
xwayland: Use the CLOCK_MONOTONIC clock
Julian Pidancet (1):
x86emu: Correctly handle 0x66 prefix for some instructions
Julien Cristau (10):
xv: fix double free in AddResource failure case
xvmc: Fix unchecked AddResource
dri3: return an error if AddResource fails
glx: don't call pGlxDraw->destroy() if AddResource fa...